Hello community,

here is the log from the commit of package libva-utils for openSUSE:Factory 
checked in at 2017-11-16 14:04:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libva-utils (Old)
 and      /work/SRC/openSUSE:Factory/.libva-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libva-utils"

Thu Nov 16 14:04:09 2017 rev:3 rq:542208 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes  2017-09-05 
15:15:09.173804711 +0200
+++ /work/SRC/openSUSE:Factory/.libva-utils.new/libva-utils.changes     
2017-11-16 14:04:18.790452431 +0100
@@ -1,0 +2,20 @@
+Tue Nov 14 21:42:56 UTC 2017 - zai...@opensuse.org
+
+- Update to version 2.0.0:
+  * Add option '--device ' to vainfo.
+  * Add vp9enc for VP9 encoding.
+  * Add vavpp for video processing.
+  * Add FEI gtest cases.
+  * Fix segmentation fault in putsurface_wayland.
+  * Fix GCC 7.1.1 warnings/errors.
+  * Fix libva version printed out by vainfo.
+- Pass enable-drm, enable-wayland and enable-x11 to configure,
+  ensure we build all supported backends.
+- Following the above, add pkgconfig(libdrm), pkgconfig(libva),
+  pkgconfig(libva-drm), pkgconfig(libva-wayland),
+  pkgconfig(wayland-client), pkgconfig(x11), pkgconfig(xext) and
+  pkgconfig(xfixes) BuildRequires; align with what configure looks
+  for.
+- Run spec-cleaner on spec file.
+
+-------------------------------------------------------------------

Old:
----
  libva-utils-1.8.3.tar.bz2
  libva-utils-1.8.3.tar.bz2.sha1sum

New:
----
  libva-utils-2.0.0.tar.bz2
  libva-utils-2.0.0.tar.bz2.sha1sum

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

Other differences:
------------------
++++++ libva-utils.spec ++++++
--- /var/tmp/diff_new_pack.yyp2b8/_old  2017-11-16 14:04:20.278398502 +0100
+++ /var/tmp/diff_new_pack.yyp2b8/_new  2017-11-16 14:04:20.282398357 +0100
@@ -17,17 +17,25 @@
 
 
 Name:           libva-utils
-Version:        1.8.3
+Version:        2.0.0
 Release:        0
 Summary:        A collection of utilities and examples to exercise VA-API
-License:        MIT and EPL-1.0
+License:        MIT AND EPL-1.0
 Group:          Development/Tools/Other
 Url:            https://github.com/01org/libva-utils
 Source0:        
https://github.com/01org/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2
 Source1:        
https://github.com/01org/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2.sha1sum
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(libdrm) >= 2.4
+BuildRequires:  pkgconfig(libva) >= 1.0.0
+BuildRequires:  pkgconfig(libva-drm)
+BuildRequires:  pkgconfig(libva-wayland)
 BuildRequires:  pkgconfig(libva-x11) >= 0.39.4
+BuildRequires:  pkgconfig(wayland-client) >= 1.0.0
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xfixes)
 Provides:       vaapi-tools = %{version}
 Obsoletes:      vaapi-tools < %{version}
 
@@ -38,22 +46,28 @@
 %setup -q -n %{name}-%{version}
 
 %build
-%configure 
+%configure \
+       --enable-drm \
+       --enable-wayland \
+       --enable-x11 \
+       %{nil}
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot}
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING NEWS
-%{_bindir}/vainfo
 %{_bindir}/avcenc
 %{_bindir}/h264encode
+%{_bindir}/jpegenc
+%{_bindir}/loadjpeg
 %{_bindir}/mpeg2vaenc
 %{_bindir}/mpeg2vldemo
-#%{_bindir}/putsurface_wayland
-%{_bindir}/loadjpeg
-%{_bindir}/jpegenc
+%{_bindir}/putsurface
+%{_bindir}/putsurface_wayland
+%{_bindir}/vainfo
+%{_bindir}/vavpp
+%{_bindir}/vp9enc
 
 %changelog

++++++ libva-utils-1.8.3.tar.bz2 -> libva-utils-2.0.0.tar.bz2 ++++++
++++ 42580 lines of diff (skipped)

++++++ libva-utils-1.8.3.tar.bz2.sha1sum -> libva-utils-2.0.0.tar.bz2.sha1sum 
++++++
--- /work/SRC/openSUSE:Factory/libva-utils/libva-utils-1.8.3.tar.bz2.sha1sum    
2017-09-05 15:15:08.161946942 +0200
+++ 
/work/SRC/openSUSE:Factory/.libva-utils.new/libva-utils-2.0.0.tar.bz2.sha1sum   
    2017-11-16 14:04:18.098477510 +0100
@@ -1 +1 @@
-8684aa2b28fc08bf62b1fa5acf95d23fab5faf9a  libva-utils-1.8.3.tar.bz2
+b4dc39459f8539c1ea16e7ca957a853fb7735ec4  libva-utils-2.0.0.tar.bz2


Reply via email to