summaryrefslogtreecommitdiff
path: root/distro-configs
AgeCommit message (Collapse)AuthorFilesLines
2013-01-08Disable gnome-vfs for nowFridrich Štrba1-1/+1
Change-Id: Id02270bad13ba575e7818c714d4920be604f2c1c
2012-12-17Remove --with-stlport from LO 4.0Stephan Bergmann3-3/+0
The STLport was only built for the benefit of old extensions on platforms that once used it themselves (Linux x86, Solaris x86 and SPARC, Windows). We deliberately break such old extensions for LO 4.0 by no longer shipping that backwards-compatiblity cludge. Keeps STLport listed in readlicense_oo/ because of o3tl/inc/o3tl/compat_functionality.hxx. Also removes GXX_INCLUDE_PATH, as that was only used by STLport (if at all?). (cherry picked from commit 77d3777c8934171a9557a96872d020cf12443fb9, minus the code that addressed Windows C4005 warnings -- which after all were due to unrelated changes for PCH rather than this commit) Conflicts: postprocess/prj/build.lst Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
2012-12-06Bug 57917 - --enable-ext-oooblogger does not work with Python 3Noel Grandin2-2/+0
Remove the oooblogger extension. It is unmaintained and the original author (caolan) wants it dead. Change-Id: Iff89f5badbb74f465c57e068a9e1acbbc13bc235
2012-12-04Change some default config for Windows release buildFridrich Štrba1-0/+2
Change-Id: I9b028618212f5e2f9fe0f11181d97a9bfe06bf93
2012-12-03--without-system-libpng for "universal" Linux buildsStephan Bergmann1-0/+1
...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 Lillqvist7-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
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann9-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
2012-11-29Unify options and their order in the Android distro-configsTor Lillqvist2-2/+4
Change-Id: Id27ec2d8531df8122d957af19cdd343eb189654d
2012-11-29distro-configs: add --with-java-target-version=1.5 to LibreOfficeAndroid.confMiklos Vajna1-0/+1
The current latest Android SDK doesn't cope with Java7 otherwise. Change-Id: I0331f283dfc3ac331a8c5381058f43df7d8e8fc6
2012-11-25Update to be able to at least start the MinGW build again.Jan Holesovsky1-0/+1
Change-Id: I51a3cf81bf6ba4f0d50cb3f2ac52c2d220955b56
2012-11-25Update MinGW build reqs.Jan Holesovsky2-2/+0
Change-Id: I5877e181d5f395037f7bea747df429bb9e9080f6
2012-11-24Turn PDF import from bundled extension to plain codeStephan Bergmann9-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
2012-11-21Use --disable-cairo-canvas here, tooTor Lillqvist1-0/+1
Change-Id: I21ca700e16d41a0f8372bf997cdd7ae57e555c41
2012-11-16android: disable liblangtag for build and target.Michael Meeks2-0/+4
2012-11-14dropped obsolete --with-system-gettext configure optionEnrico Weigelt, metux ITS1-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>
2012-11-09binfilter.die.die.dieNorbert Thiebaud7-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>
2012-11-07There is no --with-system-glib any more.Jan Holesovsky1-1/+0
Change-Id: I43690a0196e54d45567f30151d95cf10f0ac3c38
2012-10-31--with-system-glib for mingwLuboš Luňák1-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.
2012-10-15bin tab that breaks configurePetr Mladek1-1/+0
Change-Id: I6705d60313243142bf4f5a0b4856757e093d5a1e
2012-10-11Use DISABLE_DYNLOADING on AndroidTor Lillqvist2-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
2012-10-08changed scripting javascript/beanshell switches in distro configsAndras Timar6-12/+13
Change-Id: I28219b9d7500a5d162c554903cf92656cb25a01b
2012-10-02remove deprecated configure switch --disable-activex-componentAndras Timar2-2/+0
Change-Id: I3a5b19ac9f7c09a7bb5c919b3a9bc18ab646fd76
2012-09-27explicitly --disable-gtk for Windows and MacOSXAndras Timar4-0/+4
Change-Id: I0b90350cd1fb9221213e052c1b0f5605663f5090
2012-09-10Enable Evolution Adress Book support in official GNU/Linux buildLionel Elie Mamane1-0/+1
Change-Id: Id05436f38477d73be308310c7ef0ec3baca01bc9
2012-08-29--with-system-nss for MinGW.Jan Holesovsky1-0/+1
Change-Id: Id94b5d0aa4d4b6236831f3720cb24efca70be649
2012-08-29Fix MinGW build - libxmlsec builds now.Jan Holesovsky1-1/+0
This also removes patching of the generated 'configure' in libxmlsec; instead, autoreconf is called. Change-Id: I28c1cc38432d195dd0219fb5a0ab0ea1a35f7a32
2012-08-14drop disable-xmlsec, it's core functionality, have to live with itCaolán McNamara3-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
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks6-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
2012-08-09No, we don't want any Python stuff for AndroidTor Lillqvist2-2/+0
Change-Id: I227c408e03130667760f9672f08b11cc7a9c75a8
2012-08-03android: share more common Makefile pieces between a couple of usersMichael Meeks2-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
2012-07-30--with-android-arch is pointless, that's what host_cpu is forTor Lillqvist1-1/+0
2012-07-20android: x86 porting work.Michael Meeks1-0/+26
2012-07-16there is no --with-openldap option anymoreMatúš Kukan4-4/+0
Change-Id: I59dd2a5b2f7760ca610d64289cb11d5aedcd5965
2012-06-14Add epm for OxygenOffice distro-confKalman Szalai - KAMI1-1/+1
Change-Id: Iddbc17e79a35ceb39eb8abfcb3a820f30961a54d
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-04-26Delete LibreOfficeDragonFly.conf distro fileFrançois Tigeot1-23/+0
LibreOffice has now been packaged in pkgsrc-wip, a DragonFly-specific configuration file doesn't make sense.
2012-04-24Hardcode cairo canvas off for Mac OS X and WindowsTor Lillqvist3-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.
2012-04-17Update OxygenOffice's configKalman Szalai - KAMI1-11/+23
2012-04-04Do unpack fonts and include them in the experimental Android appTor Lillqvist1-1/+0
2012-03-29Disable cairo canvas on Windows fdo#46901 fdo#46532Michael Meeks3-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 )
2012-03-08Adjust to current pkgsrc usage.François Tigeot1-4/+0
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-24MinGW: Don't build PostgreSQL, not cross-compiling at the moment.Jan Holesovsky1-0/+1
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-23Bin obsolete optionsTor Lillqvist1-3/+0
2012-02-22Bundle again C++ stdlibs with generic Linux buildFridrich Štrba2-0/+2
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-02-10use system stdlibs on Linux (fdo#45074, fdo#45696)Petr Mladek2-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.