automatic version update by autodist [release 2.16.0-1mamba;Sun Oct 02 2022]
This commit is contained in:
parent
243b6d13a6
commit
8365224106
25
libva.spec
25
libva.spec
@ -1,5 +1,5 @@
|
||||
Name: libva
|
||||
Version: 2.15.0
|
||||
Version: 2.16.0
|
||||
Release: 1mamba
|
||||
Summary: VAAPI (Video Acceleration API) Library for Linux
|
||||
Group: System/Libraries
|
||||
@ -35,6 +35,8 @@ The current video decode/encode interface is window system independent, so that
|
||||
Group: Development/Libraries
|
||||
Summary: Libraries and headers for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Provides: %{name}-static
|
||||
Obsoletes: %{name}-static < 2.16.0
|
||||
|
||||
%description devel
|
||||
The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.
|
||||
@ -49,15 +51,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.
|
||||
This package contains the hardware drivers.
|
||||
|
||||
%package static
|
||||
Group: Development/Libraries
|
||||
Summary: Static libraries for %{name}
|
||||
Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description static
|
||||
The libva library implements the Video Acceleration (VA) API for Linux. The library loads a hardware dependendent driver.
|
||||
This package contains static libraries needed for development.
|
||||
|
||||
%package tools
|
||||
Group: System/Libraries
|
||||
Summary: Video Acceleration (VA) API for Linux -- tools
|
||||
@ -113,11 +106,9 @@ rm -rf %{buildroot}%{_bindir}/test_*
|
||||
%{_libdir}/libva.so
|
||||
%{_libdir}/libva-glx.so
|
||||
#%{_libdir}/libva-tpi.so
|
||||
%{_libdir}/libva-drm.la
|
||||
%{_libdir}/libva-drm.so
|
||||
#%{_libdir}/libva-egl.la
|
||||
#%{_libdir}/libva-egl.so
|
||||
%{_libdir}/libva-wayland.la
|
||||
%{_libdir}/libva-wayland.so
|
||||
%{_libdir}/libva-x11.so
|
||||
%{_libdir}/pkgconfig/libva-drm.pc
|
||||
@ -146,14 +137,10 @@ rm -rf %{buildroot}%{_bindir}/test_*
|
||||
#%{_bindir}/putsurface
|
||||
#%{_bindir}/vainfo
|
||||
|
||||
%files static
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libva.la
|
||||
%{_libdir}/libva-glx.la
|
||||
#%{_libdir}/libva-tpi.la
|
||||
%{_libdir}/libva-x11.la
|
||||
|
||||
%changelog
|
||||
* Sun Oct 02 2022 Automatic Build System <autodist@mambasoft.it> 2.16.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 29 2022 Automatic Build System <autodist@mambasoft.it> 2.15.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user