From ac9cb416fb23b9ed7937c285ad6bbc559fab4e77 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 15 Mar 2016 18:35:30 +0100 Subject: [PATCH 1/3] libva: update to 1.7.0. --- srcpkgs/libva/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index 0ac8593815f..c0a380092f7 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -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 " 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 From fd3bc1159a04921774f6f34e483d4dac24b75476 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 15 Mar 2016 18:35:32 +0100 Subject: [PATCH 2/3] libva-glx: update to 1.7.0. --- srcpkgs/libva-glx/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libva-glx/template b/srcpkgs/libva-glx/template index 8e55520769b..ab190696736 100644 --- a/srcpkgs/libva-glx/template +++ b/srcpkgs/libva-glx/template @@ -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 " 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 From 54d14b7e44bf65ed09814f6550c1f85a3483084d Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 15 Mar 2016 18:35:35 +0100 Subject: [PATCH 3/3] libva-intel-driver: update to 1.7.0. --- srcpkgs/libva-intel-driver/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libva-intel-driver/template b/srcpkgs/libva-intel-driver/template index a6b68c33436..793e0026a53 100644 --- a/srcpkgs/libva-intel-driver/template +++ b/srcpkgs/libva-intel-driver/template @@ -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 " 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() {