From d837a2cea36895be8a55433466b792710fabf488f1506178c06c5f25dd139b8f Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 29 Aug 2019 13:46:32 +0000 Subject: [PATCH 1/2] - 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. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libvdpau?expand=0&rev=18 --- libvdpau-1.2.tar.bz2 | 3 --- libvdpau-1.3.tar.bz2 | 3 +++ libvdpau.changes | 8 ++++++++ libvdpau.spec | 17 ++++++----------- 4 files changed, 17 insertions(+), 14 deletions(-) delete mode 100644 libvdpau-1.2.tar.bz2 create mode 100644 libvdpau-1.3.tar.bz2 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..2df4ec2 100644 --- a/libvdpau.changes +++ b/libvdpau.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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..343f96e 100644 --- a/libvdpau.spec +++ b/libvdpau.spec @@ -12,12 +12,12 @@ # 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 @@ -28,12 +28,10 @@ Source1: http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-1.0.tar 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 From d18412dfb73056efc8be6a436d55e4ec12571d465afecf2276b71a281dcf6a6c Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 29 Aug 2019 14:01:27 +0000 Subject: [PATCH 2/2] - fixed source URL in specfile OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libvdpau?expand=0&rev=19 --- libvdpau.changes | 5 +++++ libvdpau.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libvdpau.changes b/libvdpau.changes index 2df4ec2..1a47830 100644 --- a/libvdpau.changes +++ b/libvdpau.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/libvdpau.spec b/libvdpau.spec index 343f96e..cac5b83 100644 --- a/libvdpau.spec +++ b/libvdpau.spec @@ -23,7 +23,7 @@ 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