summaryrefslogtreecommitdiff
path: root/download.lst
AgeCommit message (Collapse)AuthorFilesLines
2013-10-18Update mdds to 0.9.1.Kohei Yoshida1-1/+1
Change-Id: I514e405f3a9768dcaab00a88c90d72bc54d12713
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-09-25Uploading libmwaw 0.1.11Fridrich Štrba1-2/+2
Change-Id: Idf9589e13eaf143c854a9c98e2d773d8a28bd43f
2013-09-03Upgrade the bundled OpenSSL to 1.0.1eTor Lillqvist1-1/+1
Change-Id: I5bc15cd2a6e35a7e4dd203ceffb3b49e5949855c
2013-09-02Updated libcmis to 0.4.1: only build changes for distrosCédric Bosdonnat1-1/+1
Change-Id: Ie5bd26d0fd9e3cd2b590b3b1ee1753faee533d63
2013-09-02Updated internal libcmis to 0.4.0Cédric Bosdonnat1-1/+1
Change-Id: I9ea14c00016e0390a90cae4c15abb34b879b31a7
2013-08-28Fix windows libo crash with graphite fonts.Martin Hosken1-1/+1
New master to base off, hoping it will build everywhere to pass gerrit. Updates graphite library with bug fixes (and minimal improvements) Proposed for stable branch update as well. Change-Id: I6c5825420d9ea5768564253789a28412f3c1900a Reviewed-on: https://gerrit.libreoffice.org/5644 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-28Uploading libvisio 0.0.31, fixing fdo#68477Fridrich Štrba1-2/+2
Base64 decoding in some boost versions throws on padding characters Change-Id: I9a9a43c2a7e55b6a6fca085302eae223bc8c1b13
2013-08-23bump narrow liberation fonts to 1.07.3Caolán McNamara1-1/+1
Change-Id: If3be028f63c29fdb8a6c2b77f5b9dedbdd438a96
2013-08-23Update the bundled boost to 1.54Tor Lillqvist1-1/+1
Change-Id: I5704ab1beaae1d28c2ae8d643343185e8aa6a749 Reviewed-on: https://gerrit.libreoffice.org/5582 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-08-19Update internal HarfBuzz to 0.9.19Khaled Hosny1-1/+2
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-08-13Uploading libwpd-0.9.9 releaseFridrich Štrba1-1/+1
Change-Id: If20156c48ec145389750a2283efad055d3b84363
2013-07-16Build firebird 2.5 internally. Also adds libatomic_ops.Andrzej J.R. Hunt1-0/+2
Change-Id: I44a45e781dfb3624cdebf4530ae44870bf39a82a
2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez1-0/+4
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
2013-07-10Uploading new libvisio 0.0.30Fridrich Štrba1-2/+2
with huge performance/memory consumption improvements with NURBS and B-Splines Change-Id: I5f338d6c70f948dd2192ec7147efdc1bdeef1e05
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-07-05bump libexttextcatCaolán McNamara1-1/+1
Change-Id: If6a89aa46a4252e2652062288f19173267daf03a
2013-07-02Uploading new libvisio 0.0.29, fixing fdo#66421Fridrich Štrba1-2/+2
Change-Id: I7b9bc581c81caf74cb6f922abc2cfaee87b20572
2013-06-29Updates to upstream VigraPedro Giffuni1-1/+1
Vigra 1.6.0 (Newer versions use Cmake) * Adds a lot of functionality and includes improvements for 64 bit compilers. * Add explicit cast (gcc 4.7 compatibility patch by Stephan Bergmann) https://github.com/ukoethe/vigra/commit/e0dcd31c76bb13c98920e21544b309ca47bb3c5c More information on the Vigra changes here: http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html (cherry picked from commit 0f94142a20861c18f60b5be6fc4163c7e8a69240) Conflicts: external_deps.lst mdds/makefile.mk mdds/prj/d.lst vigra/makefile.mk vigra/prj/d.lst Change-Id: I05de88982b9dab7c851fab16811ca696207cd091 Vigra: add missing mathutil.hxx patch (cherry picked from commit ba446263713f7ce1dcc47f78b97840280018af89) Change-Id: I506f0c1c96cfaf278b4e72de34b24633a1e99431 fix vigra patch for BasicImage::resizeCopy() "data_" is an actual data pointer but "data" is a member function (since vigra-1.4). The method resizeCopy() seems to confuse data and data_ which the clang compiler was happy to point out. The OOo patch to vigra-1.4 already solved that problem but it was lost in the upgrade to vigra-1.6 (cherry picked from commit a71a282ae781b90c31e25eb631537f10fe842492) Change-Id: Ifb031950c60efdda2d30e442990af95f557dd914 Build fix (cherry picked from commit 6e6c057792a410dd36893674c59d452586733348) Change-Id: Ide599665c78d377baf0b8f935274b41535749610
2013-06-28bump tomcat to 5.5.36Caolán McNamara1-1/+1
Change-Id: I04e5a96cb7fb5e7b8955a98eae2fdc01d4caa798
2013-06-27Uploading libmwaw 0.1.10 and dumping unneeded patchesFridrich Štrba1-2/+2
Change-Id: I837b885fb88ccbc1e7980712be4a3342575b3770
2013-06-24Update internal mdds to 0.9.0.Kohei Yoshida1-1/+1
Change-Id: I2f299dd7244e7418959f82f94a56d8cc1749aaba
2013-06-05Uploading libvisio-0.0.28 fixing fdo#64797 regressionFridrich Štrba1-2/+2
Change-Id: Ia35a92dae0a3102bf549df1733c7e202c7ed665e
2013-05-25Uploading libwps 0.2.9Fridrich Štrba1-1/+1
Change-Id: I3307208226ffa8bc06e7b860d10e92c9a6e04758 Reviewed-on: https://gerrit.libreoffice.org/4033 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-24Update bundled boost to 1.53.0Tor Lillqvist1-1/+1
Modify our patches as necessary to match the updated boost sources. Drop patches for which corresponding (or even identical) changes already are present. Add a new boostsystem static library and use it in two places. Change-Id: Ib59558feb56dab87a69c91b38caca8e7a9e9a22e
2013-05-22Uploading libodfgen-0.0.2Fridrich Štrba1-1/+1
Change-Id: I83ebc1a052227c6ac224018d00aab21e7d0a2eec
2013-05-21Update HarfBuzz to 0.9.17Khaled Hosny1-1/+1
Change-Id: If84a1eb7dbd54b4f1e3d876eb63cc3f2f8e51938 Reviewed-on: https://gerrit.libreoffice.org/3993 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-20Rehash the 0.8.1 package due to a last minute oops.Kohei Yoshida1-1/+1
Change-Id: Idea947e8b6674d436cc1a1d92f29279d2c03fc58
2013-05-20Update mdds to 0.8.1.Kohei Yoshida1-1/+1
Change-Id: If6c1a8a88e9996527d3fcf350a00a72a3866ef4f
2013-05-17Uploading new libcdr 0.0.14Fridrich Štrba1-3/+3
Change-Id: Ifb3f8a7b0e40ee8b33fab4dded3f75f040e75f72
2013-05-16Uploading libvisio 0.0.27Fridrich Štrba1-2/+2
Change-Id: Icfb2eea611ed50e76753a71c73f5d43172aa8a9a
2013-05-14Uploading libmwaw 0.1.9Fridrich Štrba1-2/+2
Change-Id: I9f6f9d6a162e0aed49754229357fc2731a4037d0
2013-05-14Uploading libwpd 0.9.8 releaseFridrich Štrba1-1/+1
Change-Id: I03a9a06058a8fbde736b3d897918e8eea8c2a1d6
2013-05-13Uploading libmspub-0.0.6Fridrich Štrba1-2/+2
Change-Id: Ie432d747e4b32a95380f86c73b1a106f6a5903f6
2013-05-09Update mdds to 0.8.0.Kohei Yoshida1-1/+1
Change-Id: I5dcf3b14993ac4d699e884c4981af668277a41df
2013-05-08Uploading libmwaw 0.1.8Fridrich Štrba1-2/+2
Change-Id: Id5e9ab64924ddc48921d0c028ede712b8cb3477d
2013-05-07Uploading the hyper-stable libodfgen-0.0.1Fridrich Štrba1-1/+1
Change-Id: If1c4278fa02a74b040af444eb6ca89209daea13a
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-30new upstream release liblangtag-0.5.1Eike Rathke1-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>
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-04-22Uploading LGM2013 version of libcdrFridrich Štrba1-2/+2
Change-Id: Icdf57cb8a40256b4a474ededd3ba030bd79497f4
2013-04-22Uploading new fresh wonderful libvisio-0.0.26Fridrich Štrba1-2/+2
Change-Id: I00f18e64f60358f826720cc8d6af36c77a98a062
2013-04-19Uploading libwps 0.2.8 releaseFridrich Štrba1-1/+1
Change-Id: I53413843694bd090d5eaa714b141761e8ad7db60
2013-04-18Uploading a new release of libwpdFridrich Štrba1-1/+1
Change-Id: If8b449e45725b1c1a9840f6a497c31488cd7a800
2013-04-18Uploading a new long-awaited release of libwpgFridrich Štrba1-1/+1
Change-Id: I2ffc92c620242426da61e11c8f354f6080edbabc
2013-04-13Get cppunit in sc to link with orcus-parser.Kohei Yoshida1-1/+1
Change-Id: I1f53a4f4b9beee501e29149ed88e3ce5d63d9a3c
2013-04-13Newer version 0.5.1 (since 0.5.0 package was broken on Windows).Kohei Yoshida1-1/+1
It contains a missing header needed for Windows. Change-Id: I538d7d807fef3b6e50e70bf8f48defeb3cb79c9b
2013-04-13Update the internal liborcus package to 0.5.0.Kohei Yoshida1-1/+1
Change-Id: Ib0070ad8509ba4084a8b0871fbc8c24b550433d7
2013-04-07Uploading libcdr-0.0.12: fixing fdo#62538 and fdo#53278Fridrich Štrba1-2/+2
Change-Id: Ia7121c5e77ac86941fc70e08d1c824a93e842aff