Commit Graph

1018 Commits

Author SHA1 Message Date
Michael Stahl
3d9c1b35ac configure: require doxygen 1.8.4 for UNO IDL support
Change-Id: I9a90bf06a70f6537f9671ef2cd47bf68c3cf5d57
2013-06-04 12:00:57 +02:00
Michael Meeks
1e4422a4b4 re-base on ALv2 code. Includes:
Patches contributed by Mathias Bauer
        gnumake4 work variously
        http://svn.apache.org/viewvc?view=revision&revision=1394707
        http://svn.apache.org/viewvc?view=revision&revision=1394326
        http://svn.apache.org/viewvc?view=revision&revision=1397337
        http://svn.apache.org/viewvc?view=revision&revision=1397315
        http://svn.apache.org/viewvc?view=revision&revision=1396797

	Patches contributed by Andre Fischer
	Fixed getcsym.awk to handle #-comments that contain special regexp chars.
        http://svn.apache.org/viewvc?view=revision&revision=1230971
	118778: Added ADDITIONAL_REPOSITORIES environment variable and its
	automatic setup in configure.
        http://svn.apache.org/viewvc?view=revision&revision=1232004
	118160: Added external CoinMP library.
        http://svn.apache.org/viewvc?view=revision&revision=1233909

	Patches contributed by Herbert Duerr
	#i119168# use generic LICENSE file for langpacks and sdks
        http://svn.apache.org/viewvc?view=revision&revision=1310178
	macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars
        http://svn.apache.org/viewvc?view=revision&revision=1183367
	allow gbuild with empty sysroot on linux
        http://svn.apache.org/viewvc?view=revision&revision=1179186

	Patches contributed by Ingo Schmidt
	native373: #164472# improvements for msi database
        http://svn.apache.org/viewvc?view=revision&revision=1167540
        http://svn.apache.org/viewvc?view=revision&revision=1167539

	Patches contributed by Jurgen Schmidt
	adapt setup package scripts to handle special DS_Store file for
	developer snapshot builds
        http://svn.apache.org/viewvc?view=revision&revision=1232430
	imported patch extensions_i117681.patch
	http://svn.apache.org/viewvc?view=revision&revision=1172102

	Patches contributed by Michael Stahl
	gbuild: RepositoryFixes.mk should be optional
        http://svn.apache.org/viewvc?view=revision&revision=1166123
	xslt filter: remove the FLA horror
	wordml import filter: replace FLA usage with plain XSLT
	http://svn.apache.org/viewvc?view=revision&revision=1363727

	Patch contributed by Oliver-Rainer Wittmann
	i#88652: applied patch, remove unicows deps
	http://svn.apache.org/viewvc?view=revision&revision=1177585

    Remove lots of OS2 conditionals, re-extract Rhino Java, unwind
    cppunit pieces, cleanup Mac image bits, remove coin-mp and
    re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand
    MPLv2 subset checking.

Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564
2013-06-03 11:41:36 +01:00
Michael Stahl
58873656af configure: fix warning about missing test parameter
Change-Id: I9478a0c3703f5c9c6341f60db13eade195d074b4
2013-06-02 20:37:56 +02:00
Rene Engelhard
5f8e6fe424 actually add else clause lause for harfbuzz < 0.9.18...
Change-Id: I5d37c0e535fc80ca3ab0337a815bc9e978ffaa76
2013-06-01 19:45:12 +02:00
Rene
2fde609c28 pkg-config -> $PKG_CONFIG
Change-Id: I55032e7debd8317bc49759d926e58e40ff69ee6b
2013-06-01 19:24:10 +02:00
Rene Engelhard
9d8ee40688 fix build with system-harfbuzz >= 0.9.18
.. as it split out the icu libs and thus we need to use harfbuzz-icu
for pkg-config to get the needed -lharfbuzz-icu

Change-Id: Ia4e1774ecdddec87876adf5bc5a93bed86c25046
2013-06-01 19:18:42 +02:00
Michael Stahl
18b0bda1be configure: use -isystem for GSTREAMER_CFLAGS
... to work around GCC 4.8.0 -Werror=literal-suffix in gst/video/video.h
definition of GST_VIDEO_CAPS_RGB8_PALETTED.

Change-Id: I514b29d58f348bad0b13c7ef66db4b3ee34516cd
2013-06-01 00:45:57 +02:00
Tor Lillqvist
8120e95e2b Bin more VS2008 bits
Change-Id: Ia52fdae1e386ea92f11185ce7cdac65baed10495
2013-05-31 14:36:24 +03:00
Tor Lillqvist
9030d14de2 Drop support for Visual Studio 2008
Change-Id: I22bbd633683e02197400b1ca030c57550be8ff77
2013-05-31 07:11:27 +03:00
Tor Lillqvist
9edaf808c5 Reinstate settting of vsarch which is used a few lines below
Change-Id: I1214498e57fcbb2b7208c213a2b98dc7dc3bf3ae
2013-05-29 10:27:25 +03:00
Andre Fischer
ec3fafa60e Resolves: #i120589# Improved detection of missing perl modules
(cherry picked from commit 39ca53381a03676402d3a8c27c05b8400888118e)

Conflicts:
	configure.in

Change-Id: I2f5d18c98693daa29a19345f56faaf7d1ae3c34a
2013-05-28 17:03:22 +01:00
Andras Timar
6e9b9e61ee make 64-bit shell extensions work, put 64-bit VC runtime in the same dir
Unlike in case of msvcr90.dll, which went to WinSxS, msvcr100.dll is installed
to the "system32" folder. Windows installer automatically replaces it to
SysWOW64. The problem is that this way 64-bit dlls end up in the wrong directory.
They conflict with the 32-bit dlls, and will not be installed. Therefore
64-bit shell extensions will not work, unless the 64-bit VC runtime is
installed from other source. It is not possible to install both 32-bit and
64-bit VC Runtime with merge modules in case of VS 2010 and VS 2012.
For the 64-bit shell extensions, we can install the runtime dlls next to the files.

Change-Id: I157048a521662bbac568d1660e46576935f0ea9f
2013-05-28 08:43:30 -07:00
Tor Lillqvist
f5aa04485c Enable optionally using libc++ on OS X (when targeting 10.7 or later)
Experimental work in progress.

Change-Id: I92663e07c7322037182141603f72c6d442da6ee9
2013-05-28 17:04:59 +03:00
David Tardon
07e1da75a4 kill and bury $(OUTDIR)/inc
Change-Id: Ifaac9bd368cb62abba5ebea315939c91856d0ee0
2013-05-24 16:52:02 +02:00
David Tardon
6f9d8211a1 stop delivering libwps headers
Yes, I am impatient .-)

Change-Id: Ic3a51ffc0a151e8ae71f8d2ff067ea4c3ad1c6b2
2013-05-24 16:52:02 +02:00
David Tardon
c51a2542f5 do not deliver libwpg headers
Yes, I am impatient .-)

Change-Id: I3d9c292b0d86bc1dd40a574272a43d8178f3a3b3
2013-05-24 16:52:02 +02:00
David Tardon
962771f7d5 stop delivering freetype headers
Change-Id: I8e14cc411520272969cfd24048e403b9fd53cde4
2013-05-24 16:52:01 +02:00
David Tardon
4eb68428f6 stop delivering fontconfig headers
Change-Id: Idb11e26ddf19c5424b838586dbd1d8d34a93cf23
2013-05-24 16:52:01 +02:00
Petr Mladek
13c73a1b35 bump product version to 4.2.0.0.alpha0+
Change-Id: I4e83df4ed18f224ce02565c32bdd3fb0c24c6d20
2013-05-21 12:54:11 +02:00
Kohei Yoshida
9785579ed0 Update mdds to 0.8.1.
Change-Id: If6c1a8a88e9996527d3fcf350a00a72a3866ef4f
2013-05-20 20:20:39 -04:00
Rene Engelhard
9e2605566e fix mdds check: remove extraneous "test"
Change-Id: I2c20a52e7f7688359172c9ccbd46b4b012bd4c02
2013-05-21 00:25:00 +02:00
Fridrich Štrba
23ddec8b51 This is most probably the way to get the mdds check right
Change-Id: I65a6018c442769f89f17ee0023510c45373407e7
2013-05-21 00:11:38 +02:00
Mark Wielaard
7e98b46c08 valgrind support is useful independent from DBGUTIL support.
Especially when valgrinding an optimized libreoffice build.

Change-Id: I7d2ac5476ba8561ce6afbf8c9472550fbe959c76
Reviewed-on: https://gerrit.libreoffice.org/3966
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-20 18:55:07 +00:00
Tor Lillqvist
e273602acd Revert "Use bundled jpeg for the BUILD platform when cross-compiling"
Causes trouble in other cases, need to figure out a more specific fix for the
problem I see.

This reverts commit 737a580a3b.
2013-05-20 12:45:03 +03:00
Norbert Thiebaud
2d55b2e5ae enable coretext by default on Mac
use --disable-coretext explicitely to turn it off (and revert to ATSUI)

Change-Id: I86685482a08cd62665a94eb6e241b59a217d0b52
2013-05-19 10:45:50 -05:00
Norbert Thiebaud
123c226af5 build gallery does not work on Mac, disable it by default
Change-Id: I94bf2aea81dfdeb5e70672092e89acc1e4ceabf7
2013-05-19 10:45:49 -05:00
Tor Lillqvist
737a580a3b Use bundled jpeg for the BUILD platform when cross-compiling
Should fix the cross-compiling tinderboxes running on Debian at least.

Change-Id: I4fad1beb1a380c69fd1c9461bbf3f4f125df69ee
2013-05-17 12:44:49 +03:00
Michael Stahl
cdc87e5f32 configure: tweak the jpeg error messages a bit
Apparently libjpeg-turbo (used on Fedora) has a bunch of emulation
modes for jpeg-6/jpeg-7/jpeg-8 compatibility, and the jpeg-6 one
supports JERR_BAD_CROP_SPEC too, which was added to libjpeg in jpeg-7.

Change-Id: I5ca4deb3ea059996cf72e0e92fc80bd11fc6979a
2013-05-16 16:17:29 +02:00
Riccardo Magliocchetti
fbdfd76d35 configure: check libjpeg having JERR_BAD_CROP_SPEC defined
b5a9cc71 introduced the use of JERR_BAD_CROP_SPEC which is not
available in Ubuntu 11.10 version of libjpeg62. So better
catch this at configure time.

Change-Id: I19e4287b0c1a9ddc0baaa70ab61364f99571682c
Reviewed-on: https://gerrit.libreoffice.org/3796
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2013-05-16 13:48:42 +00:00
Michael Stahl
5970aad9c6 move copy/pasted ICU_CFLAGS/ICU_LIBS to configure
Change-Id: I078cccd57331d40118bcc40fb4eb66b113848caf
2013-05-16 14:24:35 +02:00
Michael Stahl
db5c8c52ef libwpd: stop delivering headers
Change-Id: Ic9209b5db0990bc9433d82ef95ca64179e888f51
2013-05-16 14:24:34 +02:00
Tor Lillqvist
d1a5da152a Handle --enable-macosx-code-signing=no properly
Change-Id: Ib080d0317ea0c34e12db27f6ed080b3928cb165d
2013-05-16 13:34:29 +03:00
Tor Lillqvist
e812381c2f Bin some pointless "checking for" messages
Not really useful to see such messages for stuff that does not depend
in any interesting way on the LibreOffice or system configuration but
is trivially hardcoded based on just the "prefix".

Change-Id: I83ec78bb32891a18318d9f174e4efef901c74846
2013-05-16 10:57:09 +03:00
Stephan Bergmann
0c99c1c2ca gallery: allow disabling the from-source build in configure
Change-Id: Ic390ceeb9f52953d5dea6999b194956e90eb4629
2013-05-15 16:14:21 +01:00
Michael Meeks
808e9dee84 configure: remove un-used vba-package-format option.
Change-Id: I4dcb563dc2368b7979df3da5e0691cd3633cb5a9
2013-05-15 14:06:21 +01:00
Michael Meeks
99f7690bee gallery: cleanup makefiles for new gallery naming and translation.
Change-Id: I9ec5192c007df6d0ce15f5e61cb53cf6ea04db08
2013-05-15 09:37:41 +01:00
Tor Lillqvist
f3f6c11ee2 No idea what use_shl_version is
Change-Id: I85ae4a65c32fda4b6cf79e0e9ed1c3add3941364
2013-05-15 09:49:40 +03:00
Tor Lillqvist
df54f97aaf UNIXWRAPPERNAME is unused
Change-Id: Ic25acc8413960c2268b5fffc287e8e4f3165a767
2013-05-15 09:49:40 +03:00
Tor Lillqvist
bf0534dad6 MINGW_PYTHON_EXE is unused
Change-Id: I4fb439a3605fc031b0f2e5ca4c91b6413e188181
2013-05-15 09:49:39 +03:00
Tor Lillqvist
b28f25aa9e MINGW_CLIB_DIR is unused
Change-Id: I0bb3e52866b182ed112c49725e4efd7f1018031e
2013-05-15 09:49:39 +03:00
Tor Lillqvist
0904be013e MFC_LIB is unused
Change-Id: I43fb5190f3dff8b2ab1d4ca043a8c852cc353ba8
2013-05-15 09:49:39 +03:00
Tor Lillqvist
bafd9479aa MFC_INCLUDE is unused
Change-Id: I8aa68985734aa3a2931727415b5bd412af6e6cd0
2013-05-15 09:49:39 +03:00
Tor Lillqvist
32bec67bc6 LIBO_THIS_YEAR is used only as an AC_DEFINEd variable
Change-Id: I0c9676fcffbb1080a7d8dd26c80f9a9af08aa04c
2013-05-15 09:49:38 +03:00
Tor Lillqvist
49ff95f0c1 LIBMGR_X64_BINARY is unused
Change-Id: Ic3ea17a66d8cc045088ce2a625a79569c8fec431
2013-05-15 09:13:08 +03:00
Tor Lillqvist
8906309a36 JAVACISKAFFE is unused
Change-Id: Id3bc14b65e761dc230491dd8cf4c3785a0eaa37e
2013-05-15 09:13:08 +03:00
Tor Lillqvist
9922ec862e DYNAMIC_CRT is unused
Change-Id: Iabeec6542d18f773a0ae5781214ec7d4ce02b3ab
2013-05-15 09:13:08 +03:00
Tor Lillqvist
71b68d4cf2 DIRECTXSDK_LIB is not used outside configure.ac
Change-Id: I2cdd158528197630ec54873bd164077a8765542e
2013-05-15 09:13:08 +03:00
Tor Lillqvist
2ede3d0297 CC_FOR_BUILD is not used outside configure.ac
Change-Id: I6031f20452183449b2087ce6904c83d8bdbeddfd
2013-05-15 09:13:08 +03:00
Tor Lillqvist
3fb7b2f3e3 CXX_FOR_BUILD is not used outside configure.ac
Change-Id: I02c55ccd0a137a0d7a3a131dd0576a8a85afe24a
2013-05-15 09:13:07 +03:00
Tor Lillqvist
ad68975406 ANDROID_NDK_TOOLCHAIN_VERSION_SUBDIR is not used outside configure.ac
Change-Id: Ic55f27516a6d34c20593eba07808d371901a1d67
2013-05-15 09:13:07 +03:00