update to 1.4 [release 1.4-1mamba;Tue May 12 2020]
This commit is contained in:
parent
337a26dc3e
commit
8f9c1685ab
@ -1,5 +1,5 @@
|
||||
Name: libvdpau
|
||||
Version: 1.2
|
||||
Version: 1.4
|
||||
Release: 1mamba
|
||||
Summary: Video Decode and Presentation API for UNIX
|
||||
Group: System/Libraries
|
||||
@ -7,7 +7,8 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://freedesktop.org/wiki/Software/VDPAU
|
||||
Source: http://people.freedesktop.org/~aplattner/vdpau/libvdpau-%{version}.tar.bz2
|
||||
Source: https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/%{version}/libvdpau-%{version}.tar.bz2
|
||||
#Source: http://people.freedesktop.org/~aplattner/vdpau/libvdpau-%{version}.tar.bz2
|
||||
Patch0: %{name}-0.4.1-track_dynamic_library_handles_and_free_them_on_exit.patch
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -53,19 +54,21 @@ VDPAU is the Video Decode and Presentation API for UNIX.
|
||||
|
||||
This package contains documentation for %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
#autoreconf -vif
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--disable-static
|
||||
%make
|
||||
%meson
|
||||
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
rm -rf %{buildroot}%{_libdir}/*.la
|
||||
rm -rf %{buildroot}%{_libdir}/vdpau/*.la
|
||||
@ -96,6 +99,9 @@ rm -rf %{buildroot}%{_libdir}/vdpau/*.la
|
||||
%{_docdir}/libvdpau
|
||||
|
||||
%changelog
|
||||
* Tue May 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-1mamba
|
||||
- update to 1.4
|
||||
|
||||
* Fri Aug 02 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-1mamba
|
||||
- update to 1.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user