Merge pull request #3843 from ebfe/libva

libva*: update to 1.7.0.
This commit is contained in:
Juan RP 2016-03-16 09:37:16 +01:00
commit 6890859f7e
3 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@
# KEEP THIS PACKAGE SYNCHRONIZED WITH "libva".
#
pkgname=libva-glx
version=1.6.2
version=1.7.0
revision=1
wrksrc="libva-${version}"
build_style=gnu-configure
@ -18,8 +18,8 @@ short_desc="Video Acceleration (VA) API - GLX backend"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://freedesktop.org/wiki/Software/vaapi"
license="MIT"
distfiles="http://www.freedesktop.org/software/vaapi/releases/libva/libva-${version}.tar.bz2"
checksum=c417f09cdeef549e54f4be5f9876026513afeac395c5be28750b431d848c8bd0
distfiles="${FREEDESKTOP_SITE}/vaapi/releases/libva/libva-${version}.tar.bz2"
checksum=a689bccbcc81a66b458e448377f108c057d3eee44a2e21a23c92c549dc8bc95f
pre_configure() {
autoreconf -fi

View File

@ -1,6 +1,6 @@
# Template file for 'libva-intel-driver'
pkgname=libva-intel-driver
version=1.6.2
version=1.7.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
@ -9,8 +9,8 @@ short_desc="Video Acceleration (VA) API - Intel Graphics backend"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://freedesktop.org/wiki/Software/vaapi"
license="MIT"
distfiles="http://www.freedesktop.org/software/vaapi/releases/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=bf8759dbcefc82d280c11a5eac5248dce14979c7c58345f218d656d75b0d85fe
distfiles="${FREEDESKTOP_SITE}/vaapi/releases/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=9d19d6c789a9a4fbce23c4f0eaf993ba776b512bec4c87982ab17ac841435c0c
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
post_install() {

View File

@ -1,6 +1,6 @@
# Template file for 'libva'
pkgname=libva
version=1.6.2
version=1.7.0
revision=1
build_style=gnu-configure
configure_args="--disable-static --enable-x11 --disable-egl --disable-glx"
@ -10,8 +10,8 @@ short_desc="Video Acceleration (VA) API"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://freedesktop.org/wiki/Software/vaapi"
license="MIT"
distfiles="http://www.freedesktop.org/software/vaapi/releases/libva/libva-${version}.tar.bz2"
checksum=c417f09cdeef549e54f4be5f9876026513afeac395c5be28750b431d848c8bd0
distfiles="${FREEDESKTOP_SITE}/vaapi/releases/libva/libva-${version}.tar.bz2"
checksum=a689bccbcc81a66b458e448377f108c057d3eee44a2e21a23c92c549dc8bc95f
pre_configure() {
autoreconf -fi