forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate
More file actions
27 lines (25 loc) · 813 Bytes
/
Copy pathtemplate
File metadata and controls
27 lines (25 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Template file for 'vpl-gpu-rt'
pkgname=vpl-gpu-rt
version=25.4.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=a4cc2429fba49ee1d5f48883930e2e7325f0af38af83c8048793c8b1d3fa4a8f
post_install() {
vlicense LICENSE
}
vpl-gpu-rt-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/lib/pkgconfig
}
}