Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions srcpkgs/vpl-gpu-rt-devel
27 changes: 27 additions & 0 deletions srcpkgs/vpl-gpu-rt/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Template file for 'vpl-gpu-rt'
pkgname=vpl-gpu-rt
version=25.3.4
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 <[email protected]>"
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=8640073f161f6c2b919f37c8d1e8688a0e6f9b7590a2399cc0d2a89910afeafc

post_install() {
vlicense LICENSE
}

vpl-gpu-rt-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/lib/pkgconfig
}
}