void-packages/srcpkgs/libva/template
Érico Rolim 1b27974108 libva: revbump for driver location.
Correct driver location is now taken care of by
87d28506e1.
2020-12-23 05:29:33 +01:00

33 lines
987 B
Bash

# Template file for 'libva'
pkgname=libva
version=2.9.1
revision=2
build_style=meson
configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)"
hostmakedepends="pkg-config 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/${version}.tar.gz"
checksum=4e8640f65ad659332c5d24b7715703c95e820083ee11126c9cd051d418e3d9e0
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"
}
}