summaryrefslogtreecommitdiff
path: root/Makefile.fetch
AgeCommit message (Collapse)AuthorFilesLines
2015-07-03online update: Add the bzip2 external.Nathan Yee1-0/+1
Change-Id: Id7547390c49c0bcf672eb1a9863fc236518bfa49
2015-06-10Android: add ownCloud library to the build.Jacobo Aragunde Pérez1-0/+1
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>
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist1-1/+0
There is no obvious authoritative upstream for clew anyway, so it causes philosophical problems for distros. For a while, we used to use a zip archive from the "clcc" project on SourceForge that included clew.c and clew.h. (Before that we also just had clew.c and clew.h in our source repo.) So, drop the external/clcc module and have clew.c and clew.h in the source repo again. But this time clew is in a module of its own, not in sc. This re-introduces "No need to have OpenCL optional at configure-time" This reverts commit 764836cb00e8e6dfd2ab48e080a166ec90359e01. Change-Id: I413142f4f9f8399489f9c3e5327132822f07a454 Reviewed-on: https://gerrit.libreoffice.org/13368 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-11-25Move clew into a library of its ownTor Lillqvist1-0/+1
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
2014-11-17Add internal libjpeg-turbo library to be used instead of libjpegMatúš Kukan1-0/+1
Unfortunately requires nasm - the netwide assembler - http://www.nasm.us/ Upstream libjpeg-turbo is meant to be built with CMake on Windows but thanks to our gcc-wrappers we are able to avoid that. jpeg is kept mostly for platforms we are cross-compiling to. For now, it's used also for Mac OS X because jpeg-turbo does not build there, which should be fixed later. Change-Id: Id87b7072a8acc2578c3abf7e82cb1499e5094dbf
2014-10-20allow to build with system opencolladaDavid Tardon1-1/+1
Change-Id: I6101099c57d429987e06bca0652c843f4a94f8cc
2014-07-14Update libgltf: various fixes, memory usage optimization (second try)Zolnai Tamás1-1/+2
Fixes in the new tarball (beside the upstreamed bug fixes): - In walkthrough mode camera is moved relative to the current camera position and not relative to the initial camera position. - The right FPS numbers are displayed under Linux. - Some memory optimization to avoid running out of memory in case of huge models. - Other freedesktop bugs: fdo#81205, fdo#81207, fdo#81250 Change-Id: Ie0f65be3312688196fcca634eb396c577f991073 Reviewed-on: https://gerrit.libreoffice.org/10274 Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com> Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
2014-07-14Revert "libgltf: download from libgltf subfolder"Zolnai Tamás1-1/+1
This reverts commit ca13d1f6988bc1671000a30af483b00eb15bcdb8.
2014-07-14libgltf: download from libgltf subfolderZolnai Tamás1-1/+1
Change-Id: If535d4c8075adf610575a5a5adf0dcad0b8f182a
2014-06-27download libpagemaker tarballDavid Tardon1-0/+1
Change-Id: Ib0ad5408078308bf790cbffe10ff1399c6c95dbe
2014-05-25bundle librevengeDavid Tardon1-0/+1
Change-Id: Ic36c1670866545db2cf2f29867de7e5b0ad2d57d
2014-05-15fix downloading unowinreg.dllDavid Tardon1-3/+7
Change-Id: I24b30ce4f53894796cadd9164f2930523a5f1123
2014-05-13Introduce Collada2gltf external libraryZolnai Tamás1-0/+1
Change-Id: I157f175ee6ea719e98ba45133f53cb4d2c3045bb
2014-05-13Introduce OpenCollada external libraryZolnai Tamás1-0/+1
Change-Id: I08a806b9319f7cb55be3b38a3bb9370799f6752b
2014-05-11drop another nonexistent tarball from download listDavid Tardon1-1/+0
Change-Id: I1b209f5f016a8596a7ec0e51fc33d67be21a61d8
2014-05-11check for empty tarball var.David Tardon1-0/+1
Change-Id: I62a75f75594437a55b12b56617517b4db50ae9c2
2014-05-11drop nonexistent tarball from download listDavid Tardon1-1/+0
Change-Id: I55c45d13eb11f17b3f8bbfaad74b8f510bc85f35
2014-05-11merge the tarball listsDavid Tardon1-36/+34
Change-Id: I37f197c926f2ee2b68d1919285b4c903ef8247d6
2014-05-11handle tarballs w/ and w/out checksum togetherDavid Tardon1-110/+134
This makes it easier to drop the checksum from tarball's name on update, as there is no change needed outside download.lst. Change-Id: I474387fdf6d1cdee682011cf9cd39c36be2c131c
2014-04-18Integrate libgltf for rendering gltf modelsZolnai Tamás1-0/+1
Change-Id: I7c30dbcf276052c01bb15f3b8c77a2406260aa7b
2014-04-10build liblangtag with updated IANA language-subtag-registryEike Rathke1-0/+1
... as downloaded from https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry Change-Id: I7aee9c6e42aabc9e023ab9a2ec3880dbde940396 Reviewed-on: https://gerrit.libreoffice.org/8919 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2014-03-06Add apr and serf externals for alternative webdav implementation.Matúš Kukan1-0/+3
Change-Id: I5e93bb6fb53537b889c6ba9888f0f32a0d6f8050
2014-03-03Add CoinMP external as an alternative to lpsolve.Matúš Kukan1-0/+1
Change-Id: I9bf5c339a34655c3b842cef3af76814a14c483bc
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl1-1/+1
Change-Id: I0cc43cef91e3fcd82a3558a16ab0afbd4d56b141
2014-01-29make glew a normal external shared projectMarkus Mohrhard1-0/+1
Change-Id: I6306e23b3f20817de87951a8848de373fc5dbf85
2014-01-29add glm to the libreoffice buildMarkus Mohrhard1-0/+1
Change-Id: I40580283c29b6edcbffaeade2758a49c342239cf
2014-01-13AbiWord Import filterFridrich Štrba1-0/+1
Change-Id: I90dc115044e5f81fa3a2b105d30d7d39e438b086 Reviewed-on: https://gerrit.libreoffice.org/7411 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-12-12Update bundled Graphite to 1.2.4Khaled Hosny1-1/+1
Change-Id: Id8c90b58c40bd449617c58f6c9e7cdea035a1c41 Reviewed-on: https://gerrit.libreoffice.org/7056 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-12-04Those AFM files are not used anymoreKhaled Hosny1-1/+0
They were used to build metrics for printer built in fonts, which was dropped in the previous commit. Change-Id: Id9fb3108facec61eb6de0a2d16546f1187465e50 Reviewed-on: https://gerrit.libreoffice.org/6861 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-12integrate libeotDavid Tardon1-0/+1
Change-Id: I0f28ff1680026d883909cc12efabb54f705cecb4
2013-11-11bundle libebookDavid Tardon1-0/+1
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-10-31bundle libfreehandFridrich Štrba1-0/+1
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-30update libodfgenDavid Tardon1-1/+1
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 Tardon1-0/+1
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-24is this the foo we need now to download automaticallyCaolán McNamara1-0/+2
Change-Id: I156c2a2d645c140bfd716f41d8c81c0656ceee56
2013-10-16remove glibc stub and tarball, it seems to be completely unusedBjoern Michaelsen1-1/+0
Change-Id: I1638d4cfc0e6025bd33ed6770ede8556304d6919 Reviewed-on: https://gerrit.libreoffice.org/6278 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-08-19Update internal HarfBuzz to 0.9.19Khaled Hosny1-1/+1
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-07-24Ignore error in mkdir -pTor Lillqvist1-1/+1
It can fail in some cases on Cygwin even if nothing is wrong. Change-Id: I5714f79f0d8182ff89826286138264d28be805c4
2013-07-16Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt1-3/+2
Change-Id: I44a45e781dfb3624cdebf4530ae44870bf39a82a
2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez1-0/+3
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
2013-07-08fdo#38878: Upgrading internal xpdf -> popplerFridrich Štrba1-1/+1
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-05-06added ICU 51 layout fix tarball, ticket 10107Eike Rathke1-0/+1
With 428bde3591ff2fd2195097040dbe1480f1f4210f this should enable ICU to bounds-check font tables as mentioned in http://site.icu-project.org/download/51#TOC-Known-Issues With this patch also needed is 7de7267f4cfcb455aabb09053c7ed681d4591867 otherwise application will crash. Change-Id: I42e31778f762afc80ea21c1fb20952eab42791dc
2013-05-02Splitting writerperfect into serializer and libodfgenFridrich Štrba1-0/+1
Change-Id: I69f12fb097dbc977e63463b6b764a3553bcf9271
2013-04-23Add HarfBuzz support to the build systemKhaled Hosny1-0/+1
To be used in the next commit. Change-Id: I6ee286d0c050a5ca650e7fb3692b0facccb5f0c0 Reviewed-on: https://gerrit.libreoffice.org/3517 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-13Creating a libmwaw module for library parsing various old Mac file-formatsFridrich Štrba1-0/+1
Change-Id: I367dfa309a30a5b55de1d59e632d0dbcf5dc6dbb Reviewed-on: https://gerrit.libreoffice.org/2662 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-06Adding libmariadb module for internal mariadb (work in progress)Fridrich Štrba1-0/+1
Change-Id: If2cf9ff21120e29a149903e8eab849d97fa0c2c9
2013-02-24convert moz to gbuild and add to tail_buildPeter Foley1-1/+0
Change-Id: I2d3f5d127f831ee9abc020d46558f7cfbe8c9380 Reviewed-on: https://gerrit.libreoffice.org/2349 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-02-21Don't download a zip we don't useFridrich Štrba1-1/+0
Change-Id: I57f85796896dd3d76096922c53fc3c2de58eae4a
2012-12-25fix download of dbghelp.dllDavid Tardon1-2/+1
Change-Id: I200a623b70906a07b1549ff76472678e158496a4
2012-12-25convert external to gbuildPeter Foley1-1/+2
Change-Id: I7127db6aad9e97a0f3e758aa83b22ac8465d3f43