Accepting request 727027 from X11:XOrg

- fixed source URL in specfile 

- 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/request/show/727027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvdpau?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2019-09-02 11:22:06 +00:00 committed by Git OBS Bridge
commit cdd5e2fc19
4 changed files with 23 additions and 15 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,16 @@
-------------------------------------------------------------------
Thu Aug 29 14:01:06 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- fixed source URL in specfile
-------------------------------------------------------------------
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> Fri Mar 1 11:43:48 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -12,28 +12,26 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: libvdpau
Version: 1.2 Version: 1.3
Release: 0 Release: 0
Summary: VDPAU wrapper and trace libraries Summary: VDPAU wrapper and trace libraries
License: MIT License: MIT
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: http://www.freedesktop.org/wiki/Software/VDPAU/ 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 Source1: http://people.freedesktop.org/~aplattner/vdpau/vdpauinfo-1.0.tar.gz
Source2: README Source2: README
Source99: baselibs.conf Source99: baselibs.conf
Source100: %{name}-rpmlintrc Source100: %{name}-rpmlintrc
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: doxygen BuildRequires: doxygen
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: libtool BuildRequires: meson
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: pkgconfig(dri2proto) BuildRequires: pkgconfig(dri2proto)
BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(x11)
@ -84,15 +82,12 @@ Its usage is documented in the README.
%setup -q -b1 %setup -q -b1
%build %build
autoreconf -fi %meson
%configure %meson_build
make %{?_smp_mflags}
%install %install
%make_install %meson_install
rm %{buildroot}%{_libdir}/libvdpau.la
rm %{buildroot}%{_libdir}/vdpau/libvdpau_trace.la
/sbin/ldconfig -n %{buildroot}/%{_libdir}/vdpau /sbin/ldconfig -n %{buildroot}/%{_libdir}/vdpau
rm %{buildroot}%{_libdir}/vdpau/libvdpau_trace.so rm %{buildroot}%{_libdir}/vdpau/libvdpau_trace.so