From fda8c74b3745958e95bfaf547bf41f8734657486 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Tue, 5 Oct 2010 11:44:20 +0200 Subject: add alternative download URL for package gmp --- src/gmp.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gmp.mk b/src/gmp.mk index b1fc3fd..9c44469 100644 --- a/src/gmp.mk +++ b/src/gmp.mk @@ -10,6 +10,7 @@ $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 $(PKG)_WEBSITE := http://www.gmplib.org/ $(PKG)_URL := ftp://ftp.gmplib.org/pub/$($(PKG)_SUBDIR)/$($(PKG)_FILE) +$(PKG)_URL_2 := ftp://ftp.cs.tu-berlin.de/pub/gnu/$(PKG)/$($(PKG)_FILE) $(PKG)_DEPS := gcc define $(PKG)_UPDATE -- cgit v0.12 From 7bbe2d764dc40b98961ee8cb6919d0e8a1a45164 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Tue, 5 Oct 2010 12:43:37 +0200 Subject: update release notes --- doc/index.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/index.html b/doc/index.html index 7d84b38..9163cec 100644 --- a/doc/index.html +++ b/doc/index.html @@ -428,15 +428,24 @@ USE_OSGPLUGIN(<plugin2>)

- This release ... + This release provides lots of improvements to + the build system as well as the documentation.

- Almost all packages are updated to their latest version. + Support for OpenSolaris is dropped.

- Support for OpenSolaris has been dropped. + All packages are updated to their latest version. +

+ +

+ Many new packages are supported: + atkmm, cairomm, cunit, faac, faad2, ffmpeg, gdk-pixbuf, glibmm, + gtkglextmm, gtkmm, gtksourceview, gtksourceviewmm, imagemagick, + lame, libsigc++, libvpx, matio, openal, opencore-amr, pangomm, + pfstools, plotmm, sdl_sound and x264.

-- cgit v0.12