summaryrefslogtreecommitdiff
path: root/distro-configs
AgeCommit message (Collapse)AuthorFilesLines
2017-04-10No gpgmepp in org.gnome.Sdk//3.20Stephan Bergmann1-0/+1
Change-Id: I4ca06ca42bd48151fcee4a0f22ebdaef4a797e6a
2017-03-15just use turbo-jpeg as sole internal solutionCaolán McNamara1-1/+0
prefer having nasm/yasm but if its not there warn and fallback to disabling assembler optional goodness Change-Id: Ib31ad81717842f743c2910d575a9ebbc279a9c79 Reviewed-on: https://gerrit.libreoffice.org/35189 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-03-03disable dynload expects services.rdb to list the orig library nameCaolán McNamara1-1/+0
while ---enable-mergelibs creates a single libmergedlo.a in this mode and the services.rdb contains that I guess I could tweak cppuhelper/source/shlib.cxx and solenv/bin/native-code.py etc to work differently or just take the more well travelled road here Change-Id: I35e2626824c9b015b5a6051db659fe467c35d8ba
2017-02-24Always enable liblangtagKhaled Hosny1-1/+0
The license should not be an issue any more since liblangtag now has an LGPL/MPLv2 dual licence. Change-Id: I4dfffcccf5d710bd16b21c3254c1449ae041b8ab Reviewed-on: https://gerrit.libreoffice.org/34511 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2017-02-21Kill bitrot Emscripten experimentKhaled Hosny1-52/+0
Change-Id: I1cd5331157e684afb01e6555168ce646194c6ff2 Reviewed-on: https://gerrit.libreoffice.org/34493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
2017-02-11Pdfium does not build for iOSTor Lillqvist1-0/+1
It uses Carbon, eek, which was marked as deprecated for OS X already back in 2012, and never has been available for iOS. Change-Id: Icfc57dff1ae01272a347a050303139f4f86e6fec
2017-02-10Remove MinGW supportStephan Bergmann2-63/+0
In OOo times, there'd originally been efforts to allow building on Windows with MinGW. Later, in LO times, this has been shifted to an attempt of cross- compiling for Windows on Linux. That attempt can be considered abandoned, and the relevant code rotting. Due to this heritage, there are now three kinds of MinGW-specific code in LO: * Code from the original OOo native Windows effort that is no longer relevant for the LO cross-compilation effort, but has never been removed properly. * Code from the original OOo native Windows effort that is re-purposed for the LO cross-compilation effort. * Code that has been added specifially for the LO cross-compilation effort. All three kinds of code are removed. (An unrelated, remaining use of MinGW is for --enable-build-unowinreg, utilizing --with-mingw-cross-compiler, MINGWCXX, and MINGWSTRIP.) Change-Id: I49daad8669b4cbe49fa923050c4a4a6ff7dda568 Reviewed-on: https://gerrit.libreoffice.org/34127 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-02-10add --disable-pdfiumCaolán McNamara2-0/+2
Change-Id: I9137dc0030c3c752ffc0931721bf6b0013309d39
2017-02-03--enable-ext-google-docs is goneStephan Bergmann1-1/+0
Change-Id: I460eee8669900d7b6652463f996459ca0bd486e8
2017-02-02Adapt LibreOfficeFlatpak.conf to newly added dependenciesStephan Bergmann1-0/+3
...that are all not provided by the underlying GNOME 3.20 SDK/runtime Change-Id: I23f1a462f8bf44a30c09bbccad5916304d7c4da1
2017-01-17Revert "distro-configs: disable firebird on linux_clang_dbgutil_64"Stephan Bergmann1-1/+0
This reverts commit 686887e2cb71e4ffc1e16179b06adf938a9dc7f9, now that <https://gerrit.libreoffice.org/#/c/33186/> "external/firebird: Backport fix for CORE-5452 causing spurious SEGV" should fix the instability. Change-Id: I9483c04de36d83233485f1280c3cada84767d696 Reviewed-on: https://gerrit.libreoffice.org/33189 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-01-13don't build the internal hsqldb and rhino for coverity checkingCaolán McNamara1-0/+4
Change-Id: I7d269b1de29ecc1b0b9e6d58e316d5084e2fdcb6
2017-01-13Remove --disable-gtk from Windows distro configsSamuel Mehrbrodt2-2/+0
Change-Id: I04e8bdfb3129a444008755f461da5ea7d97a7248 Reviewed-on: https://gerrit.libreoffice.org/33027 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-12-20use new ENABLE_NSS for code which needs nssCaolán McNamara1-1/+0
which isn't available on a static-only build (iOS and fuzzing) and android Change-Id: I99bb7c0b45d4499579ddf73f469a762ddcae99ab Reviewed-on: https://gerrit.libreoffice.org/32182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-12-18necessary oss-fuzz config setupCaolán McNamara1-2/+6
Change-Id: Id3db7c7fa74f8dd36c0385c2198efd12546004ab
2016-12-13change from glew to epoxyCaolán McNamara1-1/+0
because that works under wayland out of the box and gtk3 uses it already Change-Id: Iefaac31e325534a81a5389f752804af917c1baef Reviewed-on: https://gerrit.libreoffice.org/31213 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-12-10oss-fuzz: do explicit disable-runtime-optimizationsCaolán McNamara1-0/+1
Change-Id: I0597436bddcd79f7a44d3969b54a3ae2e02b3c70
2016-12-08oss-fuzz: disable-gui now worksCaolán McNamara1-2/+3
Change-Id: I8c9349299e67532c60fcd1e887fc0e33e45a29b8
2016-12-08Retire the --disable-export optionTor Lillqvist1-1/+0
It was never fully implemented, and its usefulness is unclear. Change-Id: I86dee8ee6326bdfaa178260c76188261aef2fb4c
2016-12-07add a linux_random jenkins's distro config to be able to have a tb on thatNorbert Thiebaud1-0/+1
Change-Id: I203f5e7c4f78fe57a09373b944f0d58d8c3a5d05
2016-12-05oss-fuzz woes continueCaolán McNamara1-0/+2
Change-Id: I8307c09d5ba4fb24c0d2e273459b34edd06ae76a
2016-12-05oss-fuzz deploys in a very different env to which its builtCaolán McNamara1-10/+7
Change-Id: Ice4956cd196424d21bf659f95f99c3e0c6928744
2016-12-05optionally enable oss-fuzz targets via --enable-fuzzersCaolán McNamara1-0/+1
Change-Id: I16f52515a149a1e6e47cd0301a45db84ddd95885
2016-12-02sufficient to get us building in the oss-fuzz environmentCaolán McNamara1-0/+1
we're presented with... CXX="/usr/local/bin/clang++" CC="/usr/local/bin/clang" CXXFLAGS="-g -stdlib=libc++" and out of the box we fail to build, but if we reshuffle to... CXX="/usr/local/bin/clang++ -stdlib=libc++" CC="/usr/local/bin/clang -stdlib=libc++" CXXFLAGS="-g" LDFLAGS="-lpthread" then with this distro-config we build to completion Change-Id: Ib6bee4dd69e0609e3c1238d86837a1680483ffa4
2016-12-02starting skeleton for oss-fuzz configCaolán McNamara1-0/+16
gets vcl built anyway Change-Id: I521a53019f54d5e42c931043c758143f2f8bdb1d
2016-11-30enable gstramer-1.0 for baseline linux buildsChristian Lohmaier1-1/+1
Change-Id: I8982621114db142a8f4ef77987bb22de8767fe3f
2016-11-27screenshot config at the wrong placeNorbert Thiebaud3-0/+0
Change-Id: Icb72cb89f2dcc890b82b3ea6df2cc06aa902cc13
2016-11-27add screenshot jenkins configNorbert Thiebaud3-0/+3
Change-Id: Ic6e2a68f948c62cabc210a1873baffe2df300e8b
2016-11-26Kill old Graphite layout enginesKhaled Hosny1-1/+0
Change-Id: Ia19d4d0a3a33694b6edfff62e6b40028dac19677 Reviewed-on: https://gerrit.libreoffice.org/31212 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
2016-11-08Drop more OxygenOffice bitsGabor Kelemen1-5/+0
Follow up to 8dc38d9ded92960eda46343b67da8a8b95404b5a Here we drop some --help descriptions and the rest of removed extensions from the Jenkins config file Change-Id: Ie1520adf2c48c2dc714b00c53ba0055f1deb3c62 Reviewed-on: https://gerrit.libreoffice.org/30697 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-09-09Some --enable-ext-* switches got removedStephan Bergmann1-5/+0
...with 8dc38d9ded92960eda46343b67da8a8b95404b5a "Remove obsolete OxygenOffice bits" Change-Id: I796505a87a821d6f7f0b79ade9fdeec89932e561
2016-08-18No export validation for the host platform when cross-compiling pleaseTor Lillqvist3-3/+6
Sure, would make more sense to hardcode this in configure.ac. But actually I guess that export validation will be turned off by default anyway soon. Change-Id: Icf266a0f389b9ebc8a28ee2e5f277449875ca885
2016-08-18distro-configs: disable firebird on linux_clang_dbgutil_64Miklos Vajna1-0/+1
As it's quite unstable and this way the clang tinderbox fails before deteching interesting problems (and firebird is covered by other platforms anyway). Change-Id: Ieaca3a6f5d036c9df22bdbe5a48bf27d2d9ce49f Reviewed-on: https://gerrit.libreoffice.org/28223 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2016-07-08fix typo in jenkins configNorbert Thiebaud1-1/+1
Change-Id: Iff1298d01d5e453d6d2559d28e086e7f6dd444a1
2016-07-08add configs for new gerrit build under jenkinsNorbert Thiebaud4-0/+6
Change-Id: I2ba40b1b1a3d35bc851e675d87fcffc1adfdff0f
2016-06-07enable breakpad in distro configsMarkus Mohrhard3-0/+3
Change-Id: Ib321a62223c77e3f62d48f358a228465280458ad Reviewed-on: https://gerrit.libreoffice.org/26022 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-05-11xdg-app got renamed to FlatpakStephan Bergmann1-1/+1
Change-Id: Ib5ea4ad5b6033ee1634ea2f245742f862a40042d
2016-04-29Convenience --with-distro=LibreOfficeXdgAppStephan Bergmann1-0/+44
Change-Id: Idab663e79cd4836ec1c14020fcd5c462c1cbf5dc
2016-02-22play it safe and don't add breakpad to distro config yetMarkus Mohrhard1-1/+0
Change-Id: I858100508577b4d847db11e9b5f94c6a57ad7e8f
2016-02-22include breakpad into the buildMarkus Mohrhard1-0/+1
Change-Id: I1bfd107502332fc86ae5e96bbc1f475b8d669c6c Reviewed-on: https://gerrit.libreoffice.org/22547 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-02-20packagekit is implied by dbus nowCaolán McNamara1-1/+0
Change-Id: Ic29f55a846c48a3ddb6151d60e612d6b35a0ef3a
2016-02-01configure: remove ---disable-randr-linkMichael Stahl6-6/+0
This looks obsolete, it was used in LibreOfficeLinux.conf since the beginning but in fact since LO 3.5 it was broken and the vclplug_gen was not actully dlopen()ing Xrandr.so but somehow magically "found" the symbols anyway. Change-Id: I81251a8fef0abac63183b0ff3533bb2331ca6f5a
2016-01-29disable options by default on androidPeter Foley3-9/+0
Some options aren't supported on android, so disable them by default to avoid errors. Change-Id: Ifef2f5ff55d3bd7d7da1f53d1345be3c5ef11f45 Reviewed-on: https://gerrit.libreoffice.org/21590 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@documentfoundation.org>
2016-01-15Android: don't disable langtag (libetonyek has hard dependency)Christian Lohmaier3-3/+0
apparently in the past it was disabled because it did depend on glib, and maybe also size constraints, but neither apply anymore. Change-Id: Ic731b204cf482639e4d468512b97b5c39ddc73e6
2015-12-31Remove missed NPAPI itemsBryan Quigley1-1/+0
These were missed during the removal of NPAPI. Change-Id: Ie6233a755cd8f2995692fb8790bd65055d100251 Reviewed-on: https://gerrit.libreoffice.org/21015 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2015-11-27update jenkins' profileNorbert Thiebaud3-1/+3
Change-Id: I9121c02b07eef1b1eddd78dbb0c903b837b82f14
2015-11-12No --with(out)-system-mesa-headers any moreTor Lillqvist2-2/+0
Change-Id: I3a1d3ed1b80dc5c63ed442728b0004053642c12e
2015-11-09do not force-disable ccache for jenkins-ubsan buildNorbert Thiebaud1-1/+0
Change-Id: I791d9d6710462ba0a325228a890b941f6000ce13
2015-10-31file for ci-based ubsan buildNorbert Thiebaud1-0/+42
Change-Id: I4fd99f02d0a5db6e35b5c16c8b7f19c9c1bb740f
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky1-1/+0
Seamonkey based address book driver is based on pre-compiled libraries and is only used on Windows 32 bit. Remove it in favor of mork driver. Given that Seamonkey based mozab driver also provides Outlook and Outlook Express address book integration, that Windows-32-bit--only feature is lost for now. If necessary, support for that feature could be rewritten from scratch, in a way that would also work for Windows 64 bit. Change-Id: Ie1c125e692598bda999767c328c9e2262a2b82af Reviewed-on: https://gerrit.libreoffice.org/19560 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>