mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
libvpl: update to 2.15, adopt
This commit is contained in:
parent
8b171c5384
commit
c085fa7411
1 changed files with 5 additions and 4 deletions
|
@ -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 <maldridge@voidlinux.org>"
|
||||
maintainer="zlice <zlice555@gmail.com>"
|
||||
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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue