summaryrefslogtreecommitdiff
path: root/download.lst
AgeCommit message (Collapse)Author
2014-10-09bump nss from 3.15.3 to 3.16.5Caolán McNamara
Change-Id: I8318982eb1cee1a694dbdd504e0ca106a29d807e Reviewed-on: https://gerrit.libreoffice.org/11700 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-10-02Update mdds to 0.11.1.Kohei Yoshida
Change-Id: Ie1c80029a762fcf92dc20ffe74260ea54c61da28
2014-10-02Upgrade libgltf to 0.0.2Zolnai Tamás
News in this version: - Better positioning of the models (fdo#81181) - Increased robustness (some additional check and coverity scan) Change-Id: I5be6a99eb925881ed84c8791ef39390e29cbb88b Reviewed-on: https://gerrit.libreoffice.org/11749 Reviewed-by: Zolnai Tamás <tamas.zolnai@collabora.com> Tested-by: Zolnai Tamás <tamas.zolnai@collabora.com>
2014-09-18Update mdds to 0.11.0.Kohei Yoshida
Change-Id: Ia4c413d313aafc1ba46d3d856145c0eb51a7d6ec
2014-09-18bump hyphen to 2.8.8Caolán McNamara
Change-Id: I1a3b360ac2f65b0ede1739363284666cd3662781
2014-08-30upgrade to poppler-0.26.4Thomas Arnhold
Change-Id: Ia5c85b8e697491aafc9de4838504226f11480b44 Reviewed-on: https://gerrit.libreoffice.org/11081 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-29Upgrade libgltf to 0.0.1Zolnai Tamás
News in this version: - Solve some limitations of walkthrough mode (fdo#81425) - Multisampling (better rendering quality, mainly at the edges) - Better error handling (no crash in case of invalid input file) Change-Id: I46fdf56b00476614487fbcc04178e43e33a01794 Reviewed-on: https://gerrit.libreoffice.org/11179 Reviewed-by: Zolnai Tamás <tamas.zolnai@collabora.com> Tested-by: Zolnai Tamás <tamas.zolnai@collabora.com>
2014-08-28upgrade to hunspell 1.3.3Caolán McNamara
Change-Id: Ibf8345885e99ae8eb9dd6d64ccd9b5407d8d610e Reviewed-on: https://gerrit.libreoffice.org/11136 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-08-21upload libpagemaker 0.0.1David Tardon
Change-Id: I287d4947735b82bb13bb6b18880dca594b17e38b
2014-08-16upgrade to apache-commons-1.2Thomas Arnhold
Change-Id: Ic356c6a23f42b5fe37be1075e8508bb168eac9a1 Reviewed-on: https://gerrit.libreoffice.org/10927 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-15upgrade to openssl-1.0.1iThomas Arnhold
Change-Id: I1040cbe61f43a24f8a6cbf9f018f9f1f4860091d Reviewed-on: https://gerrit.libreoffice.org/10926 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-14upgrade to cppunit 1.13.2Thomas Arnhold
* remove obsolete patch part * enable x64 target for vc project file on win64 Change-Id: Ie794c08c9f739ad8c9c68c423f72e79ed4f6b0ff Reviewed-on: https://gerrit.libreoffice.org/10856 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-11update mysqlcppconn to latest versionLionel Elie Mamane
Change-Id: I2e60d97b777727878daf811c2f3da697af69c484
2014-08-11switch internal mariadb client to version 2Lionel Elie Mamane
and reenable it: hopefully the worst bugs are fixed now Change-Id: I8033ef87d02ba6619e5f778b5255fa803ba63c5b
2014-08-05Upload first official libgltf release: libgltf-0.0.0Zolnai Tamás
News relative to previous draft version: - Memory management improvements (fdo#81180) - Reduced OpenGL requirements (version 3.3 -> version 3.0) - Cleaned up API Change-Id: Ie3caf8684a9f5e6a872a1ac35beafb94df03bcf5 Reviewed-on: https://gerrit.libreoffice.org/10744 Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com> Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
2014-07-23make libgltf compile on OSXMarkus Mohrhard
Change-Id: Ie39292137f931bfd557f66c485e104cf5d5089b8
2014-07-14Update libgltf: various fixes, memory usage optimization (second try)Zolnai Tamás
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 "Update libgltf: various fixes, memory usage optimization"Zolnai Tamás
This reverts commit fc40081993d29c422fd19bb80f4d9db06b4dce0d. Some files are missing from the new tarball, so revert this until this is fixed.
2014-07-14Update libgltf: various fixes, memory usage optimizationZolnai Tamás
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: Iba90d43e13dac7792072877d83d17fb1bcbfaae4
2014-07-10fdo#81095 update our copy of Source Sans ProAndras Timar
Change-Id: Ifea8069b9d499cb7b23575786350446e85771eb6
2014-07-01upload libmspub-0.1.1David Tardon
Change-Id: I57522b3fe0bff145a66a50bc944717aeaba9025b
2014-06-27update to latest libexttextcatCaolán McNamara
Change-Id: I18cb4d6939c5fcf765ff3033c67583048b55e4a1
2014-06-27update hyphen 2.8.7Caolán McNamara
Change-Id: Icbe95429903dd3605acfd659c46f001d838b52c3
2014-06-27integrate libpagemakerDavid Tardon
Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3
2014-06-27upgrade mythes to 1.2.4Caolán McNamara
Change-Id: I79b658fc737ef3dd65039c3b43705505a45fb1fd
2014-06-25Update libgltf: new build system and various fixesZolnai Tamás
Building: - The new tarball has reasonable build system so build libgltf as external package instead of compiling source files directly. - Freetype dependancy is removed Improvements comes with the new libgltf - Can rotate the models too (orbit mode) - Two camera handling mode: walkthrough and orbit (press M to change). - gltf_animation_set_time() works - FPS can be displayed without freetype (press F) Additional notes: - There were some bugs/regressions which are fixed during the integration (see patches). - License files are uddated now. - libgltf building is enabled only on those platforms on which gltf support actually works (windows and linux) Change-Id: Ia6c9c4da53a9b4fedba0d73aa5791489f8ad424b Reviewed-on: https://gerrit.libreoffice.org/9895 Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com> Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
2014-06-05update to openssl 1.0.1hCaolán McNamara
Change-Id: Ie20c190e36e89a1b3b2ac9a0efaa50af2df77523
2014-06-03upload libetonyek 0.1.1David Tardon
Change-Id: If71250029229cfc167a2ec5ef0d6aea9bc57018c
2014-06-03upload libe-book 0.1.1David Tardon
Change-Id: I48f67b203c3362ff87e41635e1212e0024a982f0
2014-06-03upload libodfgen 0.1.1David Tardon
Change-Id: I46079625b9aa6fd4e1c205a381d2c157b51dc7e4
2014-06-03upload librevenge 0.0.1David Tardon
Change-Id: I10d457fe34a4e015d9a5e0fe92c27bdd1c7231be
2014-05-27update language-subtag-registry as of 2014-04-10Eike Rathke
Change-Id: I99deaf80f559e28de106b639663b262544cdf60c
2014-05-26rebase all import libsDavid Tardon
Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d
2014-05-26libgltf: Update to newer version.Jan Holesovsky
Change-Id: I95e9356039c6f8bae44b007dce17ab2becbd1259
2014-05-25Update OpenCollada and collada2gltf to the newest versions.Jan Holesovsky
Change-Id: Iee0b9f08843220e8ece00739ca01aa438b93965a
2014-05-25bundle librevengeDavid Tardon
Change-Id: Ic36c1670866545db2cf2f29867de7e5b0ad2d57d
2014-05-24libgltf: Another new version.Jan Holesovsky
Change-Id: I784579717674f1caf68ad489d1a931936f6f9651
2014-05-21libgltf: Updated version.Jan Holesovsky
Change-Id: Ia394ff00421f495757cc2ce55e7b91bfebe715eb
2014-05-21libgltf: Update to the new version.Jan Holesovsky
Change-Id: Iffc91425d4395699a1c5f18ac10f5ed065231fdf
2014-05-21care for Java 1.5 support in external packagesDouglas Mencken
apache commons-lang 3.3.1 and commons-codec 1.9 are for use only with JDK 1.6 and higher see commits: 1731f6e692bb0a07a2bca4b1b190163f209d2b9e "bump apache-commons-lang to 3.3.1" 3dad9b1019bebcc6db63a424afa146e007f768d2 "bump apache-commons-codec to 1.9" Change-Id: I3e71f6474becafe6c91836bbac5c6a8b7ca3442c Reviewed-on: https://gerrit.libreoffice.org/9312 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-05-21upgrade to python-3.3.5Thomas Arnhold
- remove now obselete patches, which were applied upstream. - Hack to get MacOS to build Change-Id: Id68e78e411efc92a46ea9e180f09c390fe5acb4a Reviewed-on: https://gerrit.libreoffice.org/9311 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-05-13upgrade to libpng-1.5.18Thomas Arnhold
Change-Id: I500645d655fc7e7c850b09e47bece26e74197eb7 Reviewed-on: https://gerrit.libreoffice.org/9344 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-13Introduce Collada2gltf external libraryZolnai Tamás
Change-Id: I157f175ee6ea719e98ba45133f53cb4d2c3045bb
2014-05-13Introduce OpenCollada external libraryZolnai Tamás
Change-Id: I08a806b9319f7cb55be3b38a3bb9370799f6752b
2014-05-12upgrade to lcms2-2.6Thomas Arnhold
Change-Id: Iaa5593d1593c9a54127c9019a4121af6a207d4c5 Reviewed-on: https://gerrit.libreoffice.org/9317 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-12upgrade to zlib-1.2.8Thomas Arnhold
Change-Id: I67db2bfb386f1cc7ffeb92ec12a64e12e4552160 Reviewed-on: https://gerrit.libreoffice.org/9315 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-11upgrade to curl-7.36.0Thomas Arnhold
CERTINFO was included upstream: commit f6c335d63f2da025a0a3efde1fe59e3bb7189b70 Author: Patrick Monnerat <pm@datasphere.ch> Date: Wed Oct 30 11:12:06 2013 +0100 NSS: support for CERTINFO feature Change-Id: I83de2fd863f9387b83b5ebcbec70cbe6df7681d4 Reviewed-on: https://gerrit.libreoffice.org/9307 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-11upgrade to jpeg-9aThomas Arnhold
Includes some type conversion fixes. Change-Id: I84f886e9f922acd780d46baea97f2d87c5ac700b Reviewed-on: https://gerrit.libreoffice.org/9306 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-05-11export checksums tooDavid Tardon
Change-Id: I765ea1e02b1af74fe1da650a707a4723a27496f7
2014-05-11tarballs w/o checksum are no longer "special"David Tardon
... so merge the lists together. Change-Id: I484b75de92defd45db199462da7a82d4cdc13012