File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Template file for 'libvpl'
22pkgname=libvpl
3- version=2.14 .0
3+ version=2.15 .0
44revision=1
55build_style=cmake
66configure_args="-DBUILD_EXAMPLES=ON"
77hostmakedepends="pkg-config"
88makedepends="libva-devel libX11-devel"
99short_desc="Intel oneAPI Video Processing Library"
10- maintainer="Michael Aldridge <maldridge@voidlinux.org >"
10+ maintainer="zlice <zlice555@gmail.com >"
1111license="MIT"
1212homepage="https://github.com/intel/libvpl"
1313changelog="https://github.com/intel/libvpl/blob/master/CHANGELOG.md"
1414distfiles="https://github.com/intel/libvpl/archive/refs/tags/v${version}.tar.gz"
15- checksum=7c6bff1c1708d910032c2e6c44998ffff3f5fdbf06b00972bc48bf2dd9e5ac06
15+ checksum=7218c3b8206b123204c3827ce0cf7c008d5c693c1f58ab461958d05fe6f847b3
1616
1717post_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}
You can’t perform that action at this time.
0 commit comments