19 lines
689 B
Bash
19 lines
689 B
Bash
# Template file for 'libva-utils'
|
|
pkgname=libva-utils
|
|
version=2.4.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="Juan RP <xtraeme@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://01.org/linuxmedia"
|
|
changelog="https://raw.githubusercontent.com/intel/libva-utils/master/NEWS"
|
|
distfiles="https://github.com/intel/libva-utils/archive/${version}.tar.gz"
|
|
checksum=13d15bf464e5a452f5243a6ca5988d3841c8bbbb017b75d73254acc0e4d6740c
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|