mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
libva-glx: update to 2.7.1.
This commit is contained in:
parent
f7c797cdf0
commit
38dd3ed523
1 changed files with 4 additions and 4 deletions
|
@ -7,20 +7,20 @@
|
||||||
# KEEP THIS PACKAGE SYNCHRONIZED WITH "libva".
|
# KEEP THIS PACKAGE SYNCHRONIZED WITH "libva".
|
||||||
#
|
#
|
||||||
pkgname=libva-glx
|
pkgname=libva-glx
|
||||||
version=2.6.1
|
version=2.7.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="libva-${version}"
|
wrksrc="libva-${version}"
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dwith_glx=yes -Dwith_wayland=yes -Dwith_egl=no"
|
configure_args="-Dwith_glx=yes -Dwith_wayland=yes"
|
||||||
hostmakedepends="pkg-config wayland-devel"
|
hostmakedepends="pkg-config wayland-devel"
|
||||||
makedepends="libva-devel libXfixes-devel MesaLib-devel wayland-devel"
|
makedepends="libva-devel libXfixes-devel MesaLib-devel wayland-devel"
|
||||||
short_desc="Video Acceleration (VA) API - GLX backend"
|
short_desc="Video Acceleration (VA) API - GLX backend"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://01.org/linuxmedia"
|
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=965f581e096508ece26ea9bef8bd769e93f9d1fe6840e309cc925cfef35ad13f
|
checksum=9a3167c9af8c0ce10c4a46791557f934457b78fcc625111dcefaa7f30b7eb289
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# We are only interested in the glx component, remove everything else.
|
# We are only interested in the glx component, remove everything else.
|
||||||
|
|
Loading…
Add table
Reference in a new issue