Hello community,
here is the log from the commit of package intel-vaapi-driver for
openSUSE:Factory checked in at 2017-11-16 14:04:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/intel-vaapi-driver (Old)
and /work/SRC/openSUSE:Factory/.intel-vaapi-driver.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "intel-vaapi-driver"
Thu Nov 16 14:04:01 2017 rev:3 rq:542207 version:2.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/intel-vaapi-driver/intel-vaapi-driver.changes
2017-08-30 16:23:47.400537033 +0200
+++
/work/SRC/openSUSE:Factory/.intel-vaapi-driver.new/intel-vaapi-driver.changes
2017-11-16 14:04:14.034624800 +0100
@@ -1,0 +2,38 @@
+Tue Nov 14 21:46:06 UTC 2017 - [email protected]
+
+- Update to version 2.0.0:
+ * Add support for Coffee Lake (aka. CFL).
+ * Decoding: H.264/MPEG-2/VC-1/JPEG/VP8/HEVC/HEVC
+ 10-bit/VP9/VP9 10-bit.
+ * Encoding: H.264/MPEG-2/JPEG/VP8/VP9/HEVC/HEVC 10-bit/AVC low
+ power CQP/CBR/VBR mode.
+ * VPP: CSC/scaling/NoiseReduction/Deinterlacing{Bob,
+ MotionAdaptive, MotionCompensated}/ColorBalance/STD.
+ * Add support for H264 FEI on SKL.
+ * Add support for HEVC ROI encoding.
+ * Add support for intensity compensation for VC-1 decoding.
+ * Improve the quality of the H264 encoder on BDW/BSW.
+ * Improve the CSC performance between I420/NV12/P010/YUY2/VYUY
+ format.
+ * Improve the performace of va{Get, Put}Image for
+ I420/NV12/P010/YUY2/VYUY format.
+ * Fix image corruption for VP9 decoding.
+ * Fix race condition in wayland support.
+ * Fix ROI support in VDEnc support.
+ * Fix corrupted stream when using VDEnc CBR/VBR.
+ * Fix GCC 7.1.1 warnings/errors.
+ * Update the HEVC encoding kernel.
+- No longer pass conditional disable-wayland, all currently
+ supported versions of openSUSE support wayland.
+- Drop u_wayland-includes.diff, seems that it is not really needed
+ anymore, builds fine without it, even if the patch applies
+ cleanly still.
+- Pass explicit enable-drm, enable-x11 and enable-wayland to
+ configure, ensure we build all supported backends.
+- Following the above, add explicit pkgconfig(libva),
+ pkgconfig(libva-drm), pkgconfig(wayland-client), pkgconfig(x11),
+ pkgconfig(xext) and pkgconfig(xfixes) BuildRequires: Align with
+ what configure looks for.
+- Drop obsolete xz BuildRequires: No longer needed.
+
+-------------------------------------------------------------------
Old:
----
intel-vaapi-driver-1.8.3.tar.bz2
intel-vaapi-driver-1.8.3.tar.bz2.sha1sum
u_wayland-includes.diff
New:
----
intel-vaapi-driver-2.0.0.tar.bz2
intel-vaapi-driver-2.0.0.tar.bz2.sha1sum
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ intel-vaapi-driver.spec ++++++
--- /var/tmp/diff_new_pack.uYk85l/_old 2017-11-16 14:04:16.158547821 +0100
+++ /var/tmp/diff_new_pack.uYk85l/_new 2017-11-16 14:04:16.162547676 +0100
@@ -17,7 +17,7 @@
Name: intel-vaapi-driver
-Version: 1.8.3
+Version: 2.0.0
Release: 0
Summary: Intel Driver for Video Acceleration (VA) API for Linux
License: MIT and EPL-1.0
@@ -26,16 +26,20 @@
Source0:
https://github.com/01org/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.bz2
Source1:
https://github.com/01org/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.bz2.sha1sum
Source2: baselibs.conf
-Patch1: u_wayland-includes.diff
# Intel graphics hardware only available on these platforms
ExclusiveArch: %ix86 x86_64
BuildRequires: libtool
BuildRequires: pkgconfig
-BuildRequires: xz
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(libdrm) >= 2.4.45
BuildRequires: pkgconfig(libdrm_intel)
+BuildRequires: pkgconfig(libva) >= 1.0.0
+BuildRequires: pkgconfig(libva-drm)
BuildRequires: pkgconfig(libva-x11) >= 0.39.4
+BuildRequires: pkgconfig(wayland-client) >= 1.11.0
+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}
@@ -47,16 +51,16 @@
%prep
%setup -q -n %{name}-%{version}
-%patch -P 1 -p1
%build
autoreconf -fi
%configure \
--disable-silent-rules \
-%if 0%{?suse_version} <= 1315 && !0%{?is_opensuse}
- --disable-wayland \
-%endif
- --disable-static
+ --enable-drm \
+ --enable-x11 \
+ --enable-wayland \
+ --disable-static \
+ %{nil}
make %{?_smp_mflags}
%install
@@ -65,7 +69,6 @@
find %{buildroot} -name "*.la" -delete
%files
-%defattr(-,root,root,-)
%dir %{_libdir}/dri
%{_libdir}/dri/i965_drv_video.so
++++++ intel-vaapi-driver-1.8.3.tar.bz2 -> intel-vaapi-driver-2.0.0.tar.bz2
++++++