Skip to content
Merged
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
9 changes: 5 additions & 4 deletions srcpkgs/libvpl/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Template file for 'libvpl'
pkgname=libvpl
version=2.14.0
version=2.15.0
revision=1
build_style=cmake
configure_args="-DBUILD_EXAMPLES=ON"
hostmakedepends="pkg-config"
makedepends="libva-devel libX11-devel"
short_desc="Intel oneAPI Video Processing Library"
maintainer="Michael Aldridge <[email protected]>"
maintainer="zlice <[email protected]>"
license="MIT"
homepage="https://github.com/intel/libvpl"
changelog="https://github.com/intel/libvpl/blob/master/CHANGELOG.md"
distfiles="https://github.com/intel/libvpl/archive/refs/tags/v${version}.tar.gz"
checksum=7c6bff1c1708d910032c2e6c44998ffff3f5fdbf06b00972bc48bf2dd9e5ac06
checksum=7218c3b8206b123204c3827ce0cf7c008d5c693c1f58ab461958d05fe6f847b3

post_install() {
vlicense LICENSE
Expand All @@ -34,7 +34,8 @@ libvpl-examples_package() {
short_desc+=" - examples"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/bin
#they removed cmake lines that install bins in 2.15. not sure if accident?
#vmove usr/bin
vmove usr/share/vpl/examples
}
}