Hello community,

here is the log from the commit of package intel-vaapi-driver for 
openSUSE:Leap:15.2 checked in at 2020-02-22 17:53:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/intel-vaapi-driver (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.intel-vaapi-driver.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "intel-vaapi-driver"

Sat Feb 22 17:53:13 2020 rev:13 rq:778166 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/intel-vaapi-driver/intel-vaapi-driver.changes  
2020-01-15 15:12:20.834138228 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.intel-vaapi-driver.new.26092/intel-vaapi-driver.changes
       2020-02-22 17:53:14.801868889 +0100
@@ -1,0 +2,59 @@
+Mon Feb 17 18:54:18 UTC 2020 - Stefan Dirsch <[email protected]>
+
+- Update to version 2.4.0
+  * Fix the dependency on libEGL (boo#1163093)
+  * Fix ROI support
+  * Fix FD leaks on Wayland
+  * Fix BRC setting
+  * Fix VP8 encoder
+  * Fix VP9 encoder
+  * Fix meson build
+- supersedes patches:
+  * U_vaapi_Check-interface-from-libva.patch
+  * U_vaapi_Revert-VPP-clear-surface.patch
+  * U_vaapi_Return-false-instead-assertion-fail.patch
+  * U_vaapi_HEVC-encoder-correct-minimal-bitrate.patch
+  * U_vaapi_Remove-dep-on-EncRoi-attr.patch
+  * U_vaapi_Fix-off-by-one-in-ROI-regions.patch
+
+-------------------------------------------------------------------
+Fri Mar 15 22:42:11 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Add upstream bug fix patches:
+  * U_vaapi_HEVC-encoder-correct-minimal-bitrate.patch
+  * U_vaapi_Remove-dep-on-EncRoi-attr.patch
+  * U_vaapi_Fix-off-by-one-in-ROI-regions.patch
+
+-------------------------------------------------------------------
+Thu Mar  7 22:32:09 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Add upstream bug fix patches:
+  * U_vaapi_Check-interface-from-libva.patch
+    (gh#intel/intel-vaapi-driver#419).
+  * U_vaapi_Revert-VPP-clear-surface.patch
+  * U_vaapi_Return-false-instead-assertion-fail.patch
+
+-------------------------------------------------------------------
+Tue Feb 19 17:31:44 UTC 2019 - [email protected]
+
+- Pass -Denable_hybrid_codec=true instead of false, build hybrid
+  codec support.
+
+-------------------------------------------------------------------
+Sat Dec 29 19:22:47 UTC 2018 - [email protected]
+
+- Update to version 2.3.0:
+  * Add new PCI ID for KBL and CFL
+  * Fix frame corruption when there are big MVs in VP8 encoding
+  * Fix dynamically bitrate resetting in AVC encoding
+  * Fix build errors when the toolchain doesn't support
+    -fstack-protector
+  * Fix memory leak issue
+  * Make sure the achieved bitrate meet the requirement for VP8
+    encoding
+  * Optimize VPP on GEN8
+- Switch to meson buildsystem:
+  * Add meson BuildRequires and macros.
+  * Drop libtool BuildRequires.
+
+-------------------------------------------------------------------

Old:
----
  intel-vaapi-driver-2.2.0.tar.bz2
  intel-vaapi-driver-2.2.0.tar.bz2.sha1sum

New:
----
  intel-vaapi-driver-2.4.0.tar.bz2
  intel-vaapi-driver-2.4.0.tar.bz2.sha1sum

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

Other differences:
------------------
++++++ intel-vaapi-driver.spec ++++++
--- /var/tmp/diff_new_pack.AjcwpM/_old  2020-02-22 17:53:15.401870101 +0100
+++ /var/tmp/diff_new_pack.AjcwpM/_new  2020-02-22 17:53:15.401870101 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package intel-vaapi-driver
 #
-# Copyright (c) 2018 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
@@ -12,28 +12,27 @@
 # 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/
 #
 
 
 Name:           intel-vaapi-driver
-Version:        2.2.0
+Version:        2.4.0
 Release:        0
 Summary:        Intel Driver for Video Acceleration (VA) API for Linux
 License:        MIT AND EPL-1.0
 Group:          System/Libraries
-Url:            https://github.com/intel/%{name}
-Source0:        
https://github.com/intel/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.bz2
-Source1:        
https://github.com/intel/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.bz2.sha1sum
+URL:            https://github.com/intel/%{name}/
+Source0:        %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.bz2
+Source1:        
%{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.bz2.sha1sum
 Source2:        baselibs.conf
-# Intel graphics hardware only available on these platforms
-ExclusiveArch:  %ix86 x86_64
-BuildRequires:  libtool
+
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(libdrm) >= 2.4.45
 BuildRequires:  pkgconfig(libdrm_intel)
-BuildRequires:  pkgconfig(libva) >= 1.1.0
+BuildRequires:  pkgconfig(libva) >= 1.4.0
 BuildRequires:  pkgconfig(libva-drm)
 BuildRequires:  pkgconfig(libva-wayland)
 BuildRequires:  pkgconfig(libva-x11) >= 0.39.4
@@ -41,6 +40,9 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xfixes)
+
+# Intel graphics hardware only available on these platforms
+ExclusiveArch:  %ix86 x86_64
 # due to pkg rename vaapi-intel-driver > intel-vaapi-driver
 Provides:       vaapi-intel-driver = %{version}
 Obsoletes:      vaapi-intel-driver < %{version}
@@ -51,23 +53,19 @@
 Intel Driver for Libva is a library providing the VA API video acceleration 
API.
 
 %prep
-%setup -q -n %{name}-%{version}
+%autosetup -p1
 
 %build
-autoreconf -fi
-%configure \
-       --disable-silent-rules \
-       --enable-drm \
-       --enable-x11 \
-       --enable-wayland \
-       --disable-static \
+%meson \
+       -Dwith_x11=yes \
+       -Dwith_wayland=yes \
+       -Denable_hybrid_codec=true \
+       -Denable_tests=false \
        %{nil}
-make %{?_smp_mflags}
+%meson_build
 
 %install
-make install DESTDIR=%{buildroot}
-
-find %{buildroot} -name "*.la" -delete
+%meson_install
 
 %files
 %dir %{_libdir}/dri

++++++ intel-vaapi-driver-2.2.0.tar.bz2 -> intel-vaapi-driver-2.4.0.tar.bz2 
++++++


Reply via email to