Hello community, here is the log from the commit of package libva-vdpau-driver for openSUSE:Factory checked in at 2019-09-07 11:52:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libva-vdpau-driver (Old) and /work/SRC/openSUSE:Factory/.libva-vdpau-driver.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libva-vdpau-driver" Sat Sep 7 11:52:01 2019 rev:5 rq:728535 version:0.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libva-vdpau-driver/libva-vdpau-driver.changes 2018-01-10 23:36:04.685461267 +0100 +++ /work/SRC/openSUSE:Factory/.libva-vdpau-driver.new.7948/libva-vdpau-driver.changes 2019-09-07 11:52:02.674285909 +0200 @@ -1,0 +2,6 @@ +Thu Sep 5 14:13:25 UTC 2019 - Stefan Dirsch <[email protected]> + +- 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.OGqOfk/_old 2019-09-07 11:52:03.422285802 +0200 +++ /var/tmp/diff_new_pack.OGqOfk/_new 2019-09-07 11:52:03.422285802 +0200 @@ -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(
