summaryrefslogtreecommitdiff
path: root/distro-configs/LibreOfficeLinux.conf
AgeCommit message (Collapse)AuthorFilesLines
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-15bin tab that breaks configurePetr Mladek1-1/+0
Change-Id: I6705d60313243142bf4f5a0b4856757e093d5a1e
2012-10-08changed scripting javascript/beanshell switches in distro configsAndras Timar1-2/+3
Change-Id: I28219b9d7500a5d162c554903cf92656cb25a01b
2012-09-10Enable Evolution Adress Book support in official GNU/Linux buildLionel Elie Mamane1-0/+1
Change-Id: Id05436f38477d73be308310c7ef0ec3baca01bc9
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks1-1/+1
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úš Kukan1-1/+0
Change-Id: I59dd2a5b2f7760ca610d64289cb11d5aedcd5965
2012-06-05This option does not exist anymoreFridrich Štrba1-1/+0
Change-Id: I748976e284e1812035f18abac628f0b2397d74c7 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-05-11Revert "Don't bundle stdelibs on Linux by default"Fridrich Štrba1-1/+1
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 Štrba1-1/+1
Change-Id: Ib498067bad7b370dc5ab58e728de9f64f375a1a8
2012-02-22Bundle again C++ stdlibs with generic Linux buildFridrich Štrba1-0/+1
2012-02-10use system stdlibs on Linux (fdo#45074, fdo#45696)Petr Mladek1-1/+0
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 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-09Use the internal libpq for universal buildsFridrich Štrba1-1/+1
2011-12-07Build pgsql connector for Linux release buildsFridrich Štrba1-0/+2
2011-11-30Remove some obsolete config optionsFridrich Štrba1-2/+0
2011-11-29--with-system-libxslt is gone, remove it from the distro-configs.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-23--enable-ext-scripting-pythin is not an option anymoreNorbert Thiebaud1-1/+0
2011-06-06use --enable-python=internal in distro configsPetr Mladek1-1/+1
--without-system-python is not longer available
2011-05-17fix ENABLE_QUICKSTART_LIBPNG handling fdo#36497Michael Meeks1-1/+1
2011-05-16Build nlpsolver for Win32 and Linux release buildsFridrich Štrba1-0/+1
2011-05-11Enable 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-26Disable BrOffice branding for official builds (fdo#36262)Petr Mladek1-1/+0
2011-04-08remove obsolete configure options + fix system_xrender_headers vs system_xrenderFridrich Štrba1-6/+1
2011-04-08Some more defaults to LibreOfficeLinux distro configFridrich Štrba1-0/+2
2011-04-07No need to quote anymoreFridrich Štrba1-1/+1
2011-04-07check more carefully for configure generation, and fix quoting of vendorsMichael Meeks1-1/+1
2011-03-21Add some distro-configs from build repositoryFridrich Štrba1-0/+49