35 lines
1.0 KiB
Bash
35 lines
1.0 KiB
Bash
# Template file for 'libva'
|
|
# NOTE: keep this pkg synchronized with libva-glx and the minor version with libva-utils
|
|
pkgname=libva
|
|
version=2.21.0
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dwith_glx=no"
|
|
hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)"
|
|
makedepends="libXfixes-devel libXext-devel libdrm-devel
|
|
$(vopt_if wayland 'libffi-devel wayland-devel')"
|
|
short_desc="Video Acceleration (VA) API"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://01.org/linuxmedia/vaapi"
|
|
changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS"
|
|
distfiles="https://github.com/intel/libva/archive/refs/tags/${version}.tar.gz"
|
|
checksum=f7c3fffef3f04eb146e036dad2587d852bfb70e4926d014bf437244915ef7425
|
|
|
|
build_options="wayland"
|
|
build_options_default="wayland"
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|
|
|
|
libva-devel_package() {
|
|
depends="$(vopt_if wayland wayland-devel) ${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|