changeset 1293:b5b184e895d2

merge
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 05 Oct 2010 12:44:09 +0200
parents ee4f5dd3bcbb (current diff) 9b763672e5bc (diff)
children e285a1c4ab03
files
diffstat 2 files changed, 13 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Tue Oct 05 12:43:59 2010 +0200
+++ b/doc/index.html	Tue Oct 05 12:44:09 2010 +0200
@@ -428,15 +428,24 @@
         </p>
 
         <p>
-        This release ...
+        This release provides lots of improvements to
+        the build system as well as the documentation.
+        </p>
+
+        <p>
+        Support for OpenSolaris is dropped.
         </p>
 
         <p>
-        Almost all packages are updated to their latest version.
+        All packages are updated to their latest version.
         </p>
 
         <p>
-        Support for OpenSolaris has been dropped.
+        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>
 
--- a/src/gmp.mk	Tue Oct 05 12:43:59 2010 +0200
+++ b/src/gmp.mk	Tue Oct 05 12:44:09 2010 +0200
@@ -10,6 +10,7 @@
 $(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