Hello community,

here is the log from the commit of package libva-vdpau-driver for 
openSUSE:Factory checked in at 2020-06-04 17:53:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libva-vdpau-driver (Old)
 and      /work/SRC/openSUSE:Factory/.libva-vdpau-driver.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libva-vdpau-driver"

Thu Jun  4 17:53:51 2020 rev:6 rq:811263 version:0.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libva-vdpau-driver/libva-vdpau-driver.changes    
2019-09-07 11:52:02.674285909 +0200
+++ 
/work/SRC/openSUSE:Factory/.libva-vdpau-driver.new.3606/libva-vdpau-driver.changes
  2020-06-04 17:53:57.504544349 +0200
@@ -1,0 +2,9 @@
+Thu Jun  4 04:08:35 UTC 2020 - Stefan Dirsch <sndir...@suse.com>
+
+- in addition to setting LIBVA_DRIVER_NAME to 'vdpau' also set 
+  VDPAU_DRIVER to 'nvidia' if NVIDIA's proprietary drivers are
+  in use, so libvdpau_nvidia.so instead of (non-existing) 
+  libvdpau_.so (notice the empty string after _) is being used
+  (boo#1171923)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libva-vdpau-driver.spec ++++++
--- /var/tmp/diff_new_pack.85xDlA/_old  2020-06-04 17:53:58.240546612 +0200
+++ /var/tmp/diff_new_pack.85xDlA/_new  2020-06-04 17:53:58.240546612 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libva-vdpau-driver
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 Summary:        HW video decode support for VDPAU platforms
 License:        GPL-2.0-or-later
 Group:          System/Libraries
-Url:            http://cgit.freedesktop.org/vaapi/vdpau-driver
+URL:            http://cgit.freedesktop.org/vaapi/vdpau-driver
 Source:         
http://www.freedesktop.org/software/vaapi/releases/%{name}/%{name}-%{version}.tar.bz2
 Patch0:         libva-vdpau-driver-0.7.4-glext-85.patch
 Patch1:         libva-vdpau-driver-0.7.4-drop-h264-api.patch
@@ -52,12 +52,14 @@
 # use this library when NVIDIA's proprietary driver is running
 if test -c /dev/nvidiactl; then
   export LIBVA_DRIVER_NAME='vdpau'
+  export VDPAU_DRIVER=nvidia
 fi
 EOF
 cat > %{name}.csh << EOF
 # use this library when NVIDIA's proprietary driver is running
 if (-c /dev/nvidiactl) then
   setenv LIBVA_DRIVER_NAME 'vdpau'
+  setenv VDPAU_DRIVER 'nvidia'
 endif
 EOF
 


Reply via email to