void-packages/srcpkgs/libva-utils/template

22 lines
761 B
Bash

# Template file for 'libva-utils'
# NOTE: keep minor version synchronized with libva and libva-glx
pkgname=libva-utils
version=2.22.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="icp <pangolin@vivaldi.net>"
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/refs/tags/${version}.tar.gz"
checksum=7b57615c130427ec134bb5d2b80af516ce5bb19a40e89b1dab46a0d59760d96c
post_install() {
vlicense COPYING
}