File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ vpl-gpu-rt
Original file line number Diff line number Diff line change 1+ # Template file for 'vpl-gpu-rt'
2+ pkgname=vpl-gpu-rt
3+ version=25.3.4
4+ revision=1
5+ archs="x86_64*"
6+ build_style=cmake
7+ configure_args="-Wno-dev -DCMAKE_BUILD_TYPE=Release"
8+ hostmakedepends="cmake pkg-config"
9+ makedepends="libdrm-devel libva-devel libvpl-devel"
10+ short_desc="Runtime implementation of libvpl API for Intel GPUs"
11+ maintainer="zlice <
[email protected] >"
12+ license="MIT"
13+ homepage="https://github.com/intel/vpl-gpu-rt/"
14+ changelog="https://github.com/intel/vpl-gpu-rt/blob/main/CHANGELOG.md"
15+ distfiles="https://github.com/intel/vpl-gpu-rt/archive/refs/tags/intel-onevpl-${version}.tar.gz"
16+ checksum=8640073f161f6c2b919f37c8d1e8688a0e6f9b7590a2399cc0d2a89910afeafc
17+
18+ post_install() {
19+ vlicense LICENSE
20+ }
21+
22+ vpl-gpu-rt-devel_package() {
23+ short_desc+=" - development files"
24+ pkg_install() {
25+ vmove usr/lib/pkgconfig
26+ }
27+ }
You can’t perform that action at this time.
0 commit comments