summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
AgeCommit message (Collapse)Author
2013-10-23icu: apparently "icutu" library is only used by genbrk etc. toolsMichael Stahl
Change-Id: I15a3cc3fcdca7d9c4f91e67a4517c9c3533efea7
2013-10-23icu: use executables from WORKDIRMichael Stahl
Change-Id: I74b9d1dbcb3e8f7f2cc092dad60266cf60475367
2013-10-23icu: use libraries from WORKDIRMichael Stahl
Change-Id: I7d996cc9412eadf89c8d04ee29abe1fa6f7d53db
2013-10-23nss: use libraries from WORKDIRMichael Stahl
Change-Id: I120fdbd32d3c20df7f2c6f67e0df6de216606396
2013-10-22libxml2, libxslt: use executables from WORKDIRMichael Stahl
Change-Id: I1324c8f21e31c69b9780136cc777e1aea3bc546e
2013-10-22libxml2, libxslt: use libraries from WORKDIRMichael Stahl
Change-Id: I3067e3c819a4918e1d3c91dc0e0cfa3e4fc92b3d
2013-10-22firebird: use libraries from WORKDIRMichael Stahl
Change-Id: I6dce79824c1b138226f5661878442275df6aff58
2013-10-22Revert "Repository.mk: adjust layer of libraries in smoketest instset"Michael Stahl
This reverts commit 1b736bf55e8ca79a06faabfa9866fffa6cab6c81. Obsoleted by commit 359472b2b50165966c27c239eccd3ecfb03e2acc.
2013-10-21bah, wrong dirDavid Tardon
Change-Id: I2789e457160912e5509102b68780947d2edbe424
2013-10-21fix registration path for ucppDavid Tardon
Change-Id: I1a4d8f38dc0279bb427e07f97b96547c9d7d350f
2013-10-21Revert "ucpp is not an ExternalExecutable"David Tardon
Wrong! It is. This reverts commit 7369a8cad62ba6151ba8c16c41d0005fdf87f0ec.
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza
Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2013-10-17Normalize DISABLE_OPENSSL to USE TRUE/<nothing>Norbert Thiebaud
Change-Id: I84dd99f42e032315fbf31332dfb62eb3ef4aa4c0 Reviewed-on: https://gerrit.libreoffice.org/5724 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-10-13fix copypastaDavid Tardon
Change-Id: I950a87b5fbfe1b2f90068fbca273b69b8ab4b75f
2013-10-10fix build with --enable-win-mozab-driverChristian Lohmaier
moving staticlibs to workdir broke it since 520c7dc9e8860e506145e879182ca32853617097 Instead of copying the unzipped libs to another directory, reference them from UnpackedTarball directory instead. Change-Id: I711cae4305c6888bd923dcb09e51416cbe363377 Reviewed-on: https://gerrit.libreoffice.org/6191 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-10-02we do not need .xcd files in solverMatúš Kukan
Change-Id: Ic08b12b0deb7342c520a5385c226d864596fc858
2013-10-02fix gengal dependency on configurationMichael Stahl
Uses wrong package, fix it like 51ff75129c6b61d4f3ba31fa189b38bbf867910d, thanks for adam_co for finding this problem. Change-Id: Ic643a76b3e4504aa815cd76897287a1d7bb62569
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan
..instead of .xcu files in solver/*/xml/registry when running unittests and gengal. Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a Reviewed-on: https://gerrit.libreoffice.org/6057 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-10-01fontconfig: don't use gb_ExternalProject_use_packages directlyMichael Stahl
Change-Id: I4ebe1a8caded065043db997e34d5d2b205fcca20
2013-09-25don't use use_static_libraries for AndroidMatúš Kukan
It shouldn't be used for external libraries, not built by gbuild, anyway, because it creates wrong dependency. Change-Id: I889dccb1f934caef7f104d479dbe16185b8eeaf4
2013-09-23Make the Android cross-compilation get a bit further alongTor Lillqvist
Change-Id: Idf91e95afad9b89e39d7234622f4a37f18b5ca6c
2013-09-23Try to fix cross-compilationTor Lillqvist
Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
2013-09-22find lots of external static libraries in UnpackedTarball dirMichael Stahl
Note: do NOT put file paths to static libraries into FOO_LIBS variables that are passed to bundled externals that are built with --enable-static: on Mac OS X this will result in .a archives that contain other .a archives as entries, and trying to link those results in errors like: ld: warning: ignoring file .../libodfgen-0.0.a, file was built for archive which is not the architecture being linked (i386) Change-Id: If2c5a458058e4da76f80b3643e55b489d1edee24
2013-09-22gbuild: remove executables from OUTDIR and WORKDIRMichael Stahl
Call and link executables directly in INSTDIR. - gb_Library_get_target is now same as the gb_LinkTarget_get_target - disable gb_Library_add_auxtarget, no auxtargets need to be copied - adjust paths of all external executables to OUTDIR_FOR_BUILD for now - use lazy assignment instead of := in AllLangResTarget because it's read before Executable - link.exe generates an import library for lots of executables because they export symbols, especially since commit 0ffab9363d527d55b12b9b09d7136ca1c9d171e0 "force 'main' to always be DLLPUBLIC." Change-Id: I3e1ee7425dd430bb83c7cd59e265869a0541b38d
2013-09-22add some dependencies on ure/services.rdbMichael Stahl
... so that custom targets in i18npool run. Can't remember if that is a pre-existing problem or caused by one of my changes. Change-Id: Ic0aa1f2b8600f4951d30a5ac6f3ade1a4fb2d313
2013-09-22Repository.mk: adjust layer of libraries in smoketest instsetMichael Stahl
These are currently installed in the "program" dir, whether that is a good idea or not. Change-Id: I842bc0a72f9a6f78462ad18151cd42f85753aadf
2013-09-19Remove opencl-sdk configure option, and build time opencl conditionals.Kohei Yoshida
We now load OpenCL library dynmically at run-time as needed. So there is no build time dependency on any OpenCL implementations. Change-Id: I214399060398a7c5e37b9a254147ccc2834e7866
2013-09-18Add the configure bits to support --disable-orcus.Kohei Yoshida
Change-Id: Ieeb1581187248875ca2e37278c62a382f6caa8e0
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
2013-09-10gbuild: use xml .rdb files directly from workdirMatúš Kukan
Change-Id: I876a41dc77a59841c39b2c1fa43f22c20940dbf2
2013-09-10we do not register static libraries anymoreMatúš Kukan
Change-Id: I5831080411f6a759f5ebd8fbac840b8fb40be878
2013-08-30ENABLE_PACKAGEKIT Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
Change-Id: I966f70b17ce9be2c0db015db88dd09ed01dd6387
2013-08-30liblangtag: harmonize ENABLE_* variable to use TRUE/<nothing>Norbert Thiebaud
Change-Id: I6e231516476f3b9512e239ccf678048c87d25aa5 Reviewed-on: https://gerrit.libreoffice.org/5682 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-19Update internal HarfBuzz to 0.9.19Khaled Hosny
Change-Id: I520832508a8d419e394817a0e25949071928f612 Reviewed-on: https://gerrit.libreoffice.org/5478 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-08-12only use the SSPI support with internal neonDavid Tardon
neon 0.30.0 has added support for SSPI (author of the commit is kso, which sounds familiar :-), so NE_FEATURE_SSPI is defined, but the signature of ne_auth_creds remains the same as before. That means that build with system neon 0.30.0 fails...
2013-07-30Drop internal copies of X11 extensions headersKhaled Hosny
They are not use by default since 2011, and non of the distro configs uses --without-system-xextensions-headers. Change-Id: I51e88796c22b1b3d0854c3ec1db15fcab720a079 Reviewed-on: https://gerrit.libreoffice.org/5175 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-07-25avahi patchSiqi
Change-Id: I782389f00f486158313fd87bd36c0726f56f6ab6 Signed-off-by: Siqi LIU <me@siqi.fr>
2013-07-16Don't use firebird internal headers.Andrzej J.R. Hunt
Change-Id: Ida2f3599c2904c1c9a01a46656b8e8cd308a6f52
2013-07-16fix RepositoryExternal.mk for system-firebirdRene Engelhard
Change-Id: Ie8308940bbeb607babaead768407ff6eefcda098
2013-07-16Patch Firebird to use LO icu.Andrzej J.R. Hunt
Previously Firebird built it's bundled icu leading to extra libraries and path issues. Change-Id: Ib27e364da3b7e5bc56c7a784c0525426d635bf16
2013-07-16Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt
Change-Id: I44a45e781dfb3624cdebf4530ae44870bf39a82a
2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
2013-07-08fdo#38878: Upgrading internal xpdf -> popplerFridrich Štrba
Change-Id: I00aafb3fd275e6be3b5d0eb370320e5325110da5 Reviewed-on: https://gerrit.libreoffice.org/4770 Tested-by: Fridrich Strba <fridrich@documentfoundation.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-26fdo#64672 prevent raptor from setting global libxml2 error handlersMichael Stahl
Raptor already sets up all 4 error handlers in xmlSAXHandler so why it would need the global ones in addition to that is a mystery anyway. Messing with libxml2's globals can only cause trouble. Change-Id: I2935efe5c4cd75d48cc4ecdeaa8437e91b48349e
2013-06-17OpenCL code cleanupsMichael Meeks
Change-Id: Iab75b11f13856a6e631587e22b5d76977b8c7448
2013-06-17Initial OpenCL pieces.Peng Gao
Change-Id: I3a52cb7085b2dd8b70863a346eca279444206be6
2013-06-17fix gengal dependenciesMatúš Kukan
Regression from 9555b5bdb9ce2251bb8c4f967f20ed1b13eecf5e Change-Id: I91a7efb207209020acef751ad4f766328dc92c57
2013-06-16Don't build icule library as we no longer use itKhaled Hosny
Change-Id: I25401eee45988bf4d156c11d9a5848c783204c02
2013-06-15Add gengal to RepositoryFixes and autoinstall it.Matúš Kukan
Change-Id: I935fb9fd2620447f9aba9142b7db896e6fe31133