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