mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 12:15:11 +02:00
21 lines
761 B
Bash
21 lines
761 B
Bash
# Template file for 'libva-utils'
|
|
# NOTE: keep minor version synchronized with libva and libva-glx
|
|
pkgname=libva-utils
|
|
version=2.21.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=15ca12bd11c7001c04af5079512754fea6ba8d79151b9f07908c99b27622714e
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|