Hello community,

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

Package is "libva-utils"

Thu Oct 25 09:12:11 2018 rev:6 rq:644257 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libva-utils/libva-utils.changes  2018-05-11 
09:14:07.279544451 +0200
+++ /work/SRC/openSUSE:Factory/.libva-utils.new/libva-utils.changes     
2018-10-25 09:12:17.358291709 +0200
@@ -1,0 +2,14 @@
+Tue Oct 23 19:23:24 UTC 2018 - [email protected]
+
+- Update to version 2.3.0:
+  * Add HEVC encode sample code
+  * Add sample code for avc decode streamout
+  * Add VP8 sample encoder application (SVCT supported)
+- Changes from version 2.2.0:
+  * Add meson build
+  * Remove driver specific test cases.
+- Switch to meson buildsystem, add meson BuildRequires and macros.
+- Drop conditionals for obsolete versions of openSUSE.
+- Disable sha1sum as source, currently not provided by upstream.
+
+-------------------------------------------------------------------

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

New:
----
  libva-utils-2.3.0.tar.gz

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

Other differences:
------------------
++++++ libva-utils.spec ++++++
--- /var/tmp/diff_new_pack.FZhQ2e/_old  2018-10-25 09:12:18.770290864 +0200
+++ /var/tmp/diff_new_pack.FZhQ2e/_new  2018-10-25 09:12:18.770290864 +0200
@@ -12,72 +12,69 @@
 # 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:           libva-utils
-Version:        2.1.0
+Version:        2.3.0
 Release:        0
 Summary:        A collection of utilities and examples to exercise VA-API
 License:        MIT AND EPL-1.0
 Group:          Development/Tools/Other
 Url:            https://github.com/intel/libva-utils
-Source0:        
https://github.com/intel/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2
-Source1:        
https://github.com/intel/libva-utils/releases/download/%{version}/%{name}-%{version}.tar.bz2.sha1sum
+Source0:        
https://github.com/intel/libva-utils/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+#Source1:        
https://github.com/intel/libva-utils/archive/%%{version}.tar.gz.sha1sum#/%{name}-%{version}.tar.gz.sha1sum
+
 BuildRequires:  gcc-c++
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libdrm) >= 2.4
 BuildRequires:  pkgconfig(libva) >= 1.1.0
 BuildRequires:  pkgconfig(libva-drm)
-%if 0%{?suse_version} > 1320
 BuildRequires:  pkgconfig(libva-wayland)
-BuildRequires:  pkgconfig(wayland-client) >= 1.11.0
-%endif
 BuildRequires:  pkgconfig(libva-x11) >= 0.39.4
+BuildRequires:  pkgconfig(wayland-client) >= 1.11.0
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xfixes)
 Provides:       vaapi-tools = %{version}
 Obsoletes:      vaapi-tools < %{version}
-%if 0%{?suse_version} > 1320
 Provides:       vaapi-wayland-tools = %{version}
 Obsoletes:      vaapi-wayland-tools < %{version}
-%endif
 
 %description
 libva-utils is a collection of utilities and examples to exercise VA-API in 
accordance with the libva project. --enable-tests (default = no) provides a 
suite of unit-tests based on Google Test Framework. A driver implementation is 
necessary to properly operate.
 
 %prep
-%setup -q -n %{name}-%{version}
+%autosetup
 
 %build
-%configure \
-       --enable-drm \
-%if 0%{?suse_version} > 1320
-       --enable-wayland \
-%endif
-       --enable-x11 \
+%meson \
+       -Ddrm=true \
+       -Dx11=true \
+       -Dwayland=true \
+       -Dtests=false \
        %{nil}
-make %{?_smp_mflags}
+%meson_build
 
 %install
-make install DESTDIR=%{buildroot}
+%meson_install
 
 %files
-%doc COPYING NEWS
+%license COPYING
+%doc NEWS
 %{_bindir}/avcenc
-%{_bindir}/h264encode
+%{_bindir}/h264enc
 %{_bindir}/jpegenc
 %{_bindir}/loadjpeg
 %{_bindir}/mpeg2vaenc
 %{_bindir}/mpeg2vldemo
 %{_bindir}/putsurface
-%if 0%{?suse_version} > 1320
 %{_bindir}/putsurface_wayland
-%endif
 %{_bindir}/vainfo
 %{_bindir}/vavpp
+%{_bindir}/vp8enc
 %{_bindir}/vp9enc
 
 %changelog


Reply via email to