mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
New package: vpl-gpu-rt-25.2.6
This commit is contained in:
parent
2ffaa9d688
commit
15430a7e5f
2 changed files with 28 additions and 0 deletions
1
srcpkgs/vpl-gpu-rt-devel
Symbolic link
1
srcpkgs/vpl-gpu-rt-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
vpl-gpu-rt
|
27
srcpkgs/vpl-gpu-rt/template
Normal file
27
srcpkgs/vpl-gpu-rt/template
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Template file for 'vpl-gpu-rt'
|
||||
pkgname=vpl-gpu-rt
|
||||
version=25.2.6
|
||||
revision=1
|
||||
archs="x86_64*"
|
||||
build_style=cmake
|
||||
configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="libdrm-devel libva-devel libvpl-devel"
|
||||
short_desc="Runtime implementation of libvpl API for Intel GPUs"
|
||||
maintainer="zlice <zlice555@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/intel/vpl-gpu-rt/"
|
||||
changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
|
||||
checksum=d236ede2ab87063d0d8d52932779ff446a885b8dc4ef840d1a756c6776ef6fef
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
vpl-gpu-rt-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue