Update to 2.12.0

epel10
Simone Caronni 5 months ago
parent adeec9390f
commit ad2221a13e

1
.gitignore vendored

@ -1,3 +1,4 @@
/libvpl-2.10.1.tar.gz
/libvpl-2.10.2.tar.gz
/libvpl-2.11.0.tar.gz
/libvpl-2.12.0.tar.gz

@ -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

@ -1 +1 @@
SHA512 (libvpl-2.11.0.tar.gz) = 9b6be42fbf6c8ac48b6f04607b6c6acea7ba0ef8434b323cb1d307ac4e917144351ae9f64d2f8c5f9a5668b8623557e231b0aaf0d579cc9718c6113c37f81804
SHA512 (libvpl-2.12.0.tar.gz) = 4a9f0272684c896ca8a11c316fe05f7ea60c0cd402b0b474a90523f5aca1a16cffac84d89758c27d837ca6e7ac68b82d6aec028ee7aa237626a2194709f48782

Loading…
Cancel
Save