libvpl: update to 2.15, adopt

This commit is contained in:
zlice 2025-06-27 13:55:09 -04:00 committed by classabbyamp
parent 8b171c5384
commit c085fa7411

View file

@ -1,18 +1,18 @@
# Template file for 'libvpl' # Template file for 'libvpl'
pkgname=libvpl pkgname=libvpl
version=2.14.0 version=2.15.0
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DBUILD_EXAMPLES=ON" configure_args="-DBUILD_EXAMPLES=ON"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libva-devel libX11-devel" makedepends="libva-devel libX11-devel"
short_desc="Intel oneAPI Video Processing Library" short_desc="Intel oneAPI Video Processing Library"
maintainer="Michael Aldridge <maldridge@voidlinux.org>" maintainer="zlice <zlice555@gmail.com>"
license="MIT" license="MIT"
homepage="https://github.com/intel/libvpl" homepage="https://github.com/intel/libvpl"
changelog="https://github.com/intel/libvpl/blob/master/CHANGELOG.md" changelog="https://github.com/intel/libvpl/blob/master/CHANGELOG.md"
distfiles="https://github.com/intel/libvpl/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/intel/libvpl/archive/refs/tags/v${version}.tar.gz"
checksum=7c6bff1c1708d910032c2e6c44998ffff3f5fdbf06b00972bc48bf2dd9e5ac06 checksum=7218c3b8206b123204c3827ce0cf7c008d5c693c1f58ab461958d05fe6f847b3
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
@ -34,7 +34,8 @@ libvpl-examples_package() {
short_desc+=" - examples" short_desc+=" - examples"
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
pkg_install() { 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 vmove usr/share/vpl/examples
} }
} }