[SCM] mplayer packaging branch, karmic, updated. debian/1.0.rc3+svn20090426-1ubuntu7

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Mon Sep 28 20:25:45 UTC 2009


The following commit has been merged in the karmic branch:
commit 9bd2b3ada522c16f8c2a16bdad4f63932f53293d
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Sep 28 22:09:33 2009 +0200

    enable VDPAU on i386 and amd64

diff --git a/debian/control b/debian/control
index 0ad18a1..68fd4ea 100644
--- a/debian/control
+++ b/debian/control
@@ -63,6 +63,7 @@ Build-Depends: debhelper (>= 7),
                libxvmc-dev,
                libxxf86dga-dev,
                libxxf86vm-dev,
+               nvidia-185-libvdpau-dev,
                pkg-config,
                po-debconf,
                quilt,
diff --git a/debian/rules b/debian/rules
index b304dbe..4518976 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,6 +61,7 @@ ifeq ($(DEB_HOST_ARCH),i386)
   with_real_and_xanim = true
   with_win32 = true
   DEB_BUILD_CONFIGURE += --enable-runtime-cpudetection
+  DEB_BUILD_CONFIGURE += --enable-vdpau
 endif
 ifeq ($(DEB_HOST_ARCH),amd64)
   #this needs the patch 
@@ -68,6 +69,7 @@ ifeq ($(DEB_HOST_ARCH),amd64)
   with_real_and_xanim = true
   #this does not compile, though : with_win32 = true
   DEB_BUILD_CONFIGURE += --enable-runtime-cpudetection
+  DEB_BUILD_CONFIGURE += --enable-vdpau
 endif
 ifeq ($(DEB_HOST_ARCH),kfreebsd-i386)
   with_real_and_xanim = true

-- 
mplayer packaging



More information about the pkg-multimedia-commits mailing list