]> git.sesse.net Git - vlc/commitdiff
* use "heanet.dl.sourceforge.net" for downloading FreeType, since www.freetype.org...
authorFelix Paul Kühne <fkuehne@videolan.org>
Sat, 1 Jan 2005 15:41:08 +0000 (15:41 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sat, 1 Jan 2005 15:41:08 +0000 (15:41 +0000)
* use "ftp.heanet.ie" instead of "ftp.gnu.org" as GNU mirror, since the main-server does not respond (I'll revoke this change, when the main-server is usable again)

extras/contrib/src/packages.mak

index e3185877574a249f96c060fbabd71895ea57a015..407fe9794c598407c672ce920217679a6f031cc0 100644 (file)
@@ -22,7 +22,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 # ***************************************************************************
 
-GNU=http://ftp.gnu.org/pub/gnu
+GNU=http://ftp.heanet.ie/mirrors/ftp.gnu.org/gnu/gnu
 SF=http://heanet.dl.sourceforge.net/sourceforge
 VIDEOLAN=http://download.videolan.org/pub/videolan
 PERL_VERSION=5.8.5
@@ -41,7 +41,7 @@ LIBICONV_URL=$(GNU)/libiconv/libiconv-$(LIBICONV_VERSION).tar.gz
 GETTEXT_VERSION=0.14.1
 GETTEXT_URL=$(GNU)/gettext/gettext-$(GETTEXT_VERSION).tar.gz
 FREETYPE2_VERSION=2.1.9
-FREETYPE2_URL=ftp://ftp.freetype.org/freetype/freetype2/freetype-$(FREETYPE2_VERSION).tar.gz
+FREETYPE2_URL=$(SF)/freetype/freetype-$(FREETYPE2_VERSION).tar.gz
 FRIBIDI_VERSION=0.10.4
 FRIBIDI_URL=$(SF)/fribidi/fribidi-$(FRIBIDI_VERSION).tar.gz
 A52DEC_VERSION=0.7.4