[Pkg-fglrx-devel] r1407 - in xvba-video/trunk/debian: . patches

Andreas Beckmann anbe at moszumanska.debian.org
Sat Sep 27 18:49:27 UTC 2014


Author: anbe
Date: 2014-09-27 18:49:27 +0000 (Sat, 27 Sep 2014)
New Revision: 1407

Added:
   xvba-video/trunk/debian/patches/xvba-video-0.8.0-VAEncH264VUIBufferType.patch
Modified:
   xvba-video/trunk/debian/changelog
   xvba-video/trunk/debian/patches/series
Log:
fix FTBFS with current libva

Modified: xvba-video/trunk/debian/changelog
===================================================================
--- xvba-video/trunk/debian/changelog	2014-09-27 18:43:07 UTC (rev 1406)
+++ xvba-video/trunk/debian/changelog	2014-09-27 18:49:27 UTC (rev 1407)
@@ -8,6 +8,7 @@
   * Bump Standards-Version to 3.9.5 (no changes needed).
   * Pick patches from Gentoo to fix FTBFS:
     - xvba-video-fix-mesa-gl.h.patch
+    - xvba-video-0.8.0-VAEncH264VUIBufferType.patch
 
  -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 19 Jun 2014 15:30:51 +0200
 

Modified: xvba-video/trunk/debian/patches/series
===================================================================
--- xvba-video/trunk/debian/patches/series	2014-09-27 18:43:07 UTC (rev 1406)
+++ xvba-video/trunk/debian/patches/series	2014-09-27 18:49:27 UTC (rev 1407)
@@ -1,2 +1,3 @@
 01-glx-assert.diff
 xvba-video-fix-mesa-gl.h.patch
+xvba-video-0.8.0-VAEncH264VUIBufferType.patch

Added: xvba-video/trunk/debian/patches/xvba-video-0.8.0-VAEncH264VUIBufferType.patch
===================================================================
--- xvba-video/trunk/debian/patches/xvba-video-0.8.0-VAEncH264VUIBufferType.patch	                        (rev 0)
+++ xvba-video/trunk/debian/patches/xvba-video-0.8.0-VAEncH264VUIBufferType.patch	2014-09-27 18:49:27 UTC (rev 1407)
@@ -0,0 +1,16 @@
+Description: Apply patch to build against recent x11-libs/libva.
+Bug-Gentoo: #503136
+Origin: vendor, http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-libs/xvba-video/files/xvba-video-0.8.0-VAEncH264VUIBufferType.patch
+
+diff -ur a/src/xvba_dump.c b/src/xvba_dump.c
+--- a/src/xvba_dump.c	2012-11-23 14:29:10.000000000 +0100
++++ b/src/xvba_dump.c	2014-03-03 18:53:08.772012251 +0100
+@@ -150,8 +150,6 @@
+         _(VAEncSequenceParameterBufferType);
+         _(VAEncPictureParameterBufferType);
+         _(VAEncSliceParameterBufferType);
+-        _(VAEncH264VUIBufferType);
+-        _(VAEncH264SEIBufferType);
+ #endif
+ #undef _
+     }




More information about the Pkg-fglrx-devel mailing list