summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29MSVC 14.0: Second attempt to fix Python in 32bit build modeDavid Ostrovsky1-1/+1
Change-Id: I709fda2e6df5048bdbf9157518d6b7b98ff45515 Reviewed-on: https://gerrit.libreoffice.org/22730 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org> (cherry picked from commit e04c734f56d7e4a16a2dd1b64a51cecbdf6796cf) Signed-off-by: Michael Stahl <mstahl@redhat.com>
2016-02-25we need the complete cppunit buildMarkus Mohrhard1-1/+1
Change-Id: I71de79a7a10453da73e96793dcd58c3c64c044ee Reviewed-on: https://gerrit.libreoffice.org/22639 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com> (cherry picked from commit d63a940853459bc70df032a36a6432d9515e0ecb) Reviewed-on: https://gerrit.libreoffice.org/22660
2016-01-25build liblangtag as shared lib on linux and OS XDavid Tardon1-0/+20
Change-Id: I3ae138d1a06d22be42a3cd6f565fba6950208fc6 (cherry picked from commit 7d93bb8fcb406773d2dc68b25ab7cee6e114d482) Reviewed-on: https://gerrit.libreoffice.org/21546 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2016-01-25allow ext. projects to depend on liblangtagDavid Tardon1-0/+8
Change-Id: Ic4219428f3dd15fdf4addccca545d68099e2145f (cherry picked from commit c2a119baa7817dac64594613b877dc57e03d8e3f) Reviewed-on: https://gerrit.libreoffice.org/21544 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2016-01-21move def. of liblangtag inc. path to configureDavid Tardon1-1/+1
Change-Id: Idef3015bf7b7bb5e0d984ac0b0a2163172cacc17 (cherry picked from commit 345135002ae030bd3cd3d4bde594c14affc860a2) Reviewed-on: https://gerrit.libreoffice.org/21543 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-11-30fix build tool dependencies on INSTROOT filesMichael Stahl1-9/+7
These should generally be INSTROOT_FOR_BUILD instead; also gengal only had the URE's services.rdb (twice) but not the basis layer one. Change-Id: If9cab809296fd66c1785562c5e5be6b2569d179c (cherry picked from commit 4e6b4fbac4d3e1cbbb486aa26940f484a1cb65d1)
2015-11-30try to fix gengal dependenciesMichael Stahl1-0/+1
The component files are not necessary as gb_Executable__register_gengal already adds the service.rdb; the gengal.rc is insufficient as that file references fundamental.rc which is missing, so depend on the Package instead. Also, INSTDIR is wrong for cross-compile. Change-Id: I30711a51e04539832657a242d2573c626b1cf8ec (cherry picked from commit d764100d620ab8331a8d6bb80984ace09ec65b5c)
2015-11-19Fix thinkoTor Lillqvist1-1/+1
Change-Id: Ie7bc589e11687db38057adbbb7bb803e425628cf
2015-11-19Don't register a glyphy package if we aren't actually building itTor Lillqvist1-2/+2
Hopefully fixes the Mac tb. Change-Id: I4786e060009e5232fc7d5ae200fec15334411c57
2015-11-19Do use libo_CHECK_SYSTEM_MODULE for GLYPHY after allTor Lillqvist1-0/+8
Set the CFLAGS and LIBS for it in config_host.mk.in, and handle the SYSTEM_GLYPHY case properly in RepositoryExternal.mk. Change-Id: I56a7fe72b675b6dd4514bbd1739b53f5871ed36a
2015-11-19Use correct GLyphy library file name in the MSVC caseTor Lillqvist1-1/+6
Change-Id: I77b55e796c35d1a186fecfddc6a109ded7d54064
2015-11-19The GLyphy headers in its tarball are in "src", there is no "include"Tor Lillqvist1-1/+1
Change-Id: I77b55e796c35d1a186fecfddc6a109ded7d54064
2015-11-19Fix some thinkos or copy-paste mistakes for glyphyTor Lillqvist1-6/+6
Change-Id: Ie008086c2a34081c9f50a61808b73b66eda58e2c
2015-11-19link vcl against libglyphyMarkus Mohrhard1-0/+24
Change-Id: I5b206f5d857d28acda82ce8ac53f835142f46da2
2015-11-16build cairo on androidCaolán McNamara1-0/+18
Change-Id: Ie2f7662a4cc3955963517f265894b8f6a495ece8 Reviewed-on: https://gerrit.libreoffice.org/19991 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-11-12Bin mesa_headers completelyTor Lillqvist1-16/+0
We don't need them in a MSVC or OS X compilation either. Change-Id: I00181fe0a047df09bbdfcce34c07eb2ebc45a2da
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky1-87/+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>
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen1-27/+0
Conflicts: shell/source/backends/gconfbe/gconfbackend.cxx Change-Id: I609ec83ec59f5ae8d3a8c9c09649695bfcb03b87 Reviewed-on: https://gerrit.libreoffice.org/19408 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-10-09remove now unneeded apache-commons libsRene Engelhard1-50/+0
Change-Id: Ida7a5f5db5bba8d03bf31de760a908cee9a514e4
2015-10-09external/openldap's include/lber_types.h is generated during buildStephan Bergmann1-1/+1
...from include/lber_types.hin. So fix dependencies after cad68c6559a350aadbb1d3b2fcc8d78d1851b057 "relax deps of link target on external projects." Change-Id: I1c002b063c53f82ff18d11577a99f7413f7fb7a5
2015-10-07relax deps of link target on external projectsDavid Tardon1-3/+2
Compilation of the link target's source files does not require the external project to be built, just unpacked, unless the project generates some needed headers during configure/build. Change-Id: I2c9947cf13ce86878d2649829052551fc54f3883
2015-09-25Replace GUIBASE with USING_X11Samuel Mehrbrodt1-3/+3
That's what it actually means. Also make it a boolean Change-Id: I249e18351253b34b5dada28e2a9c6bc0c06b730c Reviewed-on: https://gerrit.libreoffice.org/18688 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl1-32/+0
With the new RHEL6-era baseline TDF can finally ship KDE4 support. Change-Id: I227278b576a3ed2f2aaa751d41b469ca92dc78b3 Reviewed-on: https://gerrit.libreoffice.org/18267 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-07-31RepositoryExternal.mk: xsltproc needs to depend on libxml2 packageMichael Stahl1-0/+1
... so the libxml2.dll is copied to instdir. Change-Id: Ibb5e57c01826e089e9a81b79fb56c3d2489d653b
2015-07-29RepositoryExternal.mk: for some reason Mac wants a GeneratedPackageMichael Stahl1-0/+4
Change-Id: I5d983fee8d5cd313fbd0d6ece800fa8b80d81b35
2015-07-29RepositoryExternal.mk: missing dependency on python3 packageMichael Stahl1-0/+1
This was causing all these "libpython3.3m.so: file not recognized: File truncated" failures. Change-Id: Ib814ab4fa43d9c8f20cf9b16ad04e1a71057e595
2015-07-22online update tdf#68274: fix --enable-online-update=mar on WindowsNathan Yee1-0/+8
Change-Id: I397566ae2488799399cad361b24a281d3599cc5b
2015-07-08configmgr: support reading from a dconf layer (WIP)Stephan Bergmann1-0/+5
Work in progress to allow integration of LO with <https://wiki.gnome.org/Projects/FleetCommander>. During configuration, dconf support is implicitly enabled when available on the host (which is presumably only available on Linux). It is explicitly disabled for TDF Linux builds for now, though, to avoid accidental dependencies of the distributed installation sets on system dconf libraries. A dconf layer is represented in the CONFIGURATION_LAYERS bootstrap variable with type "dconf" and an empty URL. See the comment at the top of configmgr/source/readdconflayer.cxx for the encoding of component-data in dconf. All of this is still subject to change. Change-Id: I2d08d81c8ea43ba4a99040a8882ae75b91bcfdb9 Reviewed-on: https://gerrit.libreoffice.org/16848 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-07-07online update: Make sure that bzip2 builds at the correct time.Jan Holesovsky1-0/+1
Change-Id: I4973b4aaf311b0899831ea7f5335204f2e0bd9dd
2015-07-03online update: Make the 'updater' build & link at least on Linux.Jan Holesovsky1-1/+4
Works with the non-system bzip2; the --with-system case might still need some love - but then again, distros want to have the online update switched off anyway... Change-Id: I26a27aec07a8f1aac22a4d14a38fb5b833550ea7
2015-07-03online update: Add the bzip2 external.Nathan Yee1-0/+30
Change-Id: Id7547390c49c0bcf672eb1a9863fc236518bfa49
2015-06-25simplifyDavid Tardon1-2/+2
Change-Id: Ieb15979cbaf93beff9683082e9612db2e5cc492e
2015-06-25mdds is header-onlyDavid Tardon1-1/+1
Change-Id: I27e5ae913474001154fa6352a3ccefaee16e309c
2015-06-12mysqlcppconn library ends up in an extension, not in layer NONEStephan Bergmann1-1/+1
(so fix its Linux RPATH from "$ORIGIN/../Library" to none) Change-Id: Ie58e8e07cb08cdf12546f8bb7b92aa9e83815748
2015-06-10Android: add ownCloud library to the build.Jacobo Aragunde Pérez1-0/+16
Library code from https://github.com/jaragunde/owncloud-android-library This patch downloads, builds and installs the library from a tarball uploaded to http://dev-www.libreoffice.org/src/. Change-Id: I28afaea4dabe2dab869b53b1881f4d5a6522943f Reviewed-on: https://gerrit.libreoffice.org/16190 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>
2015-06-04update to liborcus 0.9.1David Tardon1-6/+49
Includes switching to dynamic libs. Change-Id: I959c4e9430f8cf95f50d48e1b01d8323dba4af81
2015-05-20build libetonyek as shared libDavid Tardon1-1/+29
Change-Id: Id98bc62bd41846550dc9149d462a3b85bb2538c5
2015-05-19move setting of GLM_CFLAGS to configureDavid Tardon1-1/+1
Change-Id: Ic9f6165626a8ffc303260c0439010fe7e2ce634b
2015-05-19upload libwps 0.4.0osnola1-1/+1
Change-Id: I9da61333b7c46d20cf7010553929b141ec011d84
2015-05-01Revert "update to liborcus 0.9.0"Markus Mohrhard1-2/+2
This reverts commit a1280bd47fddd668f1ff224f18639c8d595ec6f7. Change-Id: I2ad873f012ebae6858c8895c14ed695dbd881fc4 Reviewed-on: https://gerrit.libreoffice.org/15586 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-05-01update to liborcus 0.9.0Markus Mohrhard1-2/+2
Includes a lot of help from Norbert for finding the boost MSVC problem. Change-Id: I5184bc40e2c3861883b8587784117b1c4558fa5f Reviewed-on: https://gerrit.libreoffice.org/15453 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-04-28RepositoryExternal.mk: gengal needs runtime dependency on unorcMichael Stahl1-0/+1
Change-Id: I33f7592cf990f9298fec375d06a86c16ac4389b3
2015-04-13tdf#82695 allow to build with system collada2gltfDavid Tardon1-0/+16
Change-Id: I1179e20fd5fbdecd198633d5440621ed08a0465b
2015-03-20The 'svp' "plug-in" library is empty so don't build it at allTor Lillqvist1-3/+0
Its code is in the vcl library nowadays. Change-Id: Idb659e541226724004660102f6641c38a2312c27
2015-03-02Remove references to unused GLUStephan Bergmann1-0/+1
(after removing the one remaining use of gluErrorString in a SAL_WARN call) Change-Id: Ib94e346d73e508e69c07deafdc690e3ae0e23d4e
2015-02-19libgltf: Fix build on windows x64 bitDavid Ostrovsky1-1/+1
Change-Id: Ie467540f17b9c7240cada6b55daa96820c6c02a1 Reviewed-on: https://gerrit.libreoffice.org/14542 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-01-26external/lib{odfgen,revenge}: Declare proper symbol visibilityStephan Bergmann1-0/+2
...not only when building the libs themselves, but also when including their header files from other code. (Omission only becomes obvious with hidden function type RTTI causing false positives from Clang -fsanitize=function.) As these external libs do not record the decision to enable visiblity in a config header file that gets included, it appears easiest to hack that knowledge into gbuild for now. (Note that libodfgen internally uses librevenge.) Change-Id: I6a3a722d561b8cbce6e5b1f27d7aa2d7602f3cdf
2015-01-21fdo#85174 PDF Import: fix character positions without modifying popplerVort1-4/+0
Change-Id: I4ec6409e8fa13161c5cd37fcae2055b4bc5ecfd4 Reviewed-on: https://gerrit.libreoffice.org/14066 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-20continue to implement drawChar for unpatched popplers without drawChar2 hackCaolán McNamara1-0/+4
Change-Id: Id4ad86f3f563d88777352722e397cd77cfad45e4
2015-01-08coinmp: Don't hard code Win32 platform on WindowsDavid Ostrovsky1-2/+10
Change-Id: I39eafa22b12e62c766a182c2ebc2b115084f4cef Reviewed-on: https://gerrit.libreoffice.org/13231 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>