summaryrefslogtreecommitdiffstats
path: root/external
Commit message (Collapse)AuthorAgeFilesLines
* tdf#95024 fix compound word handling for new Hungarian orthographyLászló Németh2015-10-172-0/+109
| | | | | | | | | | | | | | | | This commit contains the recent Hunspell fix for Hungarian compound word handling (commit 42807f970ac2d65f0d13a7c57eb454b210e92240 in Hunspell git repository), changing spell checking only in Hungarian documents. (cherry-picked from commit 2511a21841dd9dec735a53add8174e47d24deb88) Change-Id: I1c6c3736ecf8c1e2fffcf1c53959b25dc9d27966 Reviewed-on: https://gerrit.libreoffice.org/19363 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit c004e4185405bf1880f6c5e1247b525531c84e3b)
* Fix Firebird build against OS X SDK 10.11Tor Lillqvist2015-10-171-0/+9
| | | | | | | | | Change-Id: I60c7540241c41f5063736f2a3d4817371411c8dc (cherry picked from commit a799d7c9a66464f33bd8ee42d535e29a976d64ae) Reviewed-on: https://gerrit.libreoffice.org/18716 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> (cherry picked from commit 183129ea128c0eccdb9bc1174c4e3c8a87e78d1f)
* remove now unneeded apache-commons libsRene Engelhard2015-10-1512-345/+1
| | | | | Change-Id: Ida7a5f5db5bba8d03bf31de760a908cee9a514e4 (cherry picked from commit a41a4a22f1a7e82ab64f28b71f5ce6acc1c04921)
* Android: fix ownCloud lib buildJacobo Aragunde Pérez2015-10-151-0/+1
| | | | | | | | The build relied on the presence of ANDROID_HOME envvar, now we pass it explicitly. Change-Id: If33ee2c6a22435151aad244378ee5aaf7b3cc913 (cherry picked from commit 2e6ed9befe172bcbfb14d5386bf3e0f151d0d666)
* Android: add ownCloud library to the build.Jacobo Aragunde Pérez2015-10-156-0/+70
| | | | | | | | | | | | | | 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/. Reviewed-on: https://gerrit.libreoffice.org/16190 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com> (cherry picked from commit e6fe508d6835590c6245e62e2c014808453e7d92) Change-Id: I28afaea4dabe2dab869b53b1881f4d5a6522943f
* Bundle Karla fontAndras Timar2015-09-183-0/+35
| | | | Change-Id: I666665c801367ff760b14b9f474952e9894b4791
* Resolves: rhbz#1261421 crash on mashing hangul korean keyboardCaolán McNamara2015-09-182-0/+192
| | | | | | | | Change-Id: Ie066c7f83ad15bec198f2091a3b084468c502766 (cherry picked from commit 064fd8342111bc62ba646e439c235bd495587a4a) Reviewed-on: https://gerrit.libreoffice.org/18499 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* boost fix, next attempt: just because jenkins Linux can build it...Michael Stahl2015-09-181-1/+1
| | | | Change-Id: I7b6910a131d95a74168ccee9140bc58393ceddb0
* boost: fix boost_system BOOST_ERROR_CODE_HEADER_ONLY breakageMichael Stahl2015-09-183-1/+25
| | | | | | | Ugly hack in ExternalProject_liborcus.mk as apparently it fails with the define on Windows, and without on MacOSX :( Change-Id: If0b52825122edd956044f61d413c57a76f485101
* core: fix build with system boost 1.59David Ostrovsky2015-09-185-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | 9a6cdce37e601b1406c71fef16ad9b315045c9da was trying to fix the problem with exposing deprecated vars and functions in system's error_code.hpp include file by patching bundled boost version. This approach would only make sense, when upstream version is going to be fixed ASAP. Apply another approach, and follow the same pattern as applied in external libraries, by defining -DBOOST_ERROR_CODE_HEADER_ONLY \ -DBOOST_SYSTEM_NO_DEPRECATED instead of patching bundled boost version. This way, the code would work with unpatched system boost 1.59 final as well. Reviewed-on: https://gerrit.libreoffice.org/18201 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org> (cherry picked from commit e00a3a684e22f45f36b4002ce726cb2975cb36ae) Change-Id: I8684ca458ea4a5b7d7c3c3acfe7c14a6d19bc665 Reviewed-on: https://gerrit.libreoffice.org/18374 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* New version of ConvertTextToNumber extension (1.5)Andras Timar2015-09-041-1/+1
| | | | | Change-Id: I4f33679332998f87b7bf1ad7c32aea64897dcaa6 (cherry picked from commit 0590fe942a7047b2cca480657a93f24144ea9f3c)
* external/apr: Avoid dependency on system uuid libStephan Bergmann2015-08-202-0/+247
| | | | | | | | | | ...which isn't even needed, as apr only uses APR_HAS_OS_UUID for apr_os_uuid_get (apr_portable.h), which is neither used internally in apr nor by either of the two clients of apr in LO, external/serf and ucb/source/ucp/webdav Change-Id: I2e9d1f2640df0a8125ae2840f54488e77656c3ec (cherry picked from commit aeafca133405e4a5fdbe253f8dcd2019d6b6b2a4) Signed-off-by: Michael Stahl <mstahl@redhat.com>
* libodfgen bundled soname patchAndras Timar2015-08-203-1/+21
| | | | | | | | | | | | | | | | Reviewed-on: https://gerrit.libreoffice.org/17569 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit cc22b245bee8b6d243c22f73b8715f12ebd03f88) Conflicts: external/libodfgen/ExternalPackage_libodfgen.mk Change-Id: I09f0528420577e4b417ee4e39a52150777910d13 Reviewed-on: https://gerrit.libreoffice.org/17797 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* librevenge bundled soname patchAndras Timar2015-08-203-1/+20
| | | | | | | | | | | | | | | | Reviewed-on: https://gerrit.libreoffice.org/17572 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 27ba1e316833671b1067fe8e6745530fa91c173d) Conflicts: external/librevenge/ExternalPackage_librevenge.mk Change-Id: I8c55eb6eeca40faf8201af037f31a57ce9b64ac0 Reviewed-on: https://gerrit.libreoffice.org/17798 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* libmwaw bundled soname patchAndras Timar2015-08-203-1/+23
| | | | | | | | | | | | | | | | Reviewed-on: https://gerrit.libreoffice.org/17568 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 0dc79f35aa3a373414c17f596ca4491a69083864) Conflicts: external/libmwaw/ExternalPackage_libmwaw.mk Change-Id: Ibaba47be8aeefca7719d1ff335f551777130c6cd Reviewed-on: https://gerrit.libreoffice.org/17800 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* libetonyek bundled soname patchAndras Timar2015-08-203-1/+20
| | | | | | | | | | | | | | | Reviewed-on: https://gerrit.libreoffice.org/17567 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 824e663cfbba436db32e4f2a20e3acbe275252e7) Conflicts: external/libetonyek/ExternalPackage_libetonyek.mk Change-Id: Ib9ca5d65a493db7daa094b0dea3613637c4c184b Reviewed-on: https://gerrit.libreoffice.org/17799 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* libwpg bundled soname patchAndras Timar2015-08-203-1/+20
| | | | | | | | | | | | | | | | Reviewed-on: https://gerrit.libreoffice.org/17547 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 68279e04de33201b8f75b55ad8cac9deef3d044d) Conflicts: external/libwpg/ExternalPackage_libwpg.mk Change-Id: Ied2f331000c83d696fb5dd662860c3b51b95c616 Reviewed-on: https://gerrit.libreoffice.org/17796 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* libwps bundled soname patchAndras Timar2015-08-203-1/+20
| | | | | | | | | | | | | | | | | Reviewed-on: https://gerrit.libreoffice.org/17533 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit fff1d5bdd087f72178321f47b649323013d933cf) Conflicts: external/libwps/ExternalPackage_libwps.mk external/libwps/UnpackedTarball_libwps.mk Change-Id: I6661ff49e25921ce11dc04fffab84cf5db3c95fe Reviewed-on: https://gerrit.libreoffice.org/17794 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* libwpd bundled soname patchAndras Timar2015-08-203-1/+20
| | | | | | | | | | | | | | | | Reviewed-on: https://gerrit.libreoffice.org/17548 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 4284337d92420373f2e1bcb40c9513db94a73bca) Conflicts: external/libwpd/ExternalPackage_libwpd.mk Change-Id: I25dee74be0391b56587b4cc3eb9599708446825d Reviewed-on: https://gerrit.libreoffice.org/17795 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#92654 a "Date" can contain a Time, so don't loose date by defaultLionel Elie Mamane2015-08-064-0/+44
| | | | | | | | | | also fix DATEVALUE() function that was relying on this dataloss Change-Id: I6030505a762df3ecbfe9a8331267846d3de817e8 Reviewed-on: https://gerrit.libreoffice.org/17049 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
* tdf#92693: ReportBuilder: MINUTES() rounded to nearest for fractional minutesJulien Nabet2015-08-062-0/+18
| | | | | | | | | | | | | | ... instead of the correct truncation. Thanks to Lionel for the idea of the fix and his patience for newbies like me! Change-Id: Iae9ec9251c0beb0c1856a6573f6ff7963d216256 Reviewed-on: https://gerrit.libreoffice.org/17016 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* nss: upgrade to release 3.19.2Michael Stahl2015-08-065-2589/+4
| | | | | | | | | | | | | | | | | - drop nss-linux-x86-patch.0: this was actually patching OS/2-specific code so is evidently obsolete - drop nspr-build-config.patch: there does not appear to be any justification why this huge patch exists at all, so the only reasonable thing to do is to drop it - nss_macosx.patch: drop several hunks relevant only to unuspported MacOSX/PPC platform Change-Id: Id55fcb8eaa637c10a42203f1897480df8a6ec0fa (cherry picked from commit 6e7991dfd8c54a833f4a9795a0d57f4690e92e6b) Reviewed-on: https://gerrit.libreoffice.org/16727 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* curl: upgrade to release 7.43.0Michael Stahl2015-08-062-8/+5
| | | | | | | | | Change-Id: Ic16111f21625fc510e79bba8122eaa60662f7a59 (cherry picked from commit 65327d615b64f487842e4c5d0ee7290f9c823a0f) Reviewed-on: https://gerrit.libreoffice.org/16726 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#92376 fix build of libetonyek on OS XDavid Tardon2015-08-061-0/+4
| | | | | | | | | (cherry picked from commit a94acabae7defe562e3702f605c63afbd86f9696) Change-Id: Ia4941184efb0cf6e84548f278e61e955a0b5b1f5 Reviewed-on: https://gerrit.libreoffice.org/16558 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Make the patch actually applyTor Lillqvist2015-08-061-1/+1
| | | | Change-Id: I23537399cbf325a7049f67654439714c3dc1421e
* fix build of libetonyek with older versions of gccDavid Tardon2015-08-062-0/+56
| | | | Change-Id: I19586eaae36fac7fa750614e6e31eff1a1e8440c
* upload libetonyek 0.1.3David Tardon2015-08-0617-2212/+112
| | | | | | | | | (cherry picked from commit ee3d40b30816a8fc6d4e8f984659c8dfac19ec3b) Change-Id: I451f02ee93a798c9c1712082d59a7ff96b0d4a4e Reviewed-on: https://gerrit.libreoffice.org/16508 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Fix Linux RPATH of various external modulesStephan Bergmann2015-08-0629-2/+229
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...as discussed in 371cc81bd9ccbfbed25f810e70899c044280349e "external/liborcus: Fix Linux RPATH:" * When an external module produces multiple libraries (that we all install) that depend on each other, they need to contain $ORIGIN in RPATH (strictly speaking, those that do not depend on any other libraries from the module would not need that, but it is harmless and easier to do that way). * When an external module's libraries depend on other external modules' libraries, and (at least some of) those other external modules are not configuread as --with-system-*, they need to contain $ORIGIN in RPATH (again, for simplicity, some libraries may get that even if they would not strictly need it). * Try to outsmart the external modules' libtool instances to not add (ultimately bogus) paths to RPATH for dependencies on libraries from external modules (either from the same module, or from anohter module not configured as --with-system-*). The only time we do not outsmart libtool, and instead rely on it (hopefully?) doing the right thing is when a given external modules' libraries depend on libraries from excatly one other external module, and the latter is configured as --with-system-*. * That outsmarting means that if an external library depends both on external libraries provided by modules not configured as --with-system-* (so RPATH contains $ORIGIN, and the outsmarting is not suppressed) and on external libraries provided by modules configured as --with-system-*: Then if the latter are in unusual locations on the system that would require an RPATH entry (which might be provided via the corresponding "pkg-config --libs", say, and presumably would be honoured by libtool if we did not outsmart it), then those paths are now erroneously missing from RPATH. * That outsmarting also causes linking of some utility applications in module redland to fail, but those are ultimately unused, so cut them off by patching their respective sub-directory Makefile.in. (cherry picked from commit 1d028d4783da69c5c0e6e0b59e0f8ac55eb9d2b1) Change-Id: Iec05b3568fbcf04987018322c328b769ae4f5dab Reviewed-on: https://gerrit.libreoffice.org/16506 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Upload libfreehand 0.1.1Fridrich Štrba2015-08-063-15/+2
| | | | | | Change-Id: I1534a0f43201a594b727ee8b42b697c8c1b5e224 (cherry picked from commit a952bf824ee1e79d9405072ae17dcc3cd3f27af2) Signed-off-by: David Tardon <dtardon@redhat.com>
* Fix Mac OS X install names of external libwpd/libwpgStephan Bergmann2015-08-062-1/+12
| | | | | Change-Id: I25eae3874c7ca4cf4e23673604a1f77e1fa15451 (cherry picked from commit 0329dbd31011db8a8fe4ba806a624916e8c7249b)
* Revert "update to liborcus 0.9.1"Thorsten Behrens2015-08-0614-441/+1878
| | | | | | This reverts commit 2f437f5a1003d9593b7e1d35fb31c2bd34c58151, e0e989ef5b24fbe8222aa676aa6491eebce68974 and 81ae40bfe35fd55db789d75d1698f186f13402dd.
* better way to do thisDavid Tardon2015-08-061-1/+5
| | | | | | Change-Id: I4a18927f2c9b6414134e5ea016121693ac47ecf9 (cherry picked from commit b46276e6c02b22441f87b2bf689e2aa61f806688) Signed-off-by: David Tardon <dtardon@redhat.com>
* liborcus: still build statically on AndroidMiklos Vajna2015-08-061-2/+1
| | | | | | Change-Id: Ieeb5180ea7f96cb08d06bf895bd2a6ffc6c1cef0 (cherry picked from commit 0aed9cbb6c6e8e048a90fed61f44efbe09efac4f) Signed-off-by: David Tardon <dtardon@redhat.com>
* update to liborcus 0.9.1David Tardon2015-08-0614-1878/+438
| | | | | | | | Includes switching to dynamic libs. Change-Id: I959c4e9430f8cf95f50d48e1b01d8323dba4af81 (cherry picked from commit edb38d702dd5a058ae0702b73a43328318b94649) Signed-off-by: David Tardon <dtardon@redhat.com>
* curl: disable rtmp supportMichael Stahl2015-08-061-1/+4
| | | | | | | | | | | | | | | | configure will add a dependency on librtmp.so.0 if the development package happens to be installed. (cherry picked from commit f4844a9abebcb0451161625c42a1e2b48796102d) curl: sigh... *actually* disable rtmp support (cherry picked from commit 805f12dd51ea72deda8f5be5839a205640ba968d) curl: disable loads more random stuff we don't need (cherry picked from commit 0b8b96ed515eec0a560812be73d4c9742f26e23b) Change-Id: I0f4bcd73f9e0e7307ca0556a5f6990631eb9f2c5
* libvisio fixesAndras Timar2015-06-303-0/+60
| | | | Change-Id: If1bba0240b0a032a1bbbbb55329e2f0e5f507622
* fix some problems found by coverityDavid Tardon2015-05-263-0/+76
| | | | | Change-Id: Icaf543858298da4e6c8bb01c8820fa9755c3b7ae (cherry picked from commit 06095843f3fbfabff7752f87042fb291185fc501)
* external/libetonyek: -fsanitize=enumStephan Bergmann2015-05-262-0/+12
| | | | | | | e.g., during CppunitTest_writerperfect_impress Change-Id: Ib9eb7a9ba7c9bad9cc43fbe2132ca315e2f28c0a (cherry picked from commit 15cc77f8d3d1edfd0e8114829bc4b340c3d73b4d)
* For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hiddenStephan Bergmann2015-05-262-0/+19
| | | | | | | ...same as f0aa1a78fb209310e8baef53c02f365fca518d11 Change-Id: Ib02a20677eaaf2930bf3620c4ed2b1c3c098ce00 (cherry picked from commit 1dbc9e022e750a16dbf5b530783c4adaafd609f5)
* build libetonyek as shared libDavid Tardon2015-05-2011-3/+2237
| | | | Change-Id: Id98bc62bd41846550dc9149d462a3b85bb2538c5
* Update Apache Bugzilla’s URLAdolfo Jayme Barrientos2015-05-191-1/+1
| | | | Change-Id: I6ef4ae530b7fb4e615100803ae6e3972d9b4545f
* libetonyek: fix windows buildMichael Stahl2015-05-203-0/+15
| | | | | | | Putting source files into sub-directories is not really supported by autotools apparently. Change-Id: I6f0ff7e0ee0c2c4b59fb670a3cbaa9723b655d1f
* hopefully better fix for windowsDavid Tardon2015-05-193-1/+27
| | | | Change-Id: I196853f0efbaab48e5e09b2728df0a8e5152dc9e
* blind fix for windowsDavid Tardon2015-05-191-1/+1
| | | | Change-Id: Ia042bbb7845a6de4769949230e3f1bc90099c9aa
* restore windows build fixDavid Tardon2015-05-192-0/+26
| | | | Change-Id: I1269be7ab26a4f7ba30a70eb8aef3023384a7de2
* move setting of GLM_CFLAGS to configureDavid Tardon2015-05-191-1/+0
| | | | Change-Id: Ic9f6165626a8ffc303260c0439010fe7e2ce634b
* quick & dirty fix for build with bundled glmDavid Tardon2015-05-191-0/+1
| | | | Change-Id: I4ffff140f24f4b96c930c3f651cf592966534ef7
* fix external project nameDavid Tardon2015-05-191-1/+1
| | | | Change-Id: I8c2277384537b78255bb2115126d5b2f2812f7df
* glm is only needed for libetonyek buildDavid Tardon2015-05-191-0/+1
| | | | Change-Id: I398ae27e49ca684b7d1b8d328be90bffee825797
* upload libetonyek 0.1.2David Tardon2015-05-192-26/+0
| | | | Change-Id: I7b8382b5ca74f5a1d9535ef0715629f2537d9f7e