From c085fa74114f0b5f0f829a463a05cc52f0196cfe Mon Sep 17 00:00:00 2001 From: zlice Date: Fri, 27 Jun 2025 13:55:09 -0400 Subject: [PATCH] libvpl: update to 2.15, adopt --- srcpkgs/libvpl/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libvpl/template b/srcpkgs/libvpl/template index eac67542dad..cca2767879a 100644 --- a/srcpkgs/libvpl/template +++ b/srcpkgs/libvpl/template @@ -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 " +maintainer="zlice " 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 @@ -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 } }