- 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
This commit is contained in:
Stefan Dirsch 2019-08-29 13:46:32 +00:00 committed by Git OBS Bridge
parent c84a11394d
commit d837a2cea3
4 changed files with 17 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a499b186f524e1c16b4f5b57a6a2de70dfceb25c4ee546515f26073cd33fa06
size 434329

3
libvdpau-1.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5a52eeac9417edbc396f26c40591ba5df0cd18285f68d84614ef8f06196e50e
size 139009

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Aug 29 13:31:42 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- 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 <sndirsch@suse.com>

View File

@ -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