summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
AgeCommit message (Collapse)Author
2014-02-17move external packages registration to RepositoryExternal.mkMichael Stahl
(with condition from configure.ac for cairo) Change-Id: I7f4864a7f331f1a3da9c796b51f4e16c58382580
2014-02-17fdo#60924: Move more libs/packages to autoinstallMarcos Paulo de Souza
Change-Id: I687f45eeea1e60e8076222865bd803c2ad18f758
2014-02-12remove "n" that i somehow managed to add (no doubt in state of delirium)Michael Stahl
Change-Id: I71e23c43f14feae0c3b3e0f10a74ee22ccaab7f2
2014-02-12normalize values of SYSTEM_RHINO, SYSTEM_LIBLANGTAGMichael Stahl
Change-Id: I656e90024d35ef8189727e6a39815ef4e4fb330b
2014-02-12normalize values of SYSTEM_APACHE_COMMONS, SYSTEM_BSHMichael Stahl
Change-Id: Ia6adb8ae07ec80e83bc67084dfbd0bc6136ed8b7
2014-02-12normalize values of SYSTEM_POPPLER, SYSTEM_JFREEREPORTMichael Stahl
Change-Id: I8034b6fdf85697b6b409143396983ef3170257b2
2014-02-12normalize values of SYSTEM_BLUEZ, SYSTEM_MESA_HEADERSMichael Stahl
Change-Id: I166de66dd8cd58a05e1a9e8d2f25bf95b98297fb
2014-02-12normalize valuse of SYSTEM_MYTHES, SYSTEM_LPSOLVEMichael Stahl
Change-Id: Ie61f6a0e572dcc3cdc4cbca698fb90d67f9a87ad
2014-02-12normalize values of SYSTEM_HUNSPELL, SYSTEM_HYPHMichael Stahl
Change-Id: Ib11dcf94263aefc68ae2e831baeeb957231793ae
2014-02-12normalize values of SYSTEM_NPAPI_HEADERS, SYSTEM_ICUMichael Stahl
Change-Id: I7f1153e4a07a4116417a7734d867f2d0feda1ee4
2014-02-12normalize values of SYSTEM_ODBC_HEADERS, SYSTEM_OPENLDAPMichael Stahl
Change-Id: I913c38878a110625747fbf32ad9c43ad0dab30d3
2014-02-12normalize values of SYSTEM_GLM, SYSTEM_VIGRAMichael Stahl
Change-Id: Idc28f8be610aae57477f18c26ffcb97a24a2ab82
2014-02-12normalize values of SYSTEM_HSQLDB, SYSTEM_POSTGRESQLMichael Stahl
Change-Id: Ia29a173ab6bb3442f98cd6db4db67ad27e7fa9a1
2014-02-12normalize values of SYSTEM_BOOSTMichael Stahl
Change-Id: I2fce6545d7f279e0e2d6f3ff53eee1ab82314135
2014-02-12normalize values of SYSTEM_CAIROMichael Stahl
Change-Id: I7ba86a2606d585b7b4351bc1fcd6d8ceebca5fd7
2014-02-12normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONNMichael Stahl
Change-Id: I8932febdd39c35f23fb3a89703b69e25302f5678
2014-02-12normalize values of SYSTEM_FREETYPE, SYSTEM_LIBXML, SYSTEM_MARIADBMichael Stahl
Change-Id: Iffcc671ca41c5880579effe0786a3b4d3be0dab0
2014-02-12normalize values of SYSTEM_CLUCENE, SYSTEM_EXPAT, SYSTEM_JPEGMichael Stahl
Change-Id: I343dae79b01e1369722c7bbd1ab2c36e2bfa96ac
2014-02-12normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIGMichael Stahl
Change-Id: I7530cb9d0797df5fc86695b0379cc44c159d2ab5
2014-02-12normalize values of SYSTEM_LIBATOMIC_OPS, SYSTEM_FIREBIRDMichael Stahl
Change-Id: I89802da0ad7f7bf838a8937430825b0adf42a6ee
2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl
The assumption that all configure variables had been normalized to TRUE/<empty> turned out not to hold; convert a bit more in that direction. (regression from 4af38b099c741c3676aefeb20c515913aaeed666) Change-Id: I2127c515e8a833a07c9b26ed9d693ce5a1853fe4
2014-02-09move glew to libs sectionDavid Tardon
Change-Id: I1e6a4b025b945fc725738303c499c0ea44f9c8a6
2014-02-04Fix --with-system-glewStephan Bergmann
Change-Id: I62d36ada2128b11955b50b0373e1404ff34f2bd0
2014-01-29fix windows build of glewMarkus Mohrhard
Change-Id: I8aab94aefd737195a26696635f52f754764ea1b4
2014-01-29make glew a normal external shared projectMarkus Mohrhard
Change-Id: I6306e23b3f20817de87951a8848de373fc5dbf85
2014-01-29add glm to the libreoffice buildMarkus Mohrhard
Change-Id: I40580283c29b6edcbffaeade2758a49c342239cf
2014-01-13AbiWord Import filterFridrich Štrba
Change-Id: I90dc115044e5f81fa3a2b105d30d7d39e438b086 Reviewed-on: https://gerrit.libreoffice.org/7411 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-01-10scp2: fix windows buildMichael Stahl
913bf64b0bf1330a5055c26770faedf2ad7fc3c5 had some issues with redland stuff that is built as Library on windows, and the libxslt package is actually called "xslt" for unknown reasons; unfortunately the buildbot did not actually try to create an installation set so it was not detected. Change-Id: I0437f09228f62b21036a6c26e3d17029d1aab79e
2014-01-08sal_textenc is a runtime dep of cppumakerDavid Tardon
Change-Id: I9fd91ee8c15479e9956daa5c85a09f141ef6cc3f
2013-12-18Use orcus csv parser to streamd data which has much less overhead.Kohei Yoshida
Also, use DocumentStreamAccess to modify ScDocument's content. Change-Id: I516260cff1f2315267afcff05e36e620798a1aed
2013-12-17gbuild: Fix and check package dependencies.Matúš Kukan
Change-Id: Ia54def7a404e07974eb1e8a556f4659cd974e7f8 Reviewed-on: https://gerrit.libreoffice.org/7081 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Matúš Kukan <matus.kukan@collabora.com>
2013-12-03Package cppuhelper_unorc does not exist.Matúš Kukan
Change-Id: Ib80cdc1408c8784db066b35f27993f8521772a76
2013-12-01fix system-libeot buildRene Engelhard
Change-Id: I1473dc65cf768bbe92e50cb0a8414d526c5e7c68
2013-11-18curl: upgrade to version 7.33.0Michael Stahl
- from curl-7.26.0.patch: * drop ADDCFLAGS stuff, must be some dmake relic * drop wspiapi.h, presumably for backward compat with NT 5.0/Win2000 which is unsupported (and ws2_32.lib is linked anyway...) * split out curl-freebsd.patch.1 - curl-7.26.0_win.patch: * drop the library renaming stuff - can be handled in Package and RepositoryExternal.mk without patch * rename the rest to curl-msvc.patch.1 - drop curl-aix.patch: presumably don't need special check for V7BETA since it's released now - drop curl-7.26.0_strlcat.patch (obsolete) Change-Id: Ie8c1d9e72f82ada95f42c49d22d90e43b1a6c3c0 Reviewed-on: https://gerrit.libreoffice.org/6642 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-11-14nss: upgrade to 3.15.3Michael Stahl
- from nss_macosx.patch drop nmedit hunk (removed upstream) - adapt include and lib paths to changed tarball directory layout Change-Id: Ia5dcce8dfd9d10e7e4ba689eefa9f39a51596dfe Reviewed-on: https://gerrit.libreoffice.org/6670 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-11-12integrate libeotDavid Tardon
Change-Id: I0f28ff1680026d883909cc12efabb54f705cecb4
2013-11-11bundle libebookDavid Tardon
Change-Id: I05d96875b9d1deb87dadd63f446080a6fe3494a9 Reviewed-on: https://gerrit.libreoffice.org/6630 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-11-07Make libatomic_ops buildable and enable on non-X86.Andrzej J.R. Hunt
Change-Id: Iec1d329f143ab76de7e8b4acd3da66efb6e0220c Reviewed-on: https://gerrit.libreoffice.org/5812 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Reviewed-on: https://gerrit.libreoffice.org/6600
2013-11-06Revert "Make libatomic_ops buildable and enable on non-X86."Andrzej J.R. Hunt
(Pushed from wrong branch -- incomplete/broken.) This reverts commit 0351eaf42f4ebda8564f0f7cdf32706dfff735f6.
2013-11-06Make libatomic_ops buildable and enable on non-X86.Andrzej J.R. Hunt
Change-Id: I9423672b03caa4d500d44155bc47d4a8fa10c3cb Reviewed-on: https://gerrit.libreoffice.org/5812 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
2013-11-05fix buildDavid Tardon
Change-Id: I90892fe0b585a5b50ee46fcc48f964f423bee256
2013-11-05this must be in lowercase lettersDavid Tardon
Change-Id: I58e4824156b1646d000a39ba196068efbe10425e
2013-11-05add an external for bluez_bluetooth_headersDavid Tardon
Change-Id: Idf48f9a5c2245f6696688a17a0fa3809ae751582
2013-11-05move mariadb to libs sectionDavid Tardon
Change-Id: Ie78ea961a32e96c90bb674766b24a0c44d27412c
2013-11-04fdo#70393: move unixODBC to a subdir of externalKhaled Hosny
Change-Id: I191b75802eba781fc62ab21cd41918983a6efdb0 Reviewed-on: https://gerrit.libreoffice.org/6569 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-11-04fdo#70393: move sane and twain to subdirs of externalKhaled Hosny
Change-Id: I0876c3295416abb704ca455bdd61881ff54a0285 Reviewed-on: https://gerrit.libreoffice.org/6568 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-11-04fdo#70393: move np_sdk to a subdir of externalKhaled Hosny
Change-Id: Iafba7ff0d0a4b163f9d99195cab36c9968e0bd73 Reviewed-on: https://gerrit.libreoffice.org/6558 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-11-04fdo#70393: move Mesa to a subdir of externalKhaled Hosny
Change-Id: Ib3c0516297b0bd68b59c8cfc5c5488005c059c27 Reviewed-on: https://gerrit.libreoffice.org/6557 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-11-03update libmwaw to 0.2.0David Tardon
Change-Id: Ia66d7557e5056398e03ede9d54bf61317e84f2f3
2013-11-02Repository*: no need to register libraries built via ExternalProjectMichael Stahl
Only libraries (and similar for executables) built as Library need to be registered; those built via ExternalProject are delivered by Project and used via gb_LinkTarget_add_libs. This also means there is no need to mangle the names in RepositoryFixes.mk. Change-Id: Ib0b67f54e2eb6efdb0c454c9e2dd599ada229676 Reviewed-on: https://gerrit.libreoffice.org/6533 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>