Commit Graph

1602 Commits

Author SHA1 Message Date
Stephan Bergmann
67d7ba55a0 Revert "Fix common typos. No automatic tools. Handmade…"
This reverts commit 759c4d18d5, every part of it
is wrong.
2014-12-09 16:44:18 +01:00
Andrea Gelmini
759c4d18d5 Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-12-09 12:35:01 +00:00
Tor Lillqvist
bf6544c0ab Don't treat clew as part of an "external" clcc module
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 764836cb00.

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-12-08 09:07:27 +00:00
Stephan Bergmann
827430c8c0 Fold URE: Windows
...assuming the delayLoadHook in cli_ure/source/native/native_bootstrap.cxx is
no longer necessary and loading of cppuhelper from the program dir cannot fail
regardless in whatever scenario the cli_cppuhelper library itself is loaded.

Change-Id: I13f32b327bca4cce9780864f5e57cdad3860afe5
2014-12-03 15:19:55 +01:00
Stephan Bergmann
0e87fc5ce7 Redundant WITH_JPEG_TURBO check
...already covered in external/Module_external.mk

Change-Id: Ieebb376a7509135c6102ec2c7433a815ec679b6c
2014-12-03 08:25:40 +01:00
Miklos Vajna
386014bb5e error C3861: 'localtime': identifier not found
Change-Id: I2c805be63bb246106c9302404ef873528d759eec
2014-12-02 18:52:28 +01:00
Miklos Vajna
9b61cf4a70 fdo#86664 VSD import: handle metadata
Change-Id: Icec212a93df10b212a9ae614b5c1ced6bf25ff7f
2014-12-02 17:55:36 +01:00
David Ostrovsky
ce0513a9ee glew: Don't hard code Win32 platform on Windows
Change-Id: I753602314f0ed3822bce489e9e427a1de77d2431
Reviewed-on: https://gerrit.libreoffice.org/13230
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2014-12-02 14:38:10 +00:00
David Ostrovsky
74b2cdd489 lcms2: Don't hard code Win32 platform on Windows
Change-Id: I60701b2c0a0ec06ada24b397107b337676dbd319
Reviewed-on: https://gerrit.libreoffice.org/13229
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
2014-12-02 14:35:12 +00:00
Caolán McNamara
a664518874 mirror fixes for fdo#78906 and deb#766788 into icu
Change-Id: I9325bb28eb267b023f628e24fea216ad580759e9
2014-11-30 20:38:42 +00:00
Stephan Bergmann
45ca1bfc22 Fold URE: Linux ure/lib/* -> program/
The ../../../program/ links in the URE jar Class-Paths are a temporary kludge
(and juh.jar had lacked adaption for Mac OS X).

Change-Id: I2542d8a582866485dd61c05df3fc6b4b39a8403d
2014-11-28 11:57:28 +01:00
Matúš Kukan
76b76049e5 collada2gltf: Force GLSL version
Change-Id: Ia5e29cff04c3a38d992a78b956a93103ad1042a3
2014-11-26 22:17:19 +01:00
Caolán McNamara
4e14439b06 there is no HI country code, I suspect it should be HT for Haiti
https://github.com/languagetool-org/languagetool/pull/219

Change-Id: I32e5caac17165a77d0803e782a285a9f32752742
2014-11-26 13:52:30 +00:00
Tor Lillqvist
a7a79ee92d Move clew into a library of its own
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
2014-11-25 20:05:45 +02:00
Miklos Vajna
b3b0ecbf37 libvisio: don't invoke automake
Change-Id: I89b3b175d75f27704dfcd1d11f953f0bfca5b60c
2014-11-25 17:17:25 +01:00
Miklos Vajna
411bd6e440 fdo#86664 VSDX import: handle metadata
Change-Id: I04a446e6b8a8352be9f091980bca31842bb7e643
2014-11-25 12:55:23 +01:00
David Tardon
4578ed5b0a upload libodfgen 0.1.2
Change-Id: I9a4719e60f910256c529551fdbb387e98aefd6ce
2014-11-24 11:41:04 +01:00
Robert Antoni Buj i Gelonch
b943150fe8 coinmp: conditional patch
Change-Id: I33927632173d422d04771f550721dba1767cded5
Reviewed-on: https://gerrit.libreoffice.org/12040
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-19 09:24:28 +00:00
Robert Antoni Buj i Gelonch
04d4b703a0 Apache Commons Codec 1.9 at least requires Java 1.6 and non debug version
Change-Id: Ie7834a908c8b19cfa46d71ff6fd712e10bbe8fbb
Reviewed-on: https://gerrit.libreoffice.org/12115
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-18 09:38:16 +00:00
Matúš Kukan
71fae5db27 Add internal libjpeg-turbo library to be used instead of libjpeg
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-11-17 14:47:57 +01:00
Andrea Gelmini
702d14d954 Partial revert of da40cac540
As requested from Michael Stahl here:
https://gerrit.libreoffice.org/#/c/12164/

Change-Id: Ie00bc789c1dfa3f0049c8915e0deeac7fab6e0fd
Reviewed-on: https://gerrit.libreoffice.org/12432
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-15 15:38:05 +00:00
Stephan Bergmann
904f9284a2 More passing of MAKE into external configure
...like 2fdf78109e "Pass MAKE into
external/poppler's configure"

Change-Id: I4e2f1a13d120a7398fa81884710c589bb905714d
2014-11-13 16:56:20 +01:00
Stephan Bergmann
10a5a15111 Work around InterlockedExchange not exported from kernel32.dll on x64
...as reported in a comment on <http://msdn.microsoft.com/en-us/library/windows/
desktop/ms683590%28v=vs.85%29.aspx> "InterlockedExchange function"

Change-Id: Ie71edd7a5ce8ff3c922d607e174a4c4d43c08c1d
2014-11-13 16:56:20 +01:00
Stephan Bergmann
b3a6a93abb external/boost: WaE
Change-Id: Iffc69577f12020c60bf5db1f740ec3fec43c3d8e
2014-11-13 16:56:19 +01:00
Robert Antoni Buj i Gelonch
c17f215c61 Apache Commons Logging 1.2 - re-enable the non debug version.
Change-Id: Ib0f3b3a650b7f72c7942f8b72420e33743ff9c44
Reviewed-on: https://gerrit.libreoffice.org/12123
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-13 14:51:06 +00:00
Robert Antoni Buj i Gelonch
89db5b5b88 Apache Commons Lang 3.3.1 at least requires Java 1.6 and non debug version
Change-Id: If6526a9170f90227fff6b148f24a0dc99ff42941
Reviewed-on: https://gerrit.libreoffice.org/12116
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-12 20:46:10 +00:00
Stephan Bergmann
2fdf78109e Pass MAKE into external/poppler's configure
...which does some checks about make and could otherwise add some unhelpful
MAKE=make into its Makefiles if it doesn't find a make (so that the following
$(MAKE) step would needlessly fail).

Change-Id: Id8d11ffbc5a09c9f7f61fb12acc2481468746404
2014-11-12 18:55:00 +01:00
Andrea Gelmini
da40cac540 Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-12 11:04:11 +00:00
Stephan Bergmann
af0605ce45 Avoid -fsanitize=signed-integer-overflow
Change-Id: I1a8ae99401e488e2ece47be4119843945154ef98
2014-11-11 10:40:50 +01:00
Stephan Bergmann
205044e897 Pass down some CFLAGS
Change-Id: I2c69d9ad61137adb82213ad2a4c40e7403a395a5
2014-11-11 10:40:49 +01:00
Michael Stahl
1413b6a4fd external: fortunately boost no longer requires config_host.mk
Change-Id: I8f2176500bf620cd5e4cdf434e6122b6163b3e0f
2014-11-10 15:08:29 +01:00
Michael Stahl
8b172f7e84 mwaw: fix build failure with clang (work around libtool stupidity)
Clang warns about unused -I parameters, and the libtool configure check
for lt_cv_prog_compiler_pic_works_CXX mis-interprets that and declares
-fPIC is not supported.

Change-Id: I0802719142c5a96bc672be299d6e94a1b2d27001
2014-11-10 14:59:47 +01:00
Michael Stahl
c79d2dbe3a fdo#82430: MSVC build: disable a few more cases of SSE2 in externals
Change-Id: I8f0db23d1f9ba6b9fc3c8b64b32822ba8166428f
2014-11-03 23:23:15 +01:00
Caolán McNamara
9148b1c645 add some more kill paths to cppunit
Change-Id: I8610e99aecc725e349976746af6c8bd560ba2ffa
2014-11-03 20:44:57 +00:00
Stephan Bergmann
acd62e055e external/icu: workaround -fsanitize=signed-integer-overflow warnings
Change-Id: I7d8e3be80f04ec0a9d1dbd394ac0e2ab2f1a4551
2014-10-28 17:29:53 +01:00
Stephan Bergmann
1f03a8d48c external/icu: workaround -fsanitize=signed-integer-overflow warnings
Change-Id: I44b5d74a3c1addaec77e724a3e7356e3648fc10c
2014-10-28 16:00:16 +01:00
Stephan Bergmann
3025a28bc2 external/icu: More workaround UBSan flexible array member detection
Change-Id: Ie83e3104bd639be42ac0c6e25fc2eafd88cf0c6f
2014-10-28 14:33:46 +01:00
Robert Antoni Buj i Gelonch
ae064ec005 nss: add libnsspem.dylib to macosx-change-install-names.pl call
Change-Id: If457f9e090a4ef3a5b2b8e4f09ce0b5e3b3d04ec
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-10-27 22:14:01 +01:00
Stephan Bergmann
e7682068a1 Pass ENABLE_DEBUG into external/libetonyek
(and consequently fix the argument type of one assert invocation)

Change-Id: I8bf5f024cc104a3885f7b9bf6ed63b9f6259d47b
2014-10-27 22:06:10 +01:00
Tor Lillqvist
142dbf27c1 WaE: unused parameter
Change-Id: Ifcdef5ed474b36e60604dde96bba4dd152e829b6
2014-10-24 17:50:54 +03:00
Tor Lillqvist
a8c24b25fd Cross-compilation fix
Change-Id: I205afbd9c1cbe3a286359036cbdcf6aa9d986f71
2014-10-21 01:49:38 +03:00
Tor Lillqvist
bf8fb8cfc3 Make the patch apply again after NSS update
Change-Id: I935188ee90b4c56c5a4d7cc374a26e4b182beb5f
2014-10-21 01:48:36 +03:00
David Tardon
f24c608705 allow to build with system opencollada
Change-Id: I6101099c57d429987e06bca0652c843f4a94f8cc
2014-10-20 14:47:58 +02:00
Norbert Thiebaud
9cf46f2174 typo in filename, hidden by case insensitivity of windows
Change-Id: I9ec1fefe61f24c005519a2bb4a87fe07f6895ca6
2014-10-18 23:03:46 -05:00
Norbert Thiebaud
b564162dbd fix libmwaw build on Windows
Change-Id: I103ba777cc7f38f5df17995d9ef9bfb6d6cf133b
2014-10-18 20:55:01 -05:00
David Tardon
0a9051782c drop unneeded patches
Change-Id: I67314a12717ada0bdb49d9578821abf66fb41302
2014-10-17 09:38:42 +02:00
Miklos Vajna
8bc1ee9b4c file libmwaw-0.3.so.3.0.1 does not exist in the tarball
Change-Id: I6b1592af199fcd79ac16827332014ea703a48a1e
2014-10-16 21:10:25 +02:00
osnola
57d3b5cfa6 Update to last libmwaw version
+ add filters for MacDraw, MacDraw II and RagTime (v2-3 for Mac)

Change-Id: If84abff1baa75f9bfa951039781575b6a8648a84
2014-10-16 17:44:43 +02:00
Tor Lillqvist
fe25090e99 MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 now
Change-Id: I40d03ab9acb67ab72b9047017452f069ce88fd4b
2014-10-16 11:22:13 +03:00
Julien Nabet
4c12951a03 Typo: compatability->compatibility
Change-Id: If0b98a30452a9d1fcc340173deb6856755926471
2014-10-12 13:00:46 +02:00