18 lines
600 B
Bash
18 lines
600 B
Bash
# Template file for 'libva-utils'
|
|
pkgname=libva-utils
|
|
version=1.8.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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.eu>"
|
|
homepage="https://01.org/linuxmedia"
|
|
license="MIT"
|
|
distfiles="https://github.com/01org/libva-utils/releases/download/${version}/libva-utils-${version}.tar.bz2"
|
|
checksum=c59de4fb6f1021c435b3f49e2410760692324ee5bb464c716d674fcb626a7e03
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|