diff --git a/common/shlibs b/common/shlibs index ede20ee14a6..6dc7159f792 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4267,3 +4267,4 @@ libgrass_gproj.8.3.so grass-8.3.0_1 libgrass_imagery.8.3.so grass-8.3.0_1 libgrass_raster.8.3.so grass-8.3.0_1 libgrass_vector.8.3.so grass-8.3.0_1 +libvpl.so.2 oneVPL-2023.3.1_1 diff --git a/srcpkgs/oneVPL-examples b/srcpkgs/oneVPL-examples new file mode 120000 index 00000000000..03776a5d59e --- /dev/null +++ b/srcpkgs/oneVPL-examples @@ -0,0 +1 @@ +oneVPL \ No newline at end of file diff --git a/srcpkgs/oneVPL/template b/srcpkgs/oneVPL/template new file mode 100644 index 00000000000..9ceeea7ccc7 --- /dev/null +++ b/srcpkgs/oneVPL/template @@ -0,0 +1,26 @@ +# Template file for 'oneVPL' +pkgname=oneVPL +version=2023.3.1 +revision=1 +build_style=cmake +hostmakedepends="libva-devel libX11-devel" +hostmakedepends="pkg-config" +short_desc="Intel oneAPI Video Processing Library" +maintainer="Michael Aldridge " +license="MIT" +homepage="https://github.com/oneapi-src/oneVPL" +changelog="https://github.com/oneapi-src/oneVPL/blob/master/CHANGELOG.md" +distfiles="https://github.com/oneapi-src/oneVPL/archive/refs/tags/v$version.tar.gz" +checksum=4411543519486a2450f6f5af06a077596e7888a551768594e9dfa2a46b23b6f5 + +post_install() { + vlicense LICENSE +} + +oneVPL-examples_package() { + short_desc+=" - examples" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/share/vpl/examples + } +}