Commit graph

25 commits

Author SHA1 Message Date
Tor Lillqvist
df54f97aaf UNIXWRAPPERNAME is unused
Change-Id: Ic25acc8413960c2268b5fffc287e8e4f3165a767
2013-05-15 09:49:40 +03:00
Andras Timar
672cd6dbcf There is no --enable-ext-report-builder any more
Change-Id: I447a2cfd0e90e61c4a3015d9ef58a78ae86eb874
2013-03-23 08:30:33 +01:00
David Ostrovsky
79cd6af6c7 clean up obsolete mozilla options
Change-Id: I443e77c33b797aaff0b0389525148d1ee2d3193c
2013-02-24 21:57:25 +01:00
Fridrich Štrba
3708fe8434 Kill the --without-system-stdlibs option
Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f
2013-02-19 10:05:23 +01:00
Noel Grandin
6d77e0cb15 Bug 57917 - --enable-ext-oooblogger does not work with Python 3
Remove the oooblogger extension. It is unmaintained and the original
author (caolan) wants it dead.

Change-Id: Iff89f5badbb74f465c57e068a9e1acbbc13bc235
2012-12-06 11:14:24 +02:00
Stephan Bergmann
79e5ee5f69 Isolate PDF Import so it can be made optionally installable
...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-29 11:36:58 +01:00
Stephan Bergmann
7bf64a5af4 Turn PDF import from bundled extension to plain code
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-24 23:21:37 +01:00
Norbert Thiebaud
060219ac1a binfilter.die.die.die
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-11-09 07:58:02 +00:00
Andras Timar
fd575862a1 changed scripting javascript/beanshell switches in distro configs
Change-Id: I28219b9d7500a5d162c554903cf92656cb25a01b
2012-10-08 21:19:50 +02:00
Michael Meeks
21d7f4b4bb gstreamer: make gstreamer 1.0 and 0.10 dual compile
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-08-09 20:46:16 +01:00
Matúš Kukan
3201fd2316 there is no --with-openldap option anymore
Change-Id: I59dd2a5b2f7760ca610d64289cb11d5aedcd5965
2012-07-16 22:23:10 +02:00
Kalman Szalai - KAMI
12d76ae5c0 Add epm for OxygenOffice distro-conf
Change-Id: Iddbc17e79a35ceb39eb8abfcb3a820f30961a54d
2012-06-14 13:29:52 +02:00
Kalman Szalai - KAMI
e0c713aa4c Update OxygenOffice's config 2012-04-17 20:19:09 +02:00
Fridrich Štrba
33eefb2c5e Bundle again C++ stdlibs with generic Linux build 2012-02-22 09:25:44 +01:00
Petr Mladek
0787025c13 use system stdlibs on Linux (fdo#45074, fdo#45696)
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-02-10 15:06:02 +01:00
Andras Timar
058d872a2e remove obsolete (OxygenOffice-style) Lightproof integration 2011-12-18 19:23:24 +01:00
Fridrich Štrba
fc912cb108 Remove some obsolete config options 2011-11-30 07:03:06 +01:00
Jan Holesovsky
96be3a199a --with-system-libxslt is gone, remove it from the distro-configs. 2011-11-29 13:41:09 +01:00
Miklos Vajna
47a101d766 distro-configs: with-extension-integration -> enable-extension-integration
This was a regression introduced in commit
29db940ce5
2011-09-22 00:21:07 +02:00
François Tigeot
7b4825af2c Enable CUPS unconditionally
It doesn't make sense to try to use anything else to print on *nix
systems these days
2011-08-22 21:11:18 +02:00
Norbert Thiebaud
87e5542c47 --enable-ext-scripting-pythin is not an option anymore 2011-07-23 00:43:03 -05:00
Petr Mladek
036c6b153c use --enable-python=internal in distro configs
--without-system-python is not longer available
2011-06-06 14:00:09 +02:00
Kalman Szalai - KAMI
ca718e36f1 Refine lication of OxygenOffice splash 2011-05-04 04:56:38 +02:00
libo64
ec5d98f4d8 OxygenOffice distro conf update 2011-04-26 22:43:12 +02:00
Kalman Szalai - KAMI
6c06f7b092 Reintroduce OxygenOffice distro confs 2011-04-23 09:30:22 +02:00