void-packages/srcpkgs/libva/template
2019-01-26 11:38:04 -02:00

29 lines
866 B
Bash

# Template file for 'libva'
pkgname=libva
version=2.4.0
revision=1
build_style=meson
configure_args="-Dwith_glx=no -Dwith_wayland=yes -Dwith_egl=yes"
hostmakedepends="pkg-config wayland-devel"
makedepends="libXfixes-devel libXext-devel libdrm-devel wayland-devel"
short_desc="Video Acceleration (VA) API"
maintainer="Juan RP <xtraeme@voidlinux.org>"
license="MIT"
homepage="https://01.org/linuxmedia"
changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS"
distfiles="https://github.com/intel/libva/archive/${version}.tar.gz"
checksum=67f0289944b3c39307ab0f1b7ab33de072f6e674758d2f122b51616c3d7b115b
post_install() {
vlicense COPYING
}
libva-devel_package() {
depends="wayland-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}