Tor Lillqvist
709b77eda2
Don't use libintl in glib
...
Patch out the chunk of GLib's configure script that looks for
libintl. Take care of fallout in a couple of places in GLib
sources. The end result is that GLib doesn't use any libintl (gettext
etc) functionality. Which is nice, as we then shouldn't need to build
gettext. No functionality should be lost, as we weren't delivering any
GLib message catalogs anyway, so none of the gettext calls at least
here would ever have found any localised messages.
2011-06-01 01:33:18 +03:00
Tor Lillqvist
4670d2d486
Set EXTRPATH only on MACOSX
2011-06-01 01:29:30 +03:00
Tor Lillqvist
c7af239047
Pass dmake's -P to gnumake as -j
2011-06-01 01:28:58 +03:00
Tor Lillqvist
b344b03704
Bin redundancy
2011-05-31 23:46:00 +03:00
Tor Lillqvist
04eef8e273
Set also CXXFLAGS
2011-05-31 15:29:14 +03:00
Jan Holesovsky
7a6dead55d
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-extern-sys
...
Conflicts:
graphite/graphite2-0.9.2.patch
2011-05-31 10:52:20 +02:00
Tor Lillqvist
b61b156d52
Enable building glib for iOS
...
Pass --build and --host options to the configure script. Pass a bunch
of a priori cached test results for stuff that can't be determined
when cross-compiling. Link with the CoreFoundation framework. Build
static archives.
Patch out the compile-time USE_LIBICONV_GNU and _LIBICONV_H test from
gconvert.c as it for some reason fails for iOS.
2011-05-31 01:26:26 +03:00
Tor Lillqvist
d49fe1968a
Improve gettext build for iOS
2011-05-31 01:17:17 +03:00
Tor Lillqvist
896eac5669
Deliver a static libintl.a, too
2011-05-31 01:17:15 +03:00
Tor Lillqvist
920be57840
Deliver also the built glib-compile-schemas
...
It is needed in case a native internal GLib build is used when
cross-compiling GLib.
2011-05-30 23:54:53 +03:00
Tor Lillqvist
2625742147
Propagate verbosity
2011-05-30 23:41:34 +03:00
Tor Lillqvist
1619af48ef
Propagate verbosity
2011-05-30 23:29:30 +03:00
Christian Lohmaier
44e6861f7e
fix build on Mac (add LIBXML_CFLAGS, disable unneeded intltool-xml check)
2011-05-30 21:28:34 +02:00
Tor Lillqvist
743840a403
We build graphite as a static library, drop conditional dllimport/export
...
We would need to pass -DGR2_STATIC when compiling graphite-using code
otherwise.
Also make patch apply without fuzz.
2011-05-30 17:52:01 +03:00
Christian Lohmaier
5a4e27252d
remove double "=" from assignment to STATIC_OR_SHARED
2011-05-30 16:37:15 +02:00
Michael Meeks
9eeeab292c
allow building non-system cairo with system libpng14
2011-05-30 15:07:49 +01:00
Jan Holesovsky
0f9a1b73ad
Merge commit 'libreoffice-3.4.0.2'
2011-05-30 13:12:14 +02:00
Andras Timar
499e7e8974
fix pt-BR makefile
2011-05-30 10:40:46 +02:00
Andras Timar
320561510d
Update: Brazilian portuguese spelling dictionary & hyphenation fdo#37671
2011-05-30 09:10:49 +02:00
Tor Lillqvist
e5c37050ba
Drop unnecessary quotes around platform triplets
2011-05-30 02:57:36 +03:00
Tor Lillqvist
b39178a1fd
Build for iOS simply using dmake directly, like for Windows
...
Just use a config.h geneated for Mac OS X for now, tweak later if
necesssary.
2011-05-30 02:49:35 +03:00
Tor Lillqvist
9fc04f1763
Cross-compiling and iOS support
2011-05-30 01:15:48 +03:00
Tor Lillqvist
b2c1dd30f3
Pass --build and --host options when cross-compiling
2011-05-29 20:16:21 +03:00
Tor Lillqvist
93b1b381ed
Don't build Python if DISABLE_PYTHON is TRUE
...
I don't know if this is the right thing to do. The --disable-python
switch is documented to "Disable build of Python 2.x UNO API". Does
that mean that it should disable use of Python at run-time completely?
What about use of Python tools at build-time, do we have such? Will
--disable-python then disable their use, too?
2011-05-29 20:16:19 +03:00
Christian Lohmaier
5c44a7e02f
Mac: actually use the define that is used in the patch, link against SDK
2011-05-29 18:22:44 +02:00
Norbert Thiebaud
0bb3ffd645
cairo depend on libpng
2011-05-28 06:04:08 -05:00
Tor Lillqvist
b0414f3fa1
Make the patch actually apply
2011-05-28 13:18:08 +03:00
Tor Lillqvist
afd1aece66
Can't use SRC_ROOT on Windows thanks to the symbolic links
2011-05-28 12:59:23 +03:00
Tor Lillqvist
a031b8d16b
Avoid potential mixup of incomopatible but identically named GLib DLLs
...
Don't use the same name for the GLib DLLs that we build with MSVS9 as
in the "official" MinGW-built packages (either the ones from
www.gtk.org, or the ones from OBS). The "official" GLib DLLs use
msvcrt.dll, while the ones we build use msvcr90.dll. We want to avoid
potential confusion. Call the DLLs we build glib-2.0.dll etc, not
libglib-2.0-0.dll etc.
2011-05-28 12:26:59 +03:00
Tor Lillqvist
b833043246
Just use cp, no need for $(GNUCOPY) which would need cygpathing anyway
2011-05-28 11:38:38 +03:00
Norbert Thiebaud
16a8d1be88
libcroco: manage libxml2 depemdency properly on MacOS
2011-05-28 00:12:11 -05:00
Jan Holesovsky
f576a93109
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-extern-sys
2011-05-27 20:49:52 +02:00
Jan Holesovsky
a5303710f0
Merge remote-tracking branch 'origin/integration/dev300_m106'
...
Conflicts:
berkeleydb/makefile.mk
2011-05-27 20:46:31 +02:00
Tor Lillqvist
229b1d0673
Cross-compilation support and iOS in particular
2011-05-26 02:58:34 +03:00
Tor Lillqvist
315641944d
Pass --build and --host when cross-compiling
2011-05-26 01:13:27 +03:00
Petr Mladek
3553f68b4a
Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2)
2011-05-24 19:29:13 +02:00
Tor Lillqvist
8e872440fd
Cross-compilation support and iOS in particular
2011-05-24 03:06:30 +03:00
Tor Lillqvist
5814cca89b
Typo
2011-05-24 02:54:27 +03:00
Tor Lillqvist
4a5e101859
Typo
2011-05-24 02:53:29 +03:00
Tor Lillqvist
31e8c4834f
Cross-compilation support and iOS in particular
2011-05-24 02:38:21 +03:00
Tor Lillqvist
0b9066d9c3
Cross-compilation support and iOS in particular
2011-05-24 02:29:34 +03:00
Andras Timar
109ab4bbee
remove added license header that caused parse error (fdo#37433)
...
we have the license text in the README_hyph_* files anyway
Signed-off-by: Petr Mladek <pmladek@suse.cz>
Signed-off-by: Luboš Luňák <l.lunak@suse.cz>
2011-05-23 15:39:09 +02:00
Tor Lillqvist
bfed48d5b5
Drop OS2
2011-05-21 16:38:28 +03:00
Tor Lillqvist
9bc07d4476
Add the wntgcc directories
2011-05-19 00:39:03 +03:00
Tor Lillqvist
52685c078f
Add the unxios and unxand directories
2011-05-19 00:34:10 +03:00
Petr Mladek
cc9723b340
Branch libreoffice-3-4-0
...
This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 release.
Only very safe changes, reviewed by three people are allowed.
If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.
If you want to build something cool, unstable, and risky, use master.
2011-05-17 20:49:48 +02:00
Petr Mladek
204a57b9e7
Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1)
2011-05-17 19:55:36 +02:00
Martin Hosken
0bd8a0b412
Fix graphite2-0.9.2 particulary for LinLibertineG (fdo#36510, fdo#36752)
...
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-05-16 20:07:36 +02:00
Petr Mladek
31e0d0c56f
Revert "Fix graphite2 particulary for LinLibertineG"
...
caused many build problems on Windows; too late to do this change
This reverts commit 1dbaab9692545a9c8c032a886932a7626e48dbe9.
2011-05-16 20:05:14 +02:00
Petr Mladek
91a8d7bf04
Revert "And the makefiles"
...
caused many build problems on Windows; too late to do this change
This reverts commit 7911b8ed64ba69322dc5b82177c7149c39c3604e.
2011-05-16 20:04:12 +02:00