diff -Nru vdpau-video-0.7.4/debian/changelog vdpau-video-0.7.4/debian/changelog --- vdpau-video-0.7.4/debian/changelog 2014-06-02 19:08:36.000000000 +0000 +++ vdpau-video-0.7.4/debian/changelog 2014-08-07 18:40:21.000000000 +0000 @@ -1,3 +1,10 @@ +vdpau-video (0.7.4-3) unstable; urgency=medium + + * debian/patches/mesa-drivers.patch: Enable drivers for nouveau, radionsi + and r600. (Closes: #757370) (LP: #964040) + + -- Sebastian Ramacher Thu, 07 Aug 2014 20:40:19 +0200 + vdpau-video (0.7.4-2) unstable; urgency=medium * debian/control: diff -Nru vdpau-video-0.7.4/debian/patches/mesa-drivers.patch vdpau-video-0.7.4/debian/patches/mesa-drivers.patch --- vdpau-video-0.7.4/debian/patches/mesa-drivers.patch 1970-01-01 00:00:00.000000000 +0000 +++ vdpau-video-0.7.4/debian/patches/mesa-drivers.patch 2014-08-07 17:56:00.000000000 +0000 @@ -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 -Nru vdpau-video-0.7.4/debian/patches/series vdpau-video-0.7.4/debian/patches/series --- vdpau-video-0.7.4/debian/patches/series 2014-06-02 18:51:15.000000000 +0000 +++ vdpau-video-0.7.4/debian/patches/series 2014-08-07 17:22:11.000000000 +0000 @@ -2,3 +2,4 @@ GL-version-1_3.patch libva-constants.patch sigfpe-crash.patch +mesa-drivers.patch