libva-utils: update to 2.9.1
This commit is contained in:
parent
0ff2442693
commit
ab5823ca67
1 changed files with 4 additions and 3 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'libva-utils'
|
# Template file for 'libva-utils'
|
||||||
pkgname=libva-utils
|
pkgname=libva-utils
|
||||||
version=2.9.0
|
version=2.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Ddrm=true -Dx11=true -Dwayland=true"
|
configure_args="-Ddrm=true -Dx11=true -Dwayland=true"
|
||||||
hostmakedepends="pkg-config wayland-devel"
|
hostmakedepends="pkg-config wayland-devel"
|
||||||
makedepends="libva-devel libXfixes-devel libXext-devel libdrm-devel wayland-devel"
|
makedepends="libva-devel libXfixes-devel libXext-devel
|
||||||
|
libdrm-devel wayland-devel"
|
||||||
short_desc="Video Acceleration (VA) API - Utilities"
|
short_desc="Video Acceleration (VA) API - Utilities"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://01.org/linuxmedia/vaapi"
|
homepage="https://01.org/linuxmedia/vaapi"
|
||||||
changelog="https://raw.githubusercontent.com/intel/libva-utils/master/NEWS"
|
changelog="https://raw.githubusercontent.com/intel/libva-utils/master/NEWS"
|
||||||
distfiles="https://github.com/intel/libva-utils/archive/${version}.tar.gz"
|
distfiles="https://github.com/intel/libva-utils/archive/${version}.tar.gz"
|
||||||
checksum=d363210a42cd2667f6f7cff0e57db1d527feb067ffebe3ba233bc80b1bdcd9b4
|
checksum=7cd7111349cdc227c64d5ab68de4a03eacbea26441c7781ccd548491994f0320
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in a new issue