Skip to content

Commit c085fa7

Browse files
zliceclassabbyamp
authored andcommitted
libvpl: update to 2.15, adopt
1 parent 8b171c5 commit c085fa7

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

srcpkgs/libvpl/template

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Template file for 'libvpl'
22
pkgname=libvpl
3-
version=2.14.0
3+
version=2.15.0
44
revision=1
55
build_style=cmake
66
configure_args="-DBUILD_EXAMPLES=ON"
77
hostmakedepends="pkg-config"
88
makedepends="libva-devel libX11-devel"
99
short_desc="Intel oneAPI Video Processing Library"
10-
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
10+
maintainer="zlice <zlice555@gmail.com>"
1111
license="MIT"
1212
homepage="https://github.com/intel/libvpl"
1313
changelog="https://github.com/intel/libvpl/blob/master/CHANGELOG.md"
1414
distfiles="https://github.com/intel/libvpl/archive/refs/tags/v${version}.tar.gz"
15-
checksum=7c6bff1c1708d910032c2e6c44998ffff3f5fdbf06b00972bc48bf2dd9e5ac06
15+
checksum=7218c3b8206b123204c3827ce0cf7c008d5c693c1f58ab461958d05fe6f847b3
1616

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

0 commit comments

Comments
 (0)