summaryrefslogtreecommitdiffstats
path: root/distro-configs
Commit message (Collapse)AuthorAgeFilesLines
* Bug 57917 - --enable-ext-oooblogger does not work with Python 3Noel Grandin2012-12-062-2/+0
| | | | | | | Remove the oooblogger extension. It is unmaintained and the original author (caolan) wants it dead. Change-Id: Iff89f5badbb74f465c57e068a9e1acbbc13bc235
* Change some default config for Windows release buildFridrich Štrba2012-12-041-0/+2
| | | | Change-Id: I9b028618212f5e2f9fe0f11181d97a9bfe06bf93
* --without-system-libpng for "universal" Linux buildsStephan Bergmann2012-12-031-0/+1
| | | | | | | ...so that e.g. Fedora 17 does not require installation of libpng-compat package for old libpng12.so. Change-Id: I45cf3928b30dbbb815f70cde1972dc4972007c05
* Always use Java target version 1.5Tor Lillqvist2012-11-297-7/+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
* Isolate PDF Import so it can be made optionally installableStephan Bergmann2012-11-299-9/+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
* Unify options and their order in the Android distro-configsTor Lillqvist2012-11-292-2/+4
| | | | Change-Id: Id27ec2d8531df8122d957af19cdd343eb189654d
* distro-configs: add --with-java-target-version=1.5 to LibreOfficeAndroid.confMiklos Vajna2012-11-291-0/+1
| | | | | | The current latest Android SDK doesn't cope with Java7 otherwise. Change-Id: I0331f283dfc3ac331a8c5381058f43df7d8e8fc6
* Update to be able to at least start the MinGW build again.Jan Holesovsky2012-11-251-0/+1
| | | | Change-Id: I51a3cf81bf6ba4f0d50cb3f2ac52c2d220955b56
* Update MinGW build reqs.Jan Holesovsky2012-11-252-2/+0
| | | | Change-Id: I5877e181d5f395037f7bea747df429bb9e9080f6
* Turn PDF import from bundled extension to plain codeStephan Bergmann2012-11-249-18/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Use --disable-cairo-canvas here, tooTor Lillqvist2012-11-211-0/+1
| | | | Change-Id: I21ca700e16d41a0f8372bf997cdd7ae57e555c41
* android: disable liblangtag for build and target.Michael Meeks2012-11-162-0/+4
|
* dropped obsolete --with-system-gettext configure optionEnrico Weigelt, metux ITS2012-11-141-1/+0
| | | | | | | Change-Id: Ia46cb802d40bb1ba199cf937f332c4b343bc22e9 Reviewed-on: https://gerrit.libreoffice.org/1060 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* binfilter.die.die.dieNorbert Thiebaud2012-11-097-7/+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>
* There is no --with-system-glib any more.Jan Holesovsky2012-11-071-1/+0
| | | | Change-Id: I43690a0196e54d45567f30151d95cf10f0ac3c38
* --with-system-glib for mingwLuboš Luňák2012-10-311-0/+1
| | | | | After 047bc54675193bb10a74b865a057fc0438fb824c it is no longer triggered by rsvg alone, so I guess this is the right way to get system glib on migw again.
* bin tab that breaks configurePetr Mladek2012-10-151-1/+0
| | | | Change-Id: I6705d60313243142bf4f5a0b4856757e093d5a1e
* Use DISABLE_DYNLOADING on AndroidTor Lillqvist2012-10-112-2/+0
| | | | | | | | IN this branch these changes are not conditional. Unclear yet whether this is what we finally will want to use or not. Maybe should make these changes conditional and do this stuff in master instead? Change-Id: I379d570a0e00648d295c675fd90eba6594ba3182
* changed scripting javascript/beanshell switches in distro configsAndras Timar2012-10-086-12/+13
| | | | Change-Id: I28219b9d7500a5d162c554903cf92656cb25a01b
* remove deprecated configure switch --disable-activex-componentAndras Timar2012-10-022-2/+0
| | | | Change-Id: I3a5b19ac9f7c09a7bb5c919b3a9bc18ab646fd76
* explicitly --disable-gtk for Windows and MacOSXAndras Timar2012-09-274-0/+4
| | | | Change-Id: I0b90350cd1fb9221213e052c1b0f5605663f5090
* Enable Evolution Adress Book support in official GNU/Linux buildLionel Elie Mamane2012-09-101-0/+1
| | | | Change-Id: Id05436f38477d73be308310c7ef0ec3baca01bc9
* --with-system-nss for MinGW.Jan Holesovsky2012-08-291-0/+1
| | | | Change-Id: Id94b5d0aa4d4b6236831f3720cb24efca70be649
* Fix MinGW build - libxmlsec builds now.Jan Holesovsky2012-08-291-1/+0
| | | | | | | This also removes patching of the generated 'configure' in libxmlsec; instead, autoreconf is called. Change-Id: I28c1cc38432d195dd0219fb5a0ab0ea1a35f7a32
* drop disable-xmlsec, it's core functionality, have to live with itCaolán McNamara2012-08-143-3/+0
| | | | | | | | | | we basically need this functionality, the idea of it being optional isn't really logical anymore with nss split out from mozilla. for iOS and Android where they doesn't build yet spit out lame fixme nag warnings Change-Id: I4b16c62553b12d3dcd340a0b5c5a4cbd807c2f02
* gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks2012-08-096-3/+6
| | | | | | | 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
* No, we don't want any Python stuff for AndroidTor Lillqvist2012-08-092-2/+0
| | | | Change-Id: I227c408e03130667760f9672f08b11cc7a9c75a8
* android: share more common Makefile pieces between a couple of usersMichael Meeks2012-08-032-0/+4
| | | | | | Try to start consolidating the complexity here. generate Application.mk to specify the required ABI fold common distro-config pieces out of README
* --with-android-arch is pointless, that's what host_cpu is forTor Lillqvist2012-07-301-1/+0
|
* android: x86 porting work.Michael Meeks2012-07-201-0/+26
|
* there is no --with-openldap option anymoreMatúš Kukan2012-07-164-4/+0
| | | | Change-Id: I59dd2a5b2f7760ca610d64289cb11d5aedcd5965
* Add epm for OxygenOffice distro-confKalman Szalai - KAMI2012-06-141-1/+1
| | | | Change-Id: Iddbc17e79a35ceb39eb8abfcb3a820f30961a54d
* This option does not exist anymoreFridrich Štrba2012-06-051-1/+0
| | | | | Change-Id: I748976e284e1812035f18abac628f0b2397d74c7 Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
* Revert "Don't bundle stdelibs on Linux by default"Fridrich Štrba2012-05-111-1/+1
| | | | | | since the toolchain that would allow this to be done is broken This reverts commit 9980e69e172ebaea9f6cde78187b3e7693647621.
* Don't bundle stdelibs on Linux by defaultFridrich Štrba2012-05-101-1/+1
| | | | Change-Id: Ib498067bad7b370dc5ab58e728de9f64f375a1a8
* Delete LibreOfficeDragonFly.conf distro fileFrançois Tigeot2012-04-261-23/+0
| | | | | LibreOffice has now been packaged in pkgsrc-wip, a DragonFly-specific configuration file doesn't make sense.
* Hardcode cairo canvas off for Mac OS X and WindowsTor Lillqvist2012-04-243-3/+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.
* Update OxygenOffice's configKalman Szalai - KAMI2012-04-171-11/+23
|
* Do unpack fonts and include them in the experimental Android appTor Lillqvist2012-04-041-1/+0
|
* Disable cairo canvas on Windows fdo#46901 fdo#46532Michael Meeks2012-03-293-0/+3
| | | | | | We never used cairocanvas on Win, this got accidentally enabled due to configure.in cleanups. Not that we shouldn't, but it needs some more fixing ( Analog of Thorsten's Mac commit for fdo#45584 )
* Adjust to current pkgsrc usage.François Tigeot2012-03-081-4/+0
|
* Revert "Use internal libxml for Mac release builds."Petr Mladek2012-03-011-1/+0
| | | | | | raptor is buildable with the older libxml2 now This reverts commit 4591cd22409f870a0fa9263691945eea92359954.
* MinGW: Don't build PostgreSQL, not cross-compiling at the moment.Jan Holesovsky2012-02-241-0/+1
|
* Use internal libxml for Mac release builds.Thorsten Behrens2012-02-241-0/+1
| | | | | Following up from 49843f0f9788e01805d8d0d27428fe5e6a4cc530, actually use internal libxml for release builds.
* Bin obsolete optionsTor Lillqvist2012-02-231-3/+0
|
* Bundle again C++ stdlibs with generic Linux buildFridrich Štrba2012-02-222-0/+2
|
* Fix fdo#45584 - disable cairocanvas on Mac.Thorsten Behrens2012-02-171-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.
* use system stdlibs on Linux (fdo#45074, fdo#45696)Petr Mladek2012-02-102-3/+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.
* Add and expand more readme files for module documentationMichael Meeks2012-02-081-0/+14
|
* --disable-postgresql-sdbcTor Lillqvist2012-01-241-0/+1
|