summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/index.html15
-rw-r--r--src/gmp.mk1
2 files changed, 13 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>)
</p>
<p>
- This release ...
+ This release provides lots of improvements to
+ the build system as well as the documentation.
</p>
<p>
- Almost all packages are updated to their latest version.
+ Support for OpenSolaris is dropped.
</p>
<p>
- Support for OpenSolaris has been dropped.
+ All packages are updated to their latest version.
+ </p>
+
+ <p>
+ 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.
</p>
</dd>
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