parent
6d86a876cc
commit
e8c5ababf9
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libva'
|
# Template file for 'libva'
|
||||||
pkgname=libva
|
pkgname=libva
|
||||||
version=2.9.0
|
version=2.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)"
|
configure_args="-Dwith_glx=no $(vopt_if wayland -Dwith_wayland=yes)"
|
||||||
hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)"
|
hostmakedepends="pkg-config wayland-devel"
|
||||||
makedepends="libXfixes-devel libXext-devel libdrm-devel
|
makedepends="libXfixes-devel libXext-devel libdrm-devel
|
||||||
$(vopt_if wayland 'libffi-devel wayland-devel')"
|
$(vopt_if wayland 'libffi-devel wayland-devel')"
|
||||||
short_desc="Video Acceleration (VA) API"
|
short_desc="Video Acceleration (VA) API"
|
||||||
|
@ -13,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://01.org/linuxmedia/vaapi"
|
homepage="https://01.org/linuxmedia/vaapi"
|
||||||
changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS"
|
changelog="https://raw.githubusercontent.com/intel/libva/master/NEWS"
|
||||||
distfiles="https://github.com/intel/libva/archive/${version}.tar.gz"
|
distfiles="https://github.com/intel/libva/archive/${version}.tar.gz"
|
||||||
checksum=f31549dd476e01504ba6ff62f69862eb78555a9809ebe737056543a189d619dc
|
checksum=4e8640f65ad659332c5d24b7715703c95e820083ee11126c9cd051d418e3d9e0
|
||||||
|
|
||||||
build_options="wayland"
|
build_options="wayland"
|
||||||
build_options_default="wayland"
|
build_options_default="wayland"
|
||||||
|
|
Loading…
Reference in New Issue