summaryrefslogtreecommitdiff
path: root/distro-configs/LibreOfficeMacOSX.conf
AgeCommit message (Collapse)AuthorFilesLines
2014-10-10Mac distro config is always 64 bits these days & remove --with-vendorNorbert Thiebaud1-1/+0
Change-Id: I0f0f4c8b511335ec2a6bf69c054cff8aaca8170a
2014-01-23"Official" TDF Mac builds are done w/o ext-wiki-publisherStephan Bergmann1-1/+0
...since LO 4.1.3, cf. <http://lists.freedesktop.org/archives/libreoffice/2013-October/057006.html> "minutes of ESC call ...," and the underlying issue (Java extension's Addons.xcu causing JVM instantiation upon start of Writer on Mac) has not been addressed since, and Norbert confirmed on IRC that he did the disabling by locally specifying --disable-ext-wiki-publisher on the build machines and continues to use that configuration for all builds since (LO 4.1.4, 4.2.0, 32- and 64-bit), so better reflect that directly in distro-configs. Change-Id: Ib40588a5a6e49f7b9f58df8f1f4eb146de003444
2013-10-15Make building installation sets depend on --with-package-format=...Stephan Bergmann1-0/+1
...instead of inconsitently having it depend on --enable-epm for some platforms and having it always enabled on Windows. Only Android and iOS are presumably still special and build any installation sets in their specific modules and outside instsetoo_native. One consequence is that for a non-Windows --enable-online-update --without-package-format build, instdir's version ini-file contains an UpdateURL that ends in just "?pkgfmt=" without an actual format identifier. However, checking whether the update feature would actually work is difficult for most such developer builds, anyway. Change-Id: If14fcf0b2e612499811e8a6e067a854bda612c42
2013-10-14fdo#61950 De-extensionize presentation minimizerDavid Ostrovsky1-1/+0
Change-Id: I87805ceacf184d5aa5faae68e8bb932391ace7fb Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2013-04-30Revert "Don't enable postgresql-sdbc by default"Tor Lillqvist1-1/+0
I simply didn't have the krb5-devel package installed, and assumed there was something more complicated going on. This reverts commit 0e1cc9968522b602c345aae33c4aac4c5bccd274. Conflicts: distro-configs/LibreOfficeWin64.conf Change-Id: Ie3b226678862ed6388bcf1bf105da0b996f653d1
2013-04-30Don't enable postgresql-sdbc by defaultTor Lillqvist1-0/+1
Try to make it more likely that a build without any autogen.sh options succeeds. We didn't even get past the autogen.sh phase on openSUSE 12.3 thanks to some krb5 stuff needed by the postgresql-sdbc checks. To compensate, add --enable-postgresql-sdbc to those distro-configs/*.conf files that didn't already have --disable-postgresql-sdbc. Change-Id: I967616993875b99d9d5a9fd0721f281bb1161a87
2013-03-23There is no --enable-ext-report-builder any moreAndras Timar1-1/+0
Change-Id: I447a2cfd0e90e61c4a3015d9ef58a78ae86eb874
2013-01-21default to --without-help and --without-myspell-dictsNorbert Thiebaud1-0/+2
Updated the distro-configs so that the default change does not impact build based on distro profile The intent is that with this change of defaults the build does only rely on core and does not need any submodules. Making a initial build simpler for new dev, since they won't be exposed to submodules unless they really need them. Change-Id: I446e912d607ce7358fd11f54a3de025dc3f25144 Reviewed-on: https://gerrit.libreoffice.org/1791 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-29Always use Java target version 1.5Tor Lillqvist1-1/+0
It has been way too common for people to accidentally have a javac from JDK 7 create class files that are of the newest version, which older JREs and Android's dex then don't understand. As many of the distro-configs files specified --with-java-target-version=1.5 anyway, let's just hardcode that for now. Change-Id: I0853820dc56a062f053b5c2c30097bf1ff3798c1
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann1-1/+0
...which can be attractive for installation sets that use --with-system-poppler but do not want the LO core package to depend on a poppler package. See the comment at the top of scp2/source/ooo/module_pdfimport.scp for details. The build-time --disable-pdfimport configure switch is gone, PDF Import is built unconditionally for all platforms but Android and iOS now. (The ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase consistency across those variables.) Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058
2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann1-2/+1
No need for dirty hacks linking in basegfx objects statically any more. To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant UNO implementation identifiers from com.sun.star.comp.documents.* to org.libreoffice.comp.documents.*. Also, existing installations of the extension are explicitly not migrated to new user profiles. The xpdfimport executable is now in program/, its xpdfimport_err.pdf in share/xpdfimport/. To simplify finding the _err.pdf from xpdfimport, its full pathname is now given as additional second argument to xpdfimport. To find xpdfimport executable from CppunitTest, CppunitTest creates a symlink from solver's unittest/installation/program to solver's bin, so that "$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets BRAND_BASE_DIR to solver's unittest/installation). The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even though it was included in the .oxt) and has been removed. The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport. Having it still conditional requires some pdf_Portable_Document_Format vs. pdf_Portable_Document_Format_import foo in module filter. Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523
2012-11-09binfilter.die.die.dieNorbert Thiebaud1-1/+0
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-10-08changed scripting javascript/beanshell switches in distro configsAndras Timar1-2/+2
Change-Id: I28219b9d7500a5d162c554903cf92656cb25a01b
2012-09-27explicitly --disable-gtk for Windows and MacOSXAndras Timar1-0/+1
Change-Id: I0b90350cd1fb9221213e052c1b0f5605663f5090
2012-04-24Hardcode cairo canvas off for Mac OS X and WindowsTor Lillqvist1-1/+0
Do not depend on a distro-configs file to disable it. It is supposed to be optional to pass a --with-distro option. Running a bare ./autogen.sh is supposed to produce a working configuration.
2012-03-01Revert "Use internal libxml for Mac release builds."Petr Mladek1-1/+0
raptor is buildable with the older libxml2 now This reverts commit 4591cd22409f870a0fa9263691945eea92359954.
2012-02-24Use internal libxml for Mac release builds.Thorsten Behrens1-0/+1
Following up from 49843f0f9788e01805d8d0d27428fe5e6a4cc530, actually use internal libxml for release builds.
2012-02-17Fix fdo#45584 - disable cairocanvas on Mac.Thorsten Behrens1-0/+1
We never used cairocanvas on Mac, this got accidentally enabled due to configure.in cleanups. Not that we shouldn't, but it needs some more fixing.
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann1-1/+0
Replaced --enable-ext-postgresql-sdbc with --disable-postgresql-sdbc. Renamed postgresql-sdbc.uno{.ini,rc} to consistent postgresql-sdbc.ini (which made the code a little easier). Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> (cherry picked from commit 3a7ae48b6f610899200ae2800706533f7c4c9f80) Conflicts: configure.in connectivity/source/drivers/postgresql/makefile.mk
2012-01-02Online update: Enable online update even for the Linux release builds.Jan Holesovsky1-0/+1
[and mention it explicitly in the Windows and Mac distro configs, to be safe :-)]
2011-12-11Make internal pgsql build on mac and make it default for releaseFridrich Štrba1-0/+2
2011-12-01Enable online update in the release builds again.Jan Holesovsky1-1/+0
2011-09-22distro-configs: with-extension-integration -> enable-extension-integrationMiklos Vajna1-1/+1
This was a regression introduced in commit 29db940ce504a5dff393927e4ea2680156f2b119
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky1-0/+1
Conflicts: Makefile.in configure.in instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/inc/minor.mk
2011-07-23--enable-ext-scripting-pythin is not an option anymoreNorbert Thiebaud1-1/+0
2011-06-24Disable the online update for the release.Jan Holesovsky1-0/+1
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-05-17Enable nlpsolver also for MacThorsten Behrens1-0/+1
Fix for fdo#37180 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-10Clean up MacOS distro config from cruftThorsten Behrens1-3/+1
2011-05-03Enable extern scripting for offical LO builds (fdo#33355)Petr Mladek1-0/+3
Added the following options to distro-configs/LibreOffice*.conf: --enable-ext-scripting-beanshell --enable-ext-scripting-javascript --enable-ext-scripting-python Thanks David Tardon <dtardon@redhat.com> for tip
2011-04-22Disable BrOffice branding for official builds (fdo#36262)Petr Mladek1-1/+0
2011-04-07No need to quote anymoreFridrich Štrba1-1/+1
2010-12-01add support for --with-distroNorbert Thiebaud1-0/+13