svn commit: r322342 - in head/multimedia/libva-vdpau-driver: . files
Guido Falsi
madpilot at FreeBSD.org
Fri Jul 5 17:37:25 UTC 2013
Author: madpilot
Date: Fri Jul 5 17:37:24 2013
New Revision: 322342
URL: http://svnweb.freebsd.org/changeset/ports/322342
Log:
- Fix build with new multiimedia/libva [1]
- Convert to USES=gmake
Obtained from: http://lists.freedesktop.org/archives/libva/2013-July/001772.html [1]
Added:
head/multimedia/libva-vdpau-driver/files/
head/multimedia/libva-vdpau-driver/files/patch-src-vdpau__dump.c (contents, props changed)
Modified:
head/multimedia/libva-vdpau-driver/Makefile
Modified: head/multimedia/libva-vdpau-driver/Makefile
==============================================================================
--- head/multimedia/libva-vdpau-driver/Makefile Fri Jul 5 17:29:27 2013 (r322341)
+++ head/multimedia/libva-vdpau-driver/Makefile Fri Jul 5 17:37:24 2013 (r322342)
@@ -2,7 +2,7 @@
PORTNAME= libva-vdpau-driver
PORTVERSION= 0.7.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= multimedia
MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/${PORTNAME}/
@@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgc
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
USE_BZIP2= yes
-USE_GMAKE= yes
+USES= gmake
USE_GL= gl
GNU_CONFIGURE= yes
Added: head/multimedia/libva-vdpau-driver/files/patch-src-vdpau__dump.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/multimedia/libva-vdpau-driver/files/patch-src-vdpau__dump.c Fri Jul 5 17:37:24 2013 (r322342)
@@ -0,0 +1,13 @@
+--- src/vdpau_dump.c.orig 2012-10-05 17:02:58.000000000 +0200
++++ src/vdpau_dump.c 2013-07-05 10:12:10.976605992 +0200
+@@ -59,8 +59,8 @@
+ _(VAEncSequenceParameterBufferType);
+ _(VAEncPictureParameterBufferType);
+ _(VAEncSliceParameterBufferType);
+- _(VAEncH264VUIBufferType);
+- _(VAEncH264SEIBufferType);
++ // _(VAEncH264VUIBufferType);
++ // _(VAEncH264SEIBufferType);
+ #endif
+ #if VA_CHECK_VERSION(0,31,1)
+ _(VAQMatrixBufferType);
More information about the svn-ports-head
mailing list