summaryrefslogtreecommitdiff
path: root/distro-configs/LibreOfficeLinux.conf
AgeCommit message (Collapse)Author
2013-03-23There is no --enable-ext-report-builder any moreAndras Timar
Change-Id: I447a2cfd0e90e61c4a3015d9ef58a78ae86eb874
2013-02-24clean up obsolete mozilla optionsDavid Ostrovsky
Change-Id: I443e77c33b797aaff0b0389525148d1ee2d3193c
2013-02-19Kill the --without-system-stdlibs optionFridrich Štrba
Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f
2013-02-08Enable dbus in LibreOfficeLinux configurationFridrich Štrba
Change-Id: I959437dd440c0eec4fdfa75498a95295bb85cda0
2013-01-21default to --without-help and --without-myspell-dictsNorbert Thiebaud
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-12-03--without-system-libpng for "universal" Linux buildsStephan Bergmann
...so that e.g. Fedora 17 does not require installation of libpng-compat package for old libpng12.so. Change-Id: I45cf3928b30dbbb815f70cde1972dc4972007c05
2012-11-29Always use Java target version 1.5Tor Lillqvist
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 Bergmann
...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 Bergmann
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 Thiebaud
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-15bin tab that breaks configurePetr Mladek
Change-Id: I6705d60313243142bf4f5a0b4856757e093d5a1e
2012-10-08changed scripting javascript/beanshell switches in distro configsAndras Timar
Change-Id: I28219b9d7500a5d162c554903cf92656cb25a01b
2012-09-10Enable Evolution Adress Book support in official GNU/Linux buildLionel Elie Mamane
Change-Id: Id05436f38477d73be308310c7ef0ec3baca01bc9
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks
Add fallback activation of an _OLD media component to the core. Compile both a 0.10 and 1.0 version of the gstreamer component Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
2012-07-16there is no --with-openldap option anymoreMatúš Kukan
Change-Id: I59dd2a5b2f7760ca610d64289cb11d5aedcd5965
2012-06-05This option does not exist anymoreFridrich Štrba
Change-Id: I748976e284e1812035f18abac628f0b2397d74c7 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-05-11Revert "Don't bundle stdelibs on Linux by default"Fridrich Štrba
since the toolchain that would allow this to be done is broken This reverts commit 9980e69e172ebaea9f6cde78187b3e7693647621.
2012-05-10Don't bundle stdelibs on Linux by defaultFridrich Štrba
Change-Id: Ib498067bad7b370dc5ab58e728de9f64f375a1a8
2012-02-22Bundle again C++ stdlibs with generic Linux buildFridrich Štrba
2012-02-10use system stdlibs on Linux (fdo#45074, fdo#45696)Petr Mladek
We use pretty old compiler for the official build, so it should be compatible with most systems. The old system libraries breaked 3rd-party extensions. There were also problems with exceptions hadnling.
2012-01-23fdo#45090: Changed postgresql-sdbc from bundled oxt to proper optional part.Stephan Bergmann
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 Holesovsky
[and mention it explicitly in the Windows and Mac distro configs, to be safe :-)]
2011-12-09Use the internal libpq for universal buildsFridrich Štrba
2011-12-07Build pgsql connector for Linux release buildsFridrich Štrba
2011-11-30Remove some obsolete config optionsFridrich Štrba
2011-11-29--with-system-libxslt is gone, remove it from the distro-configs.Jan Holesovsky
2011-09-22distro-configs: with-extension-integration -> enable-extension-integrationMiklos Vajna
This was a regression introduced in commit 29db940ce504a5dff393927e4ea2680156f2b119
2011-07-23--enable-ext-scripting-pythin is not an option anymoreNorbert Thiebaud
2011-06-06use --enable-python=internal in distro configsPetr Mladek
--without-system-python is not longer available
2011-05-17fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497Michael Meeks
2011-05-16Build nlpsolver for Win32 and Linux release buildsFridrich Štrba
2011-05-11Enable extern scripting for offical LO builds (fdo#33355)Petr Mladek
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-26Disable BrOffice branding for official builds (fdo#36262)Petr Mladek
2011-04-08remove obsolete configure options + fix system_xrender_headers vs system_xrenderFridrich Štrba
2011-04-08Some more defaults to LibreOfficeLinux distro configFridrich Štrba
2011-04-07No need to quote anymoreFridrich Štrba
2011-04-07check more carefully for configure generation, and fix quoting of vendorsMichael Meeks
2011-03-21Add some distro-configs from build repositoryFridrich Štrba