!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
|
Name: libvdpau
|
||||||
Version: 1.2
|
Version: 1.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Wrapper library for the Video Decode and Presentation API for UNIX
|
Summary: Wrapper library for the Video Decode and Presentation API for UNIX
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://freedesktop.org/wiki/Software/VDPAU
|
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
|
BuildRequires: tex(latex), xorg-x11-proto-devel
|
||||||
Provides: %{name}-trace%{?_isa} %{name}-trace
|
Provides: %{name}-trace%{?_isa} %{name}-trace
|
||||||
Obsoletes: %{name}-trace
|
Obsoletes: %{name}-trace
|
||||||
@ -29,15 +29,14 @@ This package includes header files for development.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vif
|
%meson
|
||||||
%configure --disable-static
|
%meson_build
|
||||||
%make_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install INSTALL="install -p"
|
%meson_install
|
||||||
%delete_la
|
find %{buildroot} -name '*.la' -delete
|
||||||
rm -rf $RPM_BUILD_ROOT%{_docdir}
|
rm -fr %{buildroot}%{_docdir}
|
||||||
mv doc/html-out html
|
mv %{_vpath_builddir}/doc/html html
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
@ -58,6 +57,9 @@ mv doc/html-out html
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 16 2020 yangjian<yangjian79@huawei.com> - 1.2-1
|
||||||
- Change the Source to valid address
|
- Change the Source to valid address
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user