Hello community,

here is the log from the commit of package intel-vaapi-driver for 
openSUSE:Factory checked in at 2019-01-08 12:28:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-vaapi-driver (Old)
 and      /work/SRC/openSUSE:Factory/.intel-vaapi-driver.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "intel-vaapi-driver"

Tue Jan  8 12:28:23 2019 rev:7 rq:663033 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-vaapi-driver/intel-vaapi-driver.changes    
2018-11-13 17:15:49.058408890 +0100
+++ 
/work/SRC/openSUSE:Factory/.intel-vaapi-driver.new.28833/intel-vaapi-driver.changes
 2019-01-08 12:30:57.868109590 +0100
@@ -1,0 +2,17 @@
+Sat Dec 29 19:22:47 UTC 2018 - bjorn....@gmail.com
+
+- 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.3.0.tar.bz2
  intel-vaapi-driver-2.3.0.tar.bz2.sha1sum

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

Other differences:
------------------
++++++ intel-vaapi-driver.spec ++++++
--- /var/tmp/diff_new_pack.G4o1aW/_old  2019-01-08 12:30:58.400109011 +0100
+++ /var/tmp/diff_new_pack.G4o1aW/_new  2019-01-08 12:30:58.404109007 +0100
@@ -12,12 +12,12 @@
 # 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.3.0
 Release:        0
 Summary:        Intel Driver for Video Acceleration (VA) API for Linux
 License:        MIT AND EPL-1.0
@@ -28,7 +28,8 @@
 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
@@ -41,6 +42,7 @@
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xfixes)
+
 # 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=false \
+       -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.3.0.tar.bz2 
++++++


Reply via email to