removed requirement for obsoleted libvdpau-Mesa [release 1.4-2mamba;Wed Apr 21 2021]
This commit is contained in:
parent
8f9c1685ab
commit
0111f2a78f
@ -1,6 +1,6 @@
|
||||
Name: libvdpau
|
||||
Version: 1.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Video Decode and Presentation API for UNIX
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -14,22 +14,16 @@ License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxcb-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: tetex-latex
|
||||
BuildRequires: xproto-devel
|
||||
%if "%{stage1}" != "1"
|
||||
Requires: libvdpau-Mesa
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
#%if "%{stage1}" != "1"
|
||||
#Requires: libvdpau-Mesa
|
||||
#%endif
|
||||
|
||||
%description
|
||||
VDPAU is the Video Decode and Presentation API for UNIX. It provides an interface to video decode acceleration and presentation hardware present in modern GPUs.
|
||||
@ -41,8 +35,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
VDPAU is the Video Decode and Presentation API for UNIX.
|
||||
|
||||
This package contains libraries and header files need for development.
|
||||
This package contains libraries and header files needed for development.
|
||||
|
||||
%package docs
|
||||
Group: Documentation
|
||||
@ -51,7 +44,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description docs
|
||||
VDPAU is the Video Decode and Presentation API for UNIX.
|
||||
|
||||
This package contains documentation for %{name}.
|
||||
|
||||
%debug_package
|
||||
@ -99,6 +91,9 @@ rm -rf %{buildroot}%{_libdir}/vdpau/*.la
|
||||
%{_docdir}/libvdpau
|
||||
|
||||
%changelog
|
||||
* Wed Apr 21 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-2mamba
|
||||
- removed requirement for obsoleted libvdpau-Mesa
|
||||
|
||||
* Tue May 12 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4-1mamba
|
||||
- update to 1.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user