vp-build/srcpkgs/libva-utils/template

21 lines
697 B
Bash

# Template file for 'libva-utils'
pkgname=libva-utils
version=2.14.0
revision=1
build_style=meson
configure_args="-Ddrm=true -Dx11=true -Dwayland=true"
hostmakedepends="pkg-config wayland-devel"
makedepends="libva-devel libXfixes-devel libXext-devel
libdrm-devel wayland-devel"
short_desc="Video Acceleration (VA) API - Utilities"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://01.org/linuxmedia/vaapi"
changelog="https://raw.githubusercontent.com/intel/libva-utils/master/NEWS"
distfiles="https://github.com/intel/libva-utils/archive/${version}.tar.gz"
checksum=0ad6410aaa27d7b15dadee0f4d775d54d6394b582bf315353a4657b49c78ac31
post_install() {
vlicense COPYING
}