update to 1.8.3 [release 1.8.3-1mamba;Thu Aug 15 2019]
This commit is contained in:
parent
eb4263a408
commit
fceb1db89a
44
libva1.spec
44
libva1.spec
@ -1,13 +1,14 @@
|
||||
Name: libva1
|
||||
Version: 1.7.3
|
||||
Release: 2mamba
|
||||
Version: 1.8.3
|
||||
Release: 1mamba
|
||||
Summary: VAAPI (Video Acceleration API) Library for Linux
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.freedesktop.org/wiki/Software/vaapi
|
||||
Source: http://cgit.freedesktop.org/libva/snapshot/libva-%{version}.tar.gz
|
||||
Source: https://github.com/intel/libva.git/%{version}/libva-%{version}.tar.bz2
|
||||
#Source: http://cgit.freedesktop.org/libva/snapshot/libva-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -106,7 +107,7 @@ rm -rf %{buildroot}%{_bindir}/test_*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/putsurface_wayland
|
||||
#%{_bindir}/putsurface_wayland
|
||||
%dir %{_includedir}/va
|
||||
%{_includedir}/va/*.h
|
||||
%{_libdir}/libva.so
|
||||
@ -127,23 +128,23 @@ rm -rf %{buildroot}%{_bindir}/test_*
|
||||
%{_libdir}/pkgconfig/libva-x11.pc
|
||||
%{_libdir}/pkgconfig/libva.pc
|
||||
|
||||
%files drivers
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/dri/dummy_drv_video.so
|
||||
#%ifarch %{ix86} x86_64
|
||||
#%{_libdir}/dri/i965_drv_video.so
|
||||
#%endif
|
||||
#%files drivers
|
||||
#%defattr(-,root,root)
|
||||
#%{_libdir}/dri/dummy_drv_video.so
|
||||
##%ifarch %{ix86} x86_64
|
||||
##%{_libdir}/dri/i965_drv_video.so
|
||||
##%endif
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/avcenc
|
||||
%{_bindir}/jpegenc
|
||||
%{_bindir}/loadjpeg
|
||||
%{_bindir}/h264encode
|
||||
%{_bindir}/mpeg2vaenc
|
||||
%{_bindir}/mpeg2vldemo
|
||||
%{_bindir}/putsurface
|
||||
%{_bindir}/vainfo
|
||||
#%files tools
|
||||
#%defattr(-,root,root)
|
||||
#%{_bindir}/avcenc
|
||||
#%{_bindir}/jpegenc
|
||||
#%{_bindir}/loadjpeg
|
||||
#%{_bindir}/h264encode
|
||||
#%{_bindir}/mpeg2vaenc
|
||||
#%{_bindir}/mpeg2vldemo
|
||||
#%{_bindir}/putsurface
|
||||
#%{_bindir}/vainfo
|
||||
|
||||
%files static
|
||||
%defattr(-,root,root)
|
||||
@ -153,6 +154,9 @@ rm -rf %{buildroot}%{_bindir}/test_*
|
||||
%{_libdir}/libva-x11.la
|
||||
|
||||
%changelog
|
||||
* Thu Aug 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.3-1mamba
|
||||
- update to 1.8.3
|
||||
|
||||
* Mon Aug 27 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.3-2mamba
|
||||
- legacy package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user