Hello community,

here is the log from the commit of package libva-vdpau-driver for 
openSUSE:Leap:15.2 checked in at 2020-02-11 23:26:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/libva-vdpau-driver (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.libva-vdpau-driver.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libva-vdpau-driver"

Tue Feb 11 23:26:51 2020 rev:15 rq:772644 version:0.7.4

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/libva-vdpau-driver/libva-vdpau-driver.changes  
2020-01-15 15:25:34.462581681 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.libva-vdpau-driver.new.26092/libva-vdpau-driver.changes
       2020-02-11 23:27:10.769324769 +0100
@@ -1,0 +2,6 @@
+Thu Sep  5 14:13:25 UTC 2019 - Stefan Dirsch <sndir...@suse.com>
+
+- libva-vdpau-driver-0.7.4-type-fix.patch
+  * typefix needed 
+
+-------------------------------------------------------------------

New:
----
  libva-vdpau-driver-0.7.4-type-fix.patch

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

Other differences:
------------------
++++++ libva-vdpau-driver.spec ++++++
--- /var/tmp/diff_new_pack.Tv8vLZ/_old  2020-02-11 23:27:11.069324925 +0100
+++ /var/tmp/diff_new_pack.Tv8vLZ/_new  2020-02-11 23:27:11.069324925 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libva-vdpau-driver
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 Version:        0.7.4
 Release:        0
 Summary:        HW video decode support for VDPAU platforms
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/Libraries
 Url:            http://cgit.freedesktop.org/vaapi/vdpau-driver
 Source:         
http://www.freedesktop.org/software/vaapi/releases/%{name}/%{name}-%{version}.tar.bz2
@@ -28,6 +28,7 @@
 Patch1:         libva-vdpau-driver-0.7.4-drop-h264-api.patch
 Patch2:         libva-vdpau-driver-0.7.4-fix_type.patch
 Patch3:         libva-vdpau-driver-0.7.4-sigfpe-crash.patch
+Patch4:         libva-vdpau-driver-0.7.4-type-fix.patch
 BuildRequires:  libvdpau-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libva)
@@ -46,6 +47,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 cat > %{name}.sh << EOF
 # use this library when NVIDIA's proprietary driver is running
 if test -c /dev/nvidiactl; then

++++++ libva-vdpau-driver-0.7.4-type-fix.patch ++++++
diff -u -r libva-vdpau-driver-0.7.4.orig/src/vdpau_video.h 
libva-vdpau-driver-0.7.4/src/vdpau_video.h
--- libva-vdpau-driver-0.7.4.orig/src/vdpau_video.h     2019-09-05 
15:56:54.085894000 +0200
+++ libva-vdpau-driver-0.7.4/src/vdpau_video.h  2019-09-05 15:57:27.503006000 
+0200
@@ -269,16 +269,6 @@
     VASurfaceID        *surface
 ) attribute_hidden;
 
-// vaCreateSurfaceFromV4L2Buf
-VAStatus
-vdpau_CreateSurfaceFromV4L2Buf(
-    VADriverContextP    ctx,
-    int                 v4l2_fd,
-    struct v4l2_format *v4l2_fmt,
-    struct v4l2_buffer *v4l2_buf,
-    VASurfaceID        *surface
-) attribute_hidden;
-
 // vaCopySurfaceToBuffer
 VAStatus
 vdpau_CopySurfaceToBuffer(

Reply via email to