mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: oneVPL-2023.3.1.
This commit is contained in:
parent
ec347d2210
commit
4de9691d69
3 changed files with 28 additions and 0 deletions
|
@ -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_imagery.8.3.so grass-8.3.0_1
|
||||||
libgrass_raster.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
|
libgrass_vector.8.3.so grass-8.3.0_1
|
||||||
|
libvpl.so.2 oneVPL-2023.3.1_1
|
||||||
|
|
1
srcpkgs/oneVPL-examples
Symbolic link
1
srcpkgs/oneVPL-examples
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
oneVPL
|
26
srcpkgs/oneVPL/template
Normal file
26
srcpkgs/oneVPL/template
Normal file
|
@ -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 <maldridge@voidlinux.org>"
|
||||||
|
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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue