|
|
|
@ -1,10 +1,10 @@
|
|
|
|
|
%global mfx_major 2
|
|
|
|
|
%global mfx_minor 11
|
|
|
|
|
%global mfx_minor 12
|
|
|
|
|
|
|
|
|
|
Name: libvpl
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 2.11.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.12.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Intel Video Processing Library
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://intel.github.io/libvpl/latest/index.html
|
|
|
|
@ -24,7 +24,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.15
|
|
|
|
|
BuildRequires: pkgconfig(x11)
|
|
|
|
|
|
|
|
|
|
Recommends: intel-mediasdk
|
|
|
|
|
Recommends: oneVPL-intel-gpu
|
|
|
|
|
Recommends: intel-vpl-gpu-rt
|
|
|
|
|
|
|
|
|
|
Obsoletes: oneVPL <= 2023.4.0
|
|
|
|
|
Provides: oneVPL%{?_isa} == %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
@ -38,7 +38,7 @@ The base package is limited to the dispatcher and samples. To use oneVPL for
|
|
|
|
|
video processing you need to install at least one implementation. Current
|
|
|
|
|
implementations:
|
|
|
|
|
|
|
|
|
|
- oneVPL-intel-gpu for use on Intel Xe graphics and newer
|
|
|
|
|
- intel-vpl-gpu-rt for use on Intel Xe graphics and newer
|
|
|
|
|
- intel-mediasdk for use on legacy Intel graphics
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
@ -85,14 +85,21 @@ rm -fr %{buildroot}%{_datadir}/vpl/licensing
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_includedir}/vpl
|
|
|
|
|
%{_libdir}/cmake/vpl
|
|
|
|
|
%dir %{_libdir}/cmake/vpl
|
|
|
|
|
%{_libdir}/cmake/vpl/VPLConfig.cmake
|
|
|
|
|
%{_libdir}/cmake/vpl/VPLConfigVersion.cmake
|
|
|
|
|
%{_libdir}/libvpl.so
|
|
|
|
|
%{_libdir}/pkgconfig/vpl.pc
|
|
|
|
|
|
|
|
|
|
%files samples
|
|
|
|
|
%{_datadir}/vpl
|
|
|
|
|
%dir %{_datadir}/vpl
|
|
|
|
|
%{_datadir}/vpl/examples
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Aug 25 2024 Simone Caronni <negativo17@gmail.com> - 1:2.12.0-1
|
|
|
|
|
- Update to 2.12.0.
|
|
|
|
|
- Update GPU requirements.
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.11.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|