[SCM] vdpau-video/master: Ensure vdpau-video builds with GLX enable libva packages.

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Sat Sep 11 22:07:57 UTC 2010


The following commit has been merged in the master branch:
commit 2b9428ab76c9ed0a1c0f755003a504a0b311ee5a
Author: Andres Mejia <mcitadel at gmail.com>
Date:   Sat Sep 11 18:07:18 2010 -0400

    Ensure vdpau-video builds with GLX enable libva packages.

diff --git a/debian/control b/debian/control
index 646e6ba..d05b80f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Andres Mejia <mcitadel at gmail.com>
 Build-Depends: debhelper (>= 7.0.50),
                quilt (>= 0.46-7),
                pkg-config,
-               libva-dev,
+               libva-dev (>= 1.0.4),
                libvdpau-dev,
                libx11-dev,
                libgl1-mesa-dev | libgl-dev,
diff --git a/debian/rules b/debian/rules
index c447be9..630bc53 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 %:
 	dh --with quilt $@
 
+override_dh_auto_configure:
+	dh_testdir
+	dh_auto_configure -- --enable-glx
+
 override_dh_auto_install:
 	dh_testdir
 	dh_auto_install

-- 
vdpau-video packaging



More information about the pkg-multimedia-commits mailing list