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
|
Name: libva1
|
||||||
Version: 1.7.3
|
Version: 1.8.3
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: VAAPI (Video Acceleration API) Library for Linux
|
Summary: VAAPI (Video Acceleration API) Library for Linux
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.freedesktop.org/wiki/Software/vaapi
|
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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -106,7 +107,7 @@ rm -rf %{buildroot}%{_bindir}/test_*
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/putsurface_wayland
|
#%{_bindir}/putsurface_wayland
|
||||||
%dir %{_includedir}/va
|
%dir %{_includedir}/va
|
||||||
%{_includedir}/va/*.h
|
%{_includedir}/va/*.h
|
||||||
%{_libdir}/libva.so
|
%{_libdir}/libva.so
|
||||||
@ -127,23 +128,23 @@ rm -rf %{buildroot}%{_bindir}/test_*
|
|||||||
%{_libdir}/pkgconfig/libva-x11.pc
|
%{_libdir}/pkgconfig/libva-x11.pc
|
||||||
%{_libdir}/pkgconfig/libva.pc
|
%{_libdir}/pkgconfig/libva.pc
|
||||||
|
|
||||||
%files drivers
|
#%files drivers
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%{_libdir}/dri/dummy_drv_video.so
|
#%{_libdir}/dri/dummy_drv_video.so
|
||||||
#%ifarch %{ix86} x86_64
|
##%ifarch %{ix86} x86_64
|
||||||
#%{_libdir}/dri/i965_drv_video.so
|
##%{_libdir}/dri/i965_drv_video.so
|
||||||
#%endif
|
##%endif
|
||||||
|
|
||||||
%files tools
|
#%files tools
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%{_bindir}/avcenc
|
#%{_bindir}/avcenc
|
||||||
%{_bindir}/jpegenc
|
#%{_bindir}/jpegenc
|
||||||
%{_bindir}/loadjpeg
|
#%{_bindir}/loadjpeg
|
||||||
%{_bindir}/h264encode
|
#%{_bindir}/h264encode
|
||||||
%{_bindir}/mpeg2vaenc
|
#%{_bindir}/mpeg2vaenc
|
||||||
%{_bindir}/mpeg2vldemo
|
#%{_bindir}/mpeg2vldemo
|
||||||
%{_bindir}/putsurface
|
#%{_bindir}/putsurface
|
||||||
%{_bindir}/vainfo
|
#%{_bindir}/vainfo
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -153,6 +154,9 @@ rm -rf %{buildroot}%{_bindir}/test_*
|
|||||||
%{_libdir}/libva-x11.la
|
%{_libdir}/libva-x11.la
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 27 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.3-2mamba
|
||||||
- legacy package
|
- legacy package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user