summaryrefslogtreecommitdiffstats
path: root/download.lst
Commit message (Collapse)AuthorAgeFilesLines
* Uploading the hyper-stable libodfgen-0.0.1Fridrich Štrba2013-05-071-1/+1
| | | | Change-Id: If1c4278fa02a74b040af444eb6ca89209daea13a
* added ICU 51 layout fix tarball, ticket 10107Eike Rathke2013-05-061-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
* Splitting writerperfect into serializer and libodfgenFridrich Štrba2013-05-021-0/+1
| | | | Change-Id: I69f12fb097dbc977e63463b6b764a3553bcf9271
* new upstream release liblangtag-0.5.1Eike Rathke2013-04-301-1/+1
| | | | | | | | Change-Id: I4b71bbd3ff457d7b4fb2a409e8d34d8e4904acb3 Reviewed-on: https://gerrit.libreoffice.org/3676 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* Add HarfBuzz support to the build systemKhaled Hosny2013-04-231-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>
* Uploading LGM2013 version of libcdrFridrich Štrba2013-04-221-2/+2
| | | | Change-Id: Icdf57cb8a40256b4a474ededd3ba030bd79497f4
* Uploading new fresh wonderful libvisio-0.0.26Fridrich Štrba2013-04-221-2/+2
| | | | Change-Id: I00f18e64f60358f826720cc8d6af36c77a98a062
* Uploading libwps 0.2.8 releaseFridrich Štrba2013-04-191-1/+1
| | | | Change-Id: I53413843694bd090d5eaa714b141761e8ad7db60
* Uploading a new release of libwpdFridrich Štrba2013-04-181-1/+1
| | | | Change-Id: If8b449e45725b1c1a9840f6a497c31488cd7a800
* Uploading a new long-awaited release of libwpgFridrich Štrba2013-04-181-1/+1
| | | | Change-Id: I2ffc92c620242426da61e11c8f354f6080edbabc
* Get cppunit in sc to link with orcus-parser.Kohei Yoshida2013-04-131-1/+1
| | | | Change-Id: I1f53a4f4b9beee501e29149ed88e3ce5d63d9a3c
* Newer version 0.5.1 (since 0.5.0 package was broken on Windows).Kohei Yoshida2013-04-131-1/+1
| | | | | | It contains a missing header needed for Windows. Change-Id: I538d7d807fef3b6e50e70bf8f48defeb3cb79c9b
* Update the internal liborcus package to 0.5.0.Kohei Yoshida2013-04-131-1/+1
| | | | Change-Id: Ib0070ad8509ba4084a8b0871fbc8c24b550433d7
* Uploading libcdr-0.0.12: fixing fdo#62538 and fdo#53278Fridrich Štrba2013-04-071-2/+2
| | | | Change-Id: Ia7121c5e77ac86941fc70e08d1c824a93e842aff
* Easter Bunny brings new redland tarballsMichael Stahl2013-04-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upgrade raptor to 2.0.9, rasqal to 0.9.30, redland to 1.0.16: - new raptor depends on libxml2 version 2.6.27 and thus will _not_ build against system libxml2 on Mac OS X 10.4/10.5 - stop delivering raptor-config/rasqal-config, set env vars instead (which unfortunately requires patching configures, TODO: upstream that) - remove redundant configure flags - stop passing -Wl,no-inhibit-exec (causes HP-UX code to be built on Linux) - disable new rasqal build deps: --with-uuid-library=internal --with-digest-library=internal - disable redland "libltdl" nonsense via --disable-modular - fortunately openssl digest support has been removed too - drop raptor-1.4.18.ooo_build.patch, set RAPTOR2_CFLAGS/LIBS instead - drop raptor-1.4.18.autotools.patch: + FreeBSD parts moved to raptor-freebsd.patch.1 + Android parts obsolete + don't know about the MinGW part (TODO) - from drop raptor-1.4.18.mingw.patch dropped the part defining parsers to be built, done via --enable-parsers - drop redland/raptor/raptor-1.4.18.cross.patch: the vsnprintf check is now done at runtime, and expat has been removed - drop raptor-1.4.18.aix.patch,redland-1.0.8.aix.patch: presumably don't need special check for V7BETA since it's released now - drop raptor-1.4.18.rindex.patch, index/rindex no longer used - drop raptor-1.4.18.entities.patch, fixed upstream in 2.0.7 - drop raptor-1.4.18.fixes.patch, fixed upstream in 2.0.9 - drop raptor-1.4.18.{libxml,libxslt}.patch: TODO - drop {raptor-1.4.18,rasqal-0.9.16,redland-1.0.8}.legal.patch: we don't care any more about Sun legal dept. - drop rasqal-0.9.16.ooo_build.patch, set RASQAL_CFLAGS/LIBS instead - drop rasqal-0.9.16.autotools.patch: + FreeBSD parts moved to rasqal-freebsd.patch.1 + Android parts obsolete + MinGW part only for cygwin build - drop redland-1.0.8.autotools.patch: + FreeBSD parts moved to redland-freebsd.patch.1 + Android parts obsolete + don't know about the MinGW part (TODO) - drop redland-1.0.8.ooo_build.patch, hopefully not necessary to disable utils build Change-Id: I9cc44928ba87392d69e809abe2236cec0e4a508a Reviewed-on: https://gerrit.libreoffice.org/3154 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* upgrade icu to 51.1Peter Foley2013-03-301-1/+1
| | | | | | | Change-Id: I1c0d5ca4b2f88ca48225fcdbeb978f27fa91f7a6 Reviewed-on: https://gerrit.libreoffice.org/2953 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Peter Foley <pefoley2@verizon.net>
* Update Apache CommonsPedro Giffuni2013-03-261-2/+2
| | | | | | | | | | | | | Update commons-codec to version 1.6. Update commons-lang to version 2.4. Patch common-httpclient to avoid building issues with OpenJDK-7. These versions maintain ABI compatibility while using features from newer Java versions and have been tested on the FreeBSD port. Change-Id: I6aec2b6d22fc3335ffbdda9558f475313ef53c85
* Update mdds to 0.7.1.Kohei Yoshida2013-03-141-1/+1
| | | | Change-Id: I4c6e655641dcca192d4edd1edf5535d5dddcd3c1
* Creating a libmwaw module for library parsing various old Mac file-formatsFridrich Štrba2013-03-131-0/+2
| | | | | | | Change-Id: I367dfa309a30a5b55de1d59e632d0dbcf5dc6dbb Reviewed-on: https://gerrit.libreoffice.org/2662 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Updated mdds to 0.7.0.Kohei Yoshida2013-03-121-1/+1
| | | | Change-Id: I5e4a4b80a0f83aefcd85cf5e76ccd52906d39f83
* Adding libmariadb module for internal mariadb (work in progress)Fridrich Štrba2013-03-061-0/+1
| | | | Change-Id: If2cf9ff21120e29a149903e8eab849d97fa0c2c9
* Upload libcdr 0.0.11; fixing fdo#55366 fdo#59528 fdo#53278 fdo#54586Fridrich Štrba2013-03-011-2/+2
| | | | Change-Id: Iadebf93d6002ce1a13152e9f7a8e4c490a4fbd94
* Uploading libvisio-0.0.25 fixing fdo#60433Fridrich Štrba2013-02-251-2/+2
| | | | Change-Id: I854fd87a21fc63a5c274b38831589b3d76379e25
* convert moz to gbuild and add to tail_buildPeter Foley2013-02-241-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>
* Don't download a zip we don't useFridrich Štrba2013-02-211-1/+0
| | | | Change-Id: I57f85796896dd3d76096922c53fc3c2de58eae4a
* Update the internal libmspub to 0.0.5Fridrich Štrba2013-02-181-2/+2
| | | | Change-Id: Ia1e2807a9f8d624e734afa93102fb6ff27eee091
* Upload libmspub 0.0.4Fridrich Štrba2013-01-281-2/+2
| | | | Change-Id: Icb47740815fabff2338196ec194a51a23f7adadd
* Uploading libcdr 0.0.10, hoping it worksFridrich Štrba2013-01-251-2/+2
| | | | Change-Id: Ibf21b856c0f9da276df60680513421be3c871a2d
* fix dbghelp.dll checksumDavid Tardon2012-12-251-1/+1
| | | | Change-Id: Iee6b3eb7658d75f7f677066f29a2bccc8e119da1
* convert external to gbuildPeter Foley2012-12-251-0/+2
| | | | Change-Id: I7127db6aad9e97a0f3e758aa83b22ac8465d3f43
* Fix the regression in fdo#47499: wrong fill colourFridrich Štrba2012-12-181-2/+2
| | | | Change-Id: I986a5f4c944f9fe9e985c408a72f766d9b1eed12
* also with cppunit_dll.vcxprojMarkus Mohrhard2012-12-071-1/+1
|
* switch to cppunit tarball with vcproj and vcxproj filesMarkus Mohrhard2012-12-071-1/+1
|
* Upload libvisio-0.0.23, fixing regression fdo#48601Fridrich Štrba2012-12-031-2/+2
| | | | | | Trust more the cached colour hex then the colour index Change-Id: Ica5917c94de4c7bb2a5be61c6b22f06807be0742
* Uploading libvisio 0.0.22 releaseFridrich Štrba2012-11-291-2/+2
| | | | Change-Id: I86da676cd38c8e237cf63c167f877f1e6cb25bf6
* fix name of liborcus tarballMatúš Kukan2012-11-281-1/+1
| | | | Change-Id: I170543c8730b11540abb37485df0d984d2628809
* New place to specify the tarball name.Kohei Yoshida2012-11-281-1/+1
| | | | Change-Id: Ia0fd46ae58bb2ae58e8ad9bdb16e1e948659492b
* download few tarballs directly without md5sum in nameMatúš Kukan2012-11-271-3/+7
| | | | | | | | | ..and add few fixes, like: * use 'set -o pipefail' to fail meaningfully * include download.lst at the end of config_host.mk * MOZ_ZIP_* do not have md5sum, do not check for it Change-Id: I23759aa2f5fdd55b662588fdb0a31568a686aef7
* support for --with-all-tarballsMatúš Kukan2012-11-271-0/+86
- this is needed for packaging, so that all possible tarballs can be available in the complete source package Do not define tarball names in configure. Move the variables into download.lst, which is going to be included in config_host.mk. We already have conditions for getting tarballs in Makefile.fetch. Change-Id: I160aff6426a253814eea07d2467e4942478f653a