!3 Update to 1.5
From: @wu-leilei Reviewed-by: @wang--ge Signed-off-by: @wang--ge
This commit is contained in:
commit
4d62fc6360
Binary file not shown.
BIN
libvdpau-1.5.tar.bz2
Normal file
BIN
libvdpau-1.5.tar.bz2
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
Name: libvdpau
|
||||
Version: 1.2
|
||||
Version: 1.5
|
||||
Release: 1
|
||||
Summary: Wrapper library for the Video Decode and Presentation API for UNIX
|
||||
License: MIT
|
||||
URL: http://freedesktop.org/wiki/Software/VDPAU
|
||||
Source0: https://gitlab.freedesktop.org/vdpau/libvdpau/uploads/14b620084c027d546fa0b3f083b800c6/%{name}-%{version}.tar.bz2
|
||||
Source0: https://gitlab.freedesktop.org/vdpau/libvdpau/-/archive/%{version}/libvdpau-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: autoconf, automake, doxygen, gcc-c++, graphviz, libtool, libX11-devel, libXext-devel
|
||||
BuildRequires: doxygen, gcc-c++, graphviz, libtool, libX11-devel, libXext-devel, meson
|
||||
BuildRequires: tex(latex), xorg-x11-proto-devel
|
||||
Provides: %{name}-trace%{?_isa} %{name}-trace
|
||||
Obsoletes: %{name}-trace
|
||||
@ -29,15 +29,14 @@ This package includes header files for development.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoreconf -vif
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%make_install INSTALL="install -p"
|
||||
%delete_la
|
||||
rm -rf $RPM_BUILD_ROOT%{_docdir}
|
||||
mv doc/html-out html
|
||||
%meson_install
|
||||
find %{buildroot} -name '*.la' -delete
|
||||
rm -fr %{buildroot}%{_docdir}
|
||||
mv %{_vpath_builddir}/doc/html html
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -58,6 +57,9 @@ mv doc/html-out html
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 11 2023 wulei <wu_lei@hoperun.com> - 1.5-1
|
||||
- Update to 1.5
|
||||
|
||||
* Thu Jan 16 2020 yangjian<yangjian79@huawei.com> - 1.2-1
|
||||
- Change the Source to valid address
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user