summaryrefslogtreecommitdiff
path: root/external
AgeCommit message (Collapse)Author
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
2013-10-22libxml2/libxslt: no need for libfoo.so.X.Y.Z filesMichael Stahl
Change-Id: I0ed69bcfee650ae403d793b27db4ad906132efed
2013-10-22Revert "Repository.mk: adjust layer of libraries in smoketest instset"Michael Stahl
This reverts commit 1b736bf55e8ca79a06faabfa9866fffa6cab6c81. Obsoleted by commit 359472b2b50165966c27c239eccd3ecfb03e2acc.
2013-10-22Copy fbembed library to instdirStephan Bergmann
Change-Id: I2923ec4c5f0516fb3048622dc3e74692ef7a5959
2013-10-19fdo#70496 revert to using libmysqlclientLionel Elie Mamane
Change-Id: I5b98b5e7840e4f1c6005aee0c1f43ef814ecf77b
2013-10-19update libmariadb to bzr revision 101Lionel Elie Mamane
Change-Id: I98b7442aa9843f206549ad7c5a2ae141b70b1542
2013-10-19fix path after move to externalDavid Tardon
Change-Id: I37a424a5611ea516e9158f22f7d8eec6b90fa42a
2013-10-19these are in external nowDavid Tardon
Change-Id: I3d84a202ae0058a8fe8a810f7e7de2522393f417
2013-10-19fdo#70393: move moz to a subdir of externalKhaled Hosny
Change-Id: I9e9b47a3b8fc298b0a371ef609f342a8366b0039 Reviewed-on: https://gerrit.libreoffice.org/6345 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-19fdo#70393: move more_fonts to a subdir of externalKhaled Hosny
Change-Id: I82d3c4e7ad274e906d55fe883242bd9014ebe2e9 Reviewed-on: https://gerrit.libreoffice.org/6344 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-19fdo#70393: move mdds to a subdir of externalKhaled Hosny
Change-Id: Idfb327f7217e459ab0328f8692e1f73aef248d32 Reviewed-on: https://gerrit.libreoffice.org/6343 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-19fdo#70393: move neon to a subdir of externalKhaled Hosny
Change-Id: I504b69437ca2849a9bf825c67e52a671ec1e1ad8 Reviewed-on: https://gerrit.libreoffice.org/6348 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-19fdo#70393: move mythes to a subdir of externalKhaled Hosny
Change-Id: I132479fd26e45276f25af5615175b0fdaeaaeb01 Reviewed-on: https://gerrit.libreoffice.org/6347 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-19fdo#70393: move mysqlcppconn to a subdir of externalKhaled Hosny
Change-Id: I5945fa432a9371854e25454feabcafabed7f7b7d Reviewed-on: https://gerrit.libreoffice.org/6346 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-19fdo#70393: move libmariadb to a subdir of externalKhaled Hosny
Change-Id: I6c76056f5db2f523e49ffc79abad38a7eb1a06e4 Reviewed-on: https://gerrit.libreoffice.org/6342 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-19fdo#70393: move lpsolve to a subdir of externalKhaled Hosny
Change-Id: I6c4a3bbd2cb514b979165bb041524706f3c28b0a Reviewed-on: https://gerrit.libreoffice.org/6341 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-19fdo#70393: move libxslt to a subdir of externalKhaled Hosny
Change-Id: Ibf6fd5c32a62752044e70961cf33b05fdcdce104 Reviewed-on: https://gerrit.libreoffice.org/6340 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-19fdo#70393: move libxml2 to a subdir of externalKhaled Hosny
Change-Id: Ifea928fc56239043f976ed1e0d2c986bc5cfb934 Reviewed-on: https://gerrit.libreoffice.org/6339 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-10-19fdo#70393: move libwps to a subdir of externalKhaled Hosny
Change-Id: Ib7c85b6004f4cf1cc3a3ecf280d9c99fb2e7297f Reviewed-on: https://gerrit.libreoffice.org/6338 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>