libva{,-glx,-utils}: update to 2.5.0.

This commit is contained in:
Juan RP 2019-07-21 09:44:35 +02:00
parent e3537d9588
commit 539f4acd77
No known key found for this signature in database
GPG key ID: AF19F6CB482F9368
3 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@
# KEEP THIS PACKAGE SYNCHRONIZED WITH "libva". # KEEP THIS PACKAGE SYNCHRONIZED WITH "libva".
# #
pkgname=libva-glx pkgname=libva-glx
version=2.4.1 version=2.5.0
revision=1 revision=1
wrksrc="libva-${version}" wrksrc="libva-${version}"
build_style=meson build_style=meson
@ -20,7 +20,7 @@ license="MIT"
homepage="https://01.org/linuxmedia" homepage="https://01.org/linuxmedia"
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=68ca8d071dcb84ac82e3c6d7f02a55937d9f690fcb215853f4aa1de8d459812f checksum=9b6264dade6b6d3edb59c6c4f3c9217d1d5a195635fc07da875d565f58624418
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.

View file

@ -1,6 +1,6 @@
# Template file for 'libva-utils' # Template file for 'libva-utils'
pkgname=libva-utils pkgname=libva-utils
version=2.4.1 version=2.5.0
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"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://01.org/linuxmedia" homepage="https://01.org/linuxmedia"
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=4ab6faa6592ffe2d4817450f5453f3974b47441650e8f49e1a12497ce2a794ac checksum=d6c37257933731c7936775376388dfe6c9ebc460adff29f9ffe74cde2ebb3f52
post_install() { post_install() {
vlicense COPYING vlicense COPYING

View file

@ -1,7 +1,7 @@
# Template file for 'libva' # Template file for 'libva'
pkgname=libva pkgname=libva
version=2.4.1 version=2.5.0
revision=2 revision=1
build_style=meson build_style=meson
configure_args="-Dwith_glx=no -Dwith_wayland=yes -Dwith_egl=yes" configure_args="-Dwith_glx=no -Dwith_wayland=yes -Dwith_egl=yes"
hostmakedepends="pkg-config wayland-devel" hostmakedepends="pkg-config wayland-devel"
@ -12,7 +12,7 @@ license="MIT"
homepage="https://01.org/linuxmedia" homepage="https://01.org/linuxmedia"
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=68ca8d071dcb84ac82e3c6d7f02a55937d9f690fcb215853f4aa1de8d459812f checksum=9b6264dade6b6d3edb59c6c4f3c9217d1d5a195635fc07da875d565f58624418
post_install() { post_install() {
vlicense COPYING vlicense COPYING