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=24.2.5
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 oneVPL-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=ccb76812642d84d4d8a56d28df60ef6d450cbb09969a59ee6c4a819098617b5d
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