Upgrade to 0.5
- People are blue no longer!
This commit is contained in:
parent
17f28ea268
commit
62b91d5ed2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304461
3 changed files with 14 additions and 15 deletions
|
@ -1,28 +1,23 @@
|
|||
# New ports collection makefile for: libvdpau
|
||||
# Date created: 2010-09-08
|
||||
# Whom: Anonymous <swell.k@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libvdpau
|
||||
PORTVERSION= 0.4.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://people.freedesktop.org/~aplattner/vdpau/
|
||||
MASTER_SITES= http://cgit.freedesktop.org/~aplattner/libvdpau/snapshot/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= VDPAU wrapper and tracing library
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_AUTOTOOLS= autoconf:env automake:env libtool:env
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-documentation
|
||||
USE_GMAKE= yes
|
||||
USE_XORG= dri2proto xext
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
|
@ -33,8 +28,11 @@ CFLAGS+= -DDEBUG
|
|||
INSTALL_TARGET= install-strip
|
||||
.endif
|
||||
|
||||
post-patch: .SILENT
|
||||
pre-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ./autogen.sh
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
${WRKSRC}/Makefile.am
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (libvdpau-0.4.1.tar.gz) = 061b6f86c64912f79851bfefcac4f77b401e9a939dbbb7b1ec795bc7d5aaf59b
|
||||
SIZE (libvdpau-0.4.1.tar.gz) = 456607
|
||||
SHA256 (libvdpau-0.5.tar.gz) = 41e6e11f245b08b146f3b0c3beda445f9e2aedbbae7f9773f857322a40bf2168
|
||||
SIZE (libvdpau-0.5.tar.gz) = 142708
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
etc/vdpau_wrapper.cfg
|
||||
include/vdpau/vdpau.h
|
||||
include/vdpau/vdpau_x11.h
|
||||
lib/libvdpau.la
|
||||
|
|
Loading…
Reference in a new issue