Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 17:37:24 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322342 - in head/multimedia/libva-vdpau-driver: . files
Message-ID:  <201307051737.r65HbOFE014874@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307051737.r65HbOFE014874>