summaryrefslogtreecommitdiff
path: root/external
AgeCommit message (Collapse)Author
2013-10-31Build only what is needed: less probability to mess upFridrich Štrba
Change-Id: I1855e3c23380883df74f29aa8282f1c57e2e45bd Reviewed-on: https://gerrit.libreoffice.org/6512 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-10-31bundle libfreehandFridrich Štrba
Change-Id: I12de5e96754a8dba94dfdef3deb2aac18af28f22 Reviewed-on: https://gerrit.libreoffice.org/6510 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-10-31libetonyek: I assume this is what was intended?Stephan Bergmann
...at least it makes JunitTest_chart2_unoapi not crash any more. Change-Id: Ibc14f141398e518ab8f06b661a198d50c7732e4a
2013-10-31move bundled binary OXT to new module external/misc_extensionsMichael Stahl
... and use ExtensionPackageSet to copy them to INSTDIR. Change-Id: I3c77e986c308ffbabb5e55b93d3e04e6282bf4c9
2013-10-30update libodfgenDavid Tardon
Change-Id: I9466c07f18b4befaba662386d69426dd6687d2dd Reviewed-on: https://gerrit.libreoffice.org/6487 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-30bundle libetonyekDavid Tardon
Change-Id: I4099ea49ebce7c28152a0895086be5b86b18e28b Reviewed-on: https://gerrit.libreoffice.org/6486 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-30Fix build for Android: Don't use SYSBASE that wayTor Lillqvist
Change-Id: Ib4027a28a2e4b19842508a6006c1c56a06d021ed
2013-10-30curl: set the right RPATH tooMichael Stahl
Change-Id: I409bb44541748ad69b5087243f4ea8142e424fe0
2013-10-30C++11: new/delete replacement functions cannot be inlineStephan Bergmann
...as clarified by a new sentence added to paragraph 3 of 17.6.4.6 [replacement.functions]: "The program’s definitions shall not be specified as inline." Clang trunk towards 3.4 now generates errors for this. Having these replacement functions in the fbembed dynamic library is extremely fishy anyway; at least on Linux those symbols are not exported, and hopefully on no other platforms either. (If it turns out that this change causes the symbols to change from non-exported to exported on some other platform, the best fix would probably be to remove those replacement functions completely.) Change-Id: I590d55e44814a6707030c42e1087377e75819666
2013-10-30msc-externals: remove Package_msms, use MSM directly from MSVC dirMichael Stahl
Change-Id: I2e35810312ed140e393311569de7abd6f4676b63
2013-10-30msc-externals: add missing Makefile and READMEMichael Stahl
Change-Id: I2aad0fe01bcfb0552ec54537e89d8b7e90f80a62
2013-10-30moz: remove Package moz_libMichael Stahl
Use xpcom libs from UnpackedTarball; the nsldap32 libs appear to be unused (presumably postgresql uses some MS LDAP libs). Change-Id: I56c6b9d38a11a39b8b0e878c892f30926d50284c
2013-10-30msc-externals: deliver msvc80_dlls to INSTDIRMichael Stahl
Change-Id: I9304cd94bc50a3db1abc3a2c4ddfc7388d58505d
2013-10-30msc-externals: dbghelp.dll to INSTDIR, and only if ENABLE_CRASHDUMPMichael Stahl
Change-Id: I3955a163e5a78b445e276eb01d37fca111877d35
2013-10-29fix another misplaced )Matúš Kukan
Change-Id: I53dfad4419390d751088564c162899fdbfa601e4
2013-10-29fix misplaced ) parenthesisMatúš Kukan
Change-Id: I6b7869115b159a468553e0aa43e0cb4b63b4c9b3
2013-10-29langtag, test: remove Packages that deliver to OUTDIR/unittest/installMichael Stahl
Change-Id: I13145c52bdf4a37e4a92ed653a2f131e09539285
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
2013-10-27libxml2: deliver libxml2.dll second time into programMichael Stahl
Change-Id: I5a823cf7dafc2f04e705de6f4c30ec365922a096
2013-10-27gbuild: remove gb_ExternalPackage_add_library_for_installMichael Stahl
Deliver all external libraries to INSTDIR directly. Change-Id: I8d3e035e5cfa07bd0f53ee4a226c48d4b86a4032
2013-10-26firebird: find ICU libraries when running build toolsMichael Stahl
Change-Id: I1966312b1f66295b8284195b7affee42faae03ce
2013-10-26swext: fix wiki-publisher / apache-commons buildMichael Stahl
gb_Extension_use_package is inherently broken because it creates cyclic dependencies with gb_Extension_add_file. Fortunately it's not necessary because the added file is a target by virtue of being in the Package. There is another cyclic dependency that can be avoided by not using the Package in gb_ExternalProject__use_commons-logging. Change-Id: Id4ddd4f78d819e47882387533a2d64693b2879ea
2013-10-26jfreereport: d'oh forgot the comma; why did this build for me???Michael Stahl
Change-Id: I0e1abf55250cdc8c792b6894ebc81fcafe20ed67
2013-10-25gbuild: remove gb_ExternalPackage_add_jar_for_installMichael Stahl
Deliver all external jar files to INSTDIR directly. Change-Id: Ibfaabf713da01e752517dc400200a6918d82db6d
2013-10-25jfreereport: use jar files from WORKDIRMichael Stahl
Change-Id: Ie3d706841faae40e6172ae36894f4ad700d70571
2013-10-25jfreereport: stop pointlessly renaming the jar filesMichael Stahl
Change-Id: Ia2c5ce1176496e98643e2cefc65d4c6d0cf9c781
2013-10-25tomcat: use servlet-api.jar from WORKDIR tooMichael Stahl
Change-Id: I985ee75aa6e313a5933c2b3f5c7c5b10a8b8b9f5
2013-10-25stop using apache-commons jars from OUTDIR tooMichael Stahl
Change-Id: I0d9282cd3a267ad2d25b43adbf995365aaa56fa1
2013-10-24Fix freetype and fontconfig problemsTor Lillqvist
We need to do a "make install" in freetype so that what freetype-config --libs outputs is correct. We don't use freetype-config ourselves but fontconfig does, and it builds some test programs. The bundled freetype and fontconfig are built only for Android. Change-Id: Ib622cc48a0c4eb6a72188bc83c8d36b39f97fdca
2013-10-24hyphen: stop building hyph_en_US.dic tooMichael Stahl
Change-Id: I05929be5dbc41ba6889bd593ad0ce0061367ea37
2013-10-24hyphen: remove ExternalPackage_hyphenMichael Stahl
It only contained hyph_en_US.dic, which is actually unused; the usage in dictionaries (for a writingaids.zip) was removed years ago in commit 72682b9ac937472b9c48c8a9be70be902ff645e8. Change-Id: I523c60614bddb8596ccff52d3c4d648111846856
2013-10-24epm: use executables from WORKDIR and clean up configureMichael Stahl
Change-Id: I69e75dbbaa16b6dc407a69ba8137c09888db50ce
2013-10-24libatomic_ops: use libraries from WORKDIRMichael Stahl
Change-Id: I9d1267d6fc14a3149fb92a486bee3023a531e574
2013-10-24freetype: use libraries from WORKDIRMichael Stahl
Change-Id: Ia31a6f56fd8347f6fc50677e86a414f4c5ed81b1
2013-10-24fontconfig: use libraries from WORKDIRMichael Stahl
Change-Id: I4b967187bca35527a3c3d718952ae0a3ae6ebae9
2013-10-24bundle Carlito and CaladeaCaolán McNamara
Change-Id: Ibb68ad33764bcbab88e68c35805a00287177a5c8
2013-10-24cppunit: remove ExternalPackageMichael Stahl
The DllPlugInTester executable is apparently unused. Change-Id: I1d26aebe8aa67b037438bd21bb00496804c41125
2013-10-24curl: use libraries from WORKDIRMichael Stahl
Change-Id: Ib4a3aef1ff1d42270e737659b3f663260d3f1175
2013-10-24curl: libcurl.so.4 goes into instset, not libcurl.so!Michael Stahl
Currently we ship a libucpftp1.so with NEEDED libcurl.so.4 but that file is not actually in the instset, just a libcurl.so with SONAME libcurl.so.4. (regression in LO 4.0.0) Change-Id: I3a194c83c408587dd83ed4c690aa381664040c6f
2013-10-24lcms2: use libraries from WORKDIRMichael Stahl
Change-Id: Ieddc80d510884eeb6f64325f9dfbb34f1d3fb0b5
2013-10-24lpsolve: use libraries from WORKDIRMichael Stahl
Change-Id: I9b0aba0050d73287887de2d7d2376d9aa6303150
2013-10-24cairo: use libraries from WORKDIRMichael Stahl
Change-Id: Ieb28a48c5fe3b0d89261ff790ecc9db2b5bbf21c
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: remove nss-config and nspr-configMichael Stahl
Apparently curl is the only external that is looking for these, but it turns out that we already pass --with-nss=dir to its configure which overrides the nss-config/nspr-config calls. Change-Id: I967e74a74690a64b5bccfd98d1509bba1dd12259
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-22firebird: fix typo in b0f00d38254eca70e196e1580faac4a215bc2b12Michael Stahl
Change-Id: I824721abeecfbd6d9592e00f73f6ef4b6e6d54ac