From f8bc7c982e4550001df4e8e8c7b2d1aefae8b4a2 Mon Sep 17 00:00:00 2001 From: davehome Date: Thu, 20 Oct 2011 14:03:47 -0600 Subject: [PATCH] libva: use mirror for distfiles. --- srcpkgs/libva/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libva/template b/srcpkgs/libva/template index 253dd071500..71407fa561e 100644 --- a/srcpkgs/libva/template +++ b/srcpkgs/libva/template @@ -1,7 +1,8 @@ # Template file for 'libva' pkgname=libva version=1.0.14 -distfiles="http://cgit.freedesktop.org/libva/snapshot/libva-$version.tar.bz2" +#distfiles="http://cgit.freedesktop.org/libva/snapshot/libva-$version.tar.bz2" +distfiles="http://dl.t2-project.org/mirror/9.0/l/libva-$version.tar.bz2" build_style=gnu_configure configure_args="--enable-i965-driver --enable-glx" short_desc="Video Acceleration (VA) API"