summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist1-11/+0
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 764836cb00e8e6dfd2ab48e080a166ec90359e01. 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-11-28Move clew into a library of its ownTor Lillqvist1-0/+11
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
2014-11-17Add internal libjpeg-turbo library to be used instead of libjpegMatúš Kukan1-0/+14
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-10-20allow to build with system opencolladaDavid Tardon1-0/+16
Change-Id: I6101099c57d429987e06bca0652c843f4a94f8cc
2014-10-14add missing dep for saxparserDavid Tardon1-0/+1
Change-Id: I93914949cbb20187c48d9771fd98d54602211c13
2014-08-30seem to need to link against pthreads on linux for poppler nowCaolán McNamara1-0/+4
Change-Id: Ibca5ad9ff6a3ab28f24ac2554bd0534b0827a24e
2014-08-29Upgrade libgltf to 0.0.1Zolnai Tamás1-8/+0
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-20Use COMMONS_LOGGING_VERSION vblerbuj1-2/+2
Change-Id: I0c76ec7e3f9b95166b4005dd1ad5349b3889c3e4 Reviewed-on: https://gerrit.libreoffice.org/10993 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-08-16upgrade to apache-commons-1.2Thomas Arnhold1-2/+2
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-12Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, tooTor Lillqvist1-1/+1
Change-Id: I65ab8aad0744a2aa254fefc7732cd8130bb249fb
2014-08-11also move isystem parts to the includesMarkus Mohrhard1-10/+10
Change-Id: Ib88064744c7ae678d6c3dcce835a295de8fb274e Reviewed-on: https://gerrit.libreoffice.org/10814 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-08-07Handle collada libraries seperately: --disable-colladaZolnai Tamás1-1/+5
Depends on gltf support. Change-Id: Ief0452da3d03b0ddbca45272e5f5cd268691aeca
2014-08-06implement --with-system-coinmpRene Engelhard1-0/+15
Change-Id: I02928097f049e8f3cbefbc872b570b2d2b072658
2014-08-05implement --with-system-gltfRene Engelhard1-0/+18
Change-Id: Ic842006b28f8043bcbbaa81ab5a20e15aa52ac82
2014-08-04make sure image zips are done when gengal is runDavid Tardon1-0/+1
... to avoid potential uncaught exception. Change-Id: I454b9fbb5c35fd72757dfc21687b980982453465
2014-07-28make sure ICU libs are available when neededDavid Tardon1-2/+8
Change-Id: I56faa8f0b1567a4e45cafc8edff17423b1e29c35
2014-07-24icu: un-break installation of Java extensions on Windows (rel. fdo#63756)Michael Stahl1-0/+4
Linking libxml2 against ICU libraries has a nasty side effect: The URE library javavm.dll links against URE libxml2.dll, which is now linked against OOO icuuc53.dll; when a URE program, like uno.exe, tries to load javavm.dll it fails because the OOO layer "program" dir is not on PATH; this breaks the installation of Java extensions. Fix that by splitting up ICU libraries and putting the required ones into URE layer. (regression from 7515b1a90fac9e31733c0fdcc1156adadf0e6f99) Change-Id: If98dd0357162cb632d9762cd2d20162de5eb1a52
2014-07-20fdo#63756 build libxml2 with ICU supportDavid Tardon1-7/+9
Change-Id: I0523e49e640812be435ba4c97b1881ca253eb2ab
2014-07-17fdo#72277: don't build and use nsspem when building against system curlCédric Bosdonnat1-0/+3
System CURL will know how to get the CA bundle from the system openSSL. There is no need to have internal NSS CA database support. Change-Id: Ie5074c78f7d78b2c2f452d4d4e11c98222529883
2014-06-27integrate libpagemakerDavid Tardon1-0/+33
Change-Id: I077d7c9a41793abdf5f001386f44ac407f94a6d3
2014-06-25Update libgltf: new build system and various fixesZolnai Tamás1-4/+30
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-09curl: work around mysterious xcopy failureMichael Stahl1-1/+1
When building with Win32 make, the xcopy at the end of the build fails with "Invalid arguments" error, which is clearly wrong, since the arguments are exactly the same as before, and furthermore curl is not built with GNU make at all, but with nmake! W-T-F? Change-Id: Idc0b362202e1d14722573662bebeda0bc7070660
2014-06-06coverity#1202902 Uncaught CoinError exceptionCaolán McNamara1-0/+1
Change-Id: I93488fa942f1975b9c32be6d37fc76ea955a2067
2014-06-05ucb: move APR dependencies to gb_LinkTarget__use_aprMichael Stahl1-0/+2
Change-Id: I6768e5f2400f3020d85c48b80d58e13a3f6f07e9
2014-05-30build libwps as shared libDavid Tardon1-5/+28
Change-Id: Ic30d54461f799b745d0887b830445f00efeb6faa
2014-05-30build libmwaw as shared libDavid Tardon1-2/+29
Change-Id: I3c970cf3d15c2bd0072dccdf34bc3f0dae53c0b8
2014-05-30only def graphite external if --enable-graphiteDavid Tardon1-0/+8
Change-Id: I58271b5138b6dda4c448af63146a2f2171cb61a1
2014-05-26rebase all import libsDavid Tardon1-15/+15
Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d
2014-05-25always provide REDLAND_CFLAGS/LIBS to ext. projectsDavid Tardon1-3/+3
Change-Id: Iad1004503e91fbaf6251edc50b20d89ddbb15efa
2014-05-25fix deps for projects using librevengeDavid Tardon1-0/+12
Change-Id: Icc6e2465d96cc95b229a1f7abc6d51362ae3d016
2014-05-25bundle librevengeDavid Tardon1-0/+53
Change-Id: Ic36c1670866545db2cf2f29867de7e5b0ad2d57d
2014-05-25build libodfgen as shared libDavid Tardon1-2/+28
Change-Id: I3a2c9f56e87ee6395bd3505a8fe372632e242312
2014-05-23don't unconditionally require bsh.jar and js.jar in RepositoryExternal.mkRene Engelhard1-0/+7
... as they can be disabled and thus are not there at install Change-Id: I197b5053971d2721114b2ebc7b3c31db36c3f58e
2014-05-21care for Java 1.5 support in external packagesDouglas Mencken1-4/+10
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-19fdo#78857 jars aren't built without javaDavid Tardon1-0/+10
Change-Id: Ide604ea90fb1b26e5e2a72f5eb273fd1686d27c5
2014-05-13Introduce Collada2gltf external libraryZolnai Tamás1-0/+16
Change-Id: I157f175ee6ea719e98ba45133f53cb4d2c3045bb
2014-05-13Introduce OpenCollada external libraryZolnai Tamás1-0/+14
Change-Id: I08a806b9319f7cb55be3b38a3bb9370799f6752b
2014-05-06Upgrade libgltfZolnai Tamás1-2/+0
Change-Id: Ib7bc9562602d1d8da4082987302834ac2486d78a
2014-04-26YES -> TRUEDavid Tardon1-1/+1
Change-Id: I8d6764d555c50923af5bdc6672753b5e84230144
2014-04-26specify linking opts for jawt centrallyDavid Tardon1-2/+14
Change-Id: Idb8d97d44b16bbe41372d97c46199ec786c38218
2014-04-26mingw: fix use of jawtDavid Tardon1-2/+8
Change-Id: I47b4a1f5ca5b8ce3cde11d4db599d6afb54a2886
2014-04-22libgltf: Make it link with freetype on Windows.Jan Holesovsky1-0/+1
Change-Id: I57dcde58bb017ab087908154bc4a1af6d5d152b9
2014-04-20avmediaogl: load all needed files into buffers for gltf renderingZolnai Tamás1-0/+2
Change-Id: I00fe209f3b0061dd67240eb1a490fb62530ffb55
2014-04-18restore deps on bins from bundled projects used during buildDavid Tardon1-5/+5
Change-Id: Ibd97268e4aaa61ec896135bf780173a18536101d
2014-04-18Fix android build: fix conditionZolnai Tamás1-1/+1
Change-Id: I5e20375791f038b38ef079712204a1afed07c39c
2014-04-18Integrate libgltf for rendering gltf modelsZolnai Tamás1-1/+17
Change-Id: I7c30dbcf276052c01bb15f3b8c77a2406260aa7b
2014-04-18Freetype is needed by libgltf on all platformsZolnai Tamás1-1/+1
Change-Id: I042cbc5f4cabfa7ec387594189e2f86be6ec7fbf
2014-04-08We now build GLEW always (unless a system one is used)Tor Lillqvist1-4/+1
So its headers are always there in workdir. Change-Id: I513b49da52c1f393c02b24c5bcf0f415e22e79d2
2014-04-08Use condition from Module_chart2.mk for external glew.Matúš Kukan1-1/+4
I wonder what's best to use here. Change-Id: Icf641dcf640a12832ea86782414357fa9f71829c
2014-04-08Better to use dependency on package here.Matúš Kukan1-1/+1
Change-Id: I697a2bd24d80ac236f7336e318a338cde788c7d4