[SCM] vdpau-video/master: Enable drivers for nouveau, radionsi and r600

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Thu Aug 7 18:00:24 UTC 2014


The following commit has been merged in the master branch:
commit 8f71285d6d9e0aa97c3ecd8e85defcc84e6b126f
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Thu Aug 7 19:59:48 2014 +0200

    Enable drivers for nouveau, radionsi and r600
    
    Closes: #757370

diff --git a/debian/patches/mesa-drivers.patch b/debian/patches/mesa-drivers.patch
new file mode 100644
index 0000000..76876a1
--- /dev/null
+++ b/debian/patches/mesa-drivers.patch
@@ -0,0 +1,17 @@
+Description: Enable nouveau VDPAU driver
+ mesa now supports VDPAU for nouveau, r600 and radeonsi.
+Origin: http://lists.freedesktop.org/archives/libva/2014-July/002515.html
+Bug-Debian: http://bugs.debian.org/757370
+Last-Update: 2014-08-07
+
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -1,5 +1,8 @@
+ DRIVERS  = nvidia
+ DRIVERS += s3g	# native VA-API driver is too old, so use VDPAU based one
++DRIVERS += nouveau
++DRIVERS += radeonsi
++DRIVERS += r600
+ 
+ INCLUDES = \
+ 	$(VDPAU_VIDEO_CFLAGS)
diff --git a/debian/patches/series b/debian/patches/series
index b05db54..96ad628 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ cast.patch
 GL-version-1_3.patch
 libva-constants.patch
 sigfpe-crash.patch
+mesa-drivers.patch

-- 
vdpau-video packaging



More information about the pkg-multimedia-commits mailing list