ooo-build r12433 - in branches/ooo-build-2-4: . patches/src680



Author: pmladek
Date: Fri May  2 14:40:57 2008
New Revision: 12433
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12433&view=rev

Log:
2008-05-02  Petr Mladek  <pmladek suse cz>

	* Version 2.4.0.9

	* patches/src680/apply: move dejavu_liberation_making_fix.diff and
	  dejavu_liberation_packaging_fix.diff to the optional DejaVuFonts
	  section
	* configure.in: revert the last KAMI's change; download the
	  DejaVu fonts and apply the DejaVuFonts patches only when
	  --with-dejavu-fonts option is used




Modified:
   branches/ooo-build-2-4/ChangeLog
   branches/ooo-build-2-4/NEWS
   branches/ooo-build-2-4/configure.in
   branches/ooo-build-2-4/patches/src680/apply

Modified: branches/ooo-build-2-4/NEWS
==============================================================================
--- branches/ooo-build-2-4/NEWS	(original)
+++ branches/ooo-build-2-4/NEWS	Fri May  2 14:40:57 2008
@@ -1,3 +1,21 @@
+ooo-build-2.4.0.9
+
+    + bug fixes:
+	+ linked graphics in SVG import [Thorsten]
+	+ more fixes of the datapilot drill-down stuff (i#88531) [Kohei]
+	+ default character set in CSV import dialog (bnc#376473) [Kohei]
+	+ better fix for xinerama & multiscreen (bnc#359955) [Radek, Thorsten]
+	+ better fix for "Animate attached Shape" checkbox (i#69364) [Thorsten]
+	+ allow to run the mediawiki extension (bnc#361061, i#85804) [Noel]
+	+ crash during printing (i#88818) [Thorsten]
+    + Win32:
+	+ multi-lingual installer fixes (Tor)
+	+ build with newer DejaVu fonts [Tor]
+    + build bits:
+	+ 'export verbose=t' enables verbosity during build as well (Thorsten)
+	+ make the DejaVu fonts 2.24 really optional [Petr, KAMI]
+	+ build dependency in oox [Petr]
+
 ooo-build-2.4.0.8
 
     + bug fixes:

Modified: branches/ooo-build-2-4/configure.in
==============================================================================
--- branches/ooo-build-2-4/configure.in	(original)
+++ branches/ooo-build-2-4/configure.in	Fri May  2 14:40:57 2008
@@ -1,4 +1,4 @@
-AC_INIT(ooo-build, 2.4.0.8)
+AC_INIT(ooo-build, 2.4.0.9)
 AC_PREREQ(2.51)
 AC_CONFIG_SRCDIR(bin/build-ooo)
 AC_PREFIX_DEFAULT(/usr)
@@ -367,6 +367,10 @@
 BASEDIR=`pwd`
 TOOLSDIR=$BASEDIR
 
+# it will be modified by the --with-additional-sections but it might 
+# modified also by other options
+OOO_ADDITIONAL_SECTIONS=
+
 AC_PATH_PROG(PERL, perl)
 if test -z "PERL"; then
    AC_MSG_ERROR([perl not found; required for ooo-build])
@@ -840,9 +844,12 @@
     else
 	AC_MSG_ERROR([--with-dejavu-fonts requires either yes, no, or a version number])
     fi
-else
-    DEJAVU_FONTS_VER=2.24
-    DEJAVU_FONTS_PACK_NAME=dejavu-fonts-ttf-$DEJAVU_FONTS_VER
+    # also apply some extra patches
+    if test -z "$OOO_ADDITIONAL_SECTIONS" ; then
+	OOO_ADDITIONAL_SECTIONS="DejaVuFonts"
+    else
+	OOO_ADDITIONAL_SECTIONS="$OOO_ADDITIONAL_SECTIONS,DejaVuFonts"
+    fi
 fi
 AC_MSG_RESULT([${DEJAVU_FONTS_VER:-no}])
 AC_SUBST(DEJAVU_FONTS_VER)
@@ -1006,22 +1013,6 @@
 AC_MSG_RESULT([$OOO_POOR_HELP_LOCALIZATIONS])
 AC_SUBST(OOO_POOR_HELP_LOCALIZATIONS)
 
-AC_MSG_CHECKING([for additional sections])
-OOO_ADDITIONAL_SECTIONS=
-if test -n "$with_additional_sections" -a \
-	"$with_additional_sections" != "no" -a \
-	"$with_additional_sections" != "yes" ; then
-    # change the delimiter from the space to the comma
-    for section in $with_additional_sections ; do
-	if test -z "$OOO_ADDITIONAL_SECTIONS" ; then
-	    OOO_ADDITIONAL_SECTIONS="$section"
-	else
-	    OOO_ADDITIONAL_SECTIONS="$OOO_ADDITIONAL_SECTIONS,$section"
-	fi
-    done
-fi
-AC_MSG_RESULT([$OOO_ADDITIONAL_SECTIONS])
-AC_SUBST(OOO_ADDITIONAL_SECTIONS)
 
 AC_MSG_CHECKING([whether to enable Mono bindings])
 if test -n "$enable_mono" ; then
@@ -1167,6 +1158,25 @@
 fi
 AC_SUBST(MIRROR)
 
+# IMPORTANT: keep this on the end of configure because other configure options might 
+# add some own OOO_ADDITIONAL_SECTIONS
+AC_MSG_CHECKING([for additional sections])
+if test -n "$with_additional_sections" -a \
+	"$with_additional_sections" != "no" -a \
+	"$with_additional_sections" != "yes" ; then
+    # change the delimiter from the space to the comma
+    for section in $with_additional_sections ; do
+	if test -z "$OOO_ADDITIONAL_SECTIONS" ; then
+	    OOO_ADDITIONAL_SECTIONS="$section"
+	else
+	    OOO_ADDITIONAL_SECTIONS="$OOO_ADDITIONAL_SECTIONS,$section"
+	fi
+    done
+fi
+AC_MSG_RESULT([$OOO_ADDITIONAL_SECTIONS])
+AC_SUBST(OOO_ADDITIONAL_SECTIONS)
+
+
 OOX_MODULE_TARBALL="oox.2008-02-29.tar.bz2"
 AC_SUBST(OOX_MODULE_TARBALL)
 

Modified: branches/ooo-build-2-4/patches/src680/apply
==============================================================================
--- branches/ooo-build-2-4/patches/src680/apply	(original)
+++ branches/ooo-build-2-4/patches/src680/apply	Fri May  2 14:40:57 2008
@@ -29,6 +29,8 @@
 	      UnUsedButNotYetRemovedFromSVN, \
 	      PostgreSQL, SELinux, VOSremoval, Glib2, \
 	      UnitBootstrap, RadioButtons, UnstableLibwpd
+# Optional sections
+Optional : DejaVuFonts
 # Binfilter patches: a special distro; applied only when building with binfilter
 Binfilter : BFBuildBits, BFFixes, BFShrink
 # System patches: a special distro; applied only when building with the system tarball unpacked
@@ -1160,6 +1162,8 @@
 # Mozilla build-bits to not break on Solaris 11
 moz-solaris11-makefiles.diff, fridrich
 
+[ DejaVuFonts ]
+
 # Following the changed names of DejaVu fonts
 # Add Liberation fonts for all platforms
 dejavu_liberation_packaging_fix.diff, kami



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]