Hello community,
here is the log from the commit of package vaapi-intel-driver for
openSUSE:Factory checked in at 2017-01-18 21:31:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vaapi-intel-driver (Old)
and /work/SRC/openSUSE:Factory/.vaapi-intel-driver.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vaapi-intel-driver"
Changes:
--------
--- /work/SRC/openSUSE:Factory/vaapi-intel-driver/vaapi-intel-driver.changes
2016-10-28 10:42:16.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.vaapi-intel-driver.new/vaapi-intel-driver.changes
2017-01-18 21:31:48.725397595 +0100
@@ -1,0 +2,38 @@
+Tue Jan 17 13:41:20 UTC 2017 - [email protected]
+
+- respect X11:XOrg patch guidelines
+ * rename U_wayland-includes.diff -> u_wayland-includes.diff
+ * fixed patch header in u_wayland-includes.diff
+
+-------------------------------------------------------------------
+Sun Jan 15 12:49:04 UTC 2017 - [email protected]
+
+- Replace N_libva_Fix_wayland-client.h_include-path.patch,
+ N_libva_Fix_wayland-client.h_include-path_1320.patch by
+ U_wayland-includes.diff
+- Drop redundant %clean section
+
+-------------------------------------------------------------------
+Thu Jan 12 19:48:00 UTC 2017 - [email protected]
+
+- fix wayland-client.h include path
+ * add N_libva_Fix_wayland-client.h_include-path.patch
+ * add N_libva_Fix_wayland-client.h_include-path_1320.patch
+- remove n_Don-t-check-WAYLAND_SCANNER-if-wayland-isn-t-used-or.patch
+
+-------------------------------------------------------------------
+Sat Dec 31 22:45:03 UTC 2016 - [email protected]
+
+- Version 1.7.3 - 10.Nov.2016
+ * Add support for HEVC 10bit encoding on KBL
+ * Integrate the Google Test Framework for unit testing
+ * Add support for bitrate control per temporal layer for SVC-T
+ * Fix VA_STATUS_ERROR_UNIMPLEMENTED when sharpening with I420 surface
+ (https://bugs.freedesktop.org/show_bug.cgi?id=96987)
+ * Fix crop issue when sharpening with NV12 surface
+ (https://bugs.freedesktop.org/show_bug.cgi?id=96988)
+ * Fix GPU hang issue when using encoding with low power on SKL GT3+
+ (https://bugs.freedesktop.org/show_bug.cgi?id=97872)
+- rework n_Don-t-check-WAYLAND_SCANNER-if-wayland-isn-t-used-or.patch
+
+-------------------------------------------------------------------
Old:
----
libva-intel-driver-1.7.2.tar.bz2
n_Don-t-check-WAYLAND_SCANNER-if-wayland-isn-t-used-or.patch
New:
----
libva-intel-driver-1.7.3.tar.bz2
u_wayland-includes.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vaapi-intel-driver.spec ++++++
--- /var/tmp/diff_new_pack.zLXVyW/_old 2017-01-18 21:31:49.201330285 +0100
+++ /var/tmp/diff_new_pack.zLXVyW/_new 2017-01-18 21:31:49.205329720 +0100
@@ -1,7 +1,7 @@
#
# spec file for package vaapi-intel-driver
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,7 +19,7 @@
%define srcname libva-intel-driver
Name: vaapi-intel-driver
-Version: 1.7.2
+Version: 1.7.3
Release: 0
Summary: Intel Driver for Video Acceleration (VA) API for Linux
License: MIT and EPL-1.0
@@ -27,7 +27,7 @@
Url: http://freedesktop.org/wiki/Software/vaapi
Source0:
http://www.freedesktop.org/software/vaapi/releases/%{srcname}/%{srcname}-%{version}.tar.bz2
Source1: baselibs.conf
-Patch0: n_Don-t-check-WAYLAND_SCANNER-if-wayland-isn-t-used-or.patch
+Patch1: u_wayland-includes.diff
# Intel graphics hardware only available on these platforms
ExclusiveArch: %ix86 x86_64
BuildRequires: libtool
@@ -36,14 +36,14 @@
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(libdrm) >= 2.4.45
BuildRequires: pkgconfig(libdrm_intel)
-BuildRequires: pkgconfig(libva-x11) >= 0.39.3
+BuildRequires: pkgconfig(libva-x11) >= 0.39.4
%description
Intel Driver for Libva is a library providing the VA API video acceleration
API.
%prep
%setup -q -n %{srcname}-%{version}
-%patch0 -p1 -R
+%patch -P 1 -p1
%build
autoreconf -fi
@@ -57,9 +57,6 @@
find %{buildroot} -name "*.la" -delete
-%clean
-rm -rf %{buildroot}
-
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
++++++ libva-intel-driver-1.7.2.tar.bz2 -> libva-intel-driver-1.7.3.tar.bz2
++++++
++++ 55768 lines of diff (skipped)
++++++ u_wayland-includes.diff ++++++
Author: Jan Engelhardt <[email protected]>
Subject: build: respect flags obtained from pkg-config
Fixes build error when wayland is in a location different than /usr/include:
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DPTHREADS -I/usr/include/libdrm
-DVA_DRIVERS_PATH=\"/usr/lib64/dri\" -Wall -fvisibility=hidden
-fmessage-length=0
-grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong
-funwind-tables -fasynchronous-unwind-tables -g -c i965_output_wayland.c
-fPIC -DPIC -o .libs/libi965_drv_video_la-i965_output_wayland.o
i965_output_wayland.c:31:28: fatal error: wayland-client.h: No such file or
directory
---
src/Makefile.am | 1 +
1 file changed, 1 insertion(+)
Index: libva-intel-driver-1.7.3/src/Makefile.am
===================================================================
--- libva-intel-driver-1.7.3.orig/src/Makefile.am
+++ libva-intel-driver-1.7.3/src/Makefile.am
@@ -29,6 +29,7 @@ AM_CPPFLAGS = \
-DPTHREADS \
$(DRM_CFLAGS) \
$(LIBVA_DEPS_CFLAGS) \
+ $(LIBVA_WAYLAND_DEPS_CFLAGS) \
-DVA_DRIVERS_PATH="\"$(LIBVA_DRIVERS_PATH)\"" \
$(NULL)