diff --git a/libvdpau-1.2.tar.bz2 b/libvdpau-1.2.tar.bz2 deleted file mode 100644 index bb5d30e..0000000 --- a/libvdpau-1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a499b186f524e1c16b4f5b57a6a2de70dfceb25c4ee546515f26073cd33fa06 -size 434329 diff --git a/libvdpau-1.3.tar.bz2 b/libvdpau-1.3.tar.bz2 new file mode 100644 index 0000000..6388221 --- /dev/null +++ b/libvdpau-1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a52eeac9417edbc396f26c40591ba5df0cd18285f68d84614ef8f06196e50e +size 139009 diff --git a/libvdpau.changes b/libvdpau.changes index d681932..1a47830 100644 --- a/libvdpau.changes +++ b/libvdpau.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 29 14:01:06 UTC 2019 - Stefan Dirsch + +- fixed source URL in specfile + +------------------------------------------------------------------- +Thu Aug 29 13:31:42 UTC 2019 - Stefan Dirsch + +- Update libvdpau to version 1.3 + * This release of libvdpau switches the build system from + automake & autoconf to meson and adds definitions to support + decoding of the VP9 video format. + ------------------------------------------------------------------- Fri Mar 1 11:43:48 UTC 2019 - Stefan Dirsch diff --git a/libvdpau.spec b/libvdpau.spec index 53daf06..cac5b83 100644 --- a/libvdpau.spec +++ b/libvdpau.spec @@ -12,28 +12,26 @@ # 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: libvdpau -Version: 1.2 +Version: 1.3 Release: 0 Summary: VDPAU wrapper and trace libraries License: MIT Group: Development/Libraries/C and C++ URL: http://www.freedesktop.org/wiki/Software/VDPAU/ -Source: https://gitlab.freedesktop.org/vdpau/libvdpau/uploads/14b620084c027d546fa0b3f083b800c6/%{name}-%{version}.tar.bz2 +Source: https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/%{version}/%{name}-%{version}.tar.bz2 Source1: http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-1.0.tar.gz Source2: README Source99: baselibs.conf Source100: %{name}-rpmlintrc -BuildRequires: autoconf -BuildRequires: automake BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: libtool +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(dri2proto) BuildRequires: pkgconfig(x11) @@ -84,15 +82,12 @@ Its usage is documented in the README. %setup -q -b1 %build -autoreconf -fi -%configure -make %{?_smp_mflags} +%meson +%meson_build %install -%make_install +%meson_install -rm %{buildroot}%{_libdir}/libvdpau.la -rm %{buildroot}%{_libdir}/vdpau/libvdpau_trace.la /sbin/ldconfig -n %{buildroot}/%{_libdir}/vdpau rm %{buildroot}%{_libdir}/vdpau/libvdpau_trace.so