changeset 1294:e285a1c4ab03

merge
author Volker Grabsch <vog@notjusthosting.com>
date Tue, 05 Oct 2010 12:52:28 +0200
parents 43503ec534a1 (current diff) b5b184e895d2 (diff)
children 52c5fde5dc6c
files doc/index.html
diffstat 2 files changed, 13 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/doc/index.html	Tue Oct 05 12:52:11 2010 +0200
+++ b/doc/index.html	Tue Oct 05 12:52:28 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/x264.mk	Tue Oct 05 12:52:11 2010 +0200
+++ b/src/x264.mk	Tue Oct 05 12:52:28 2010 +0200
@@ -24,7 +24,7 @@
         --host='$(TARGET)' \
         --prefix='$(PREFIX)/$(TARGET)' \
         --disable-pthread
+    $(MAKE) -C '$(1)' -j 1 uninstall
     $(MAKE) -C '$(1)' -j '$(JOBS)'
-    $(MAKE) -C '$(1)' -j 1 uninstall
     $(MAKE) -C '$(1)' -j 1 install
 endef