summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
AgeCommit message (Collapse)AuthorFilesLines
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 (cherry picked from commit f85d10fdf651d131ecb0c3622326b3b076205e80)
2014-05-30build libmwaw as shared libDavid Tardon1-2/+29
Change-Id: I3c970cf3d15c2bd0072dccdf34bc3f0dae53c0b8 (cherry picked from commit 79211c1abe382e428611df1b81150106cbcb9197)
2014-05-30only def graphite external if --enable-graphiteDavid Tardon1-0/+8
Change-Id: I58271b5138b6dda4c448af63146a2f2171cb61a1 (cherry picked from commit 026dc56eb7deb7c49b6d54875a697d4a431082fe)
2014-05-26rebase all import libsDavid Tardon1-15/+15
Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d (cherry picked from commit 48c9d7ac7ccdad27067efe0d168e96ff48372631)
2014-05-26always provide REDLAND_CFLAGS/LIBS to ext. projectsDavid Tardon1-3/+3
Change-Id: Iad1004503e91fbaf6251edc50b20d89ddbb15efa (cherry picked from commit 0b7d0a82b20c495d4f031ba45ddec01ee01c2a76)
2014-05-26fix deps for projects using librevengeDavid Tardon1-0/+12
Change-Id: Icc6e2465d96cc95b229a1f7abc6d51362ae3d016 (cherry picked from commit 7c9c779cfb80a44e22aebf8cb1f22a26b282898d)
2014-05-26bundle librevengeDavid Tardon1-0/+53
Change-Id: Ic36c1670866545db2cf2f29867de7e5b0ad2d57d (cherry picked from commit b421ce79e39867917ba53be7bf69c8a4e7f8a8ac)
2014-05-26build libodfgen as shared libDavid Tardon1-2/+28
Change-Id: I3a2c9f56e87ee6395bd3505a8fe372632e242312 (cherry picked from commit 36c3f914261f921a62500c2a80da89489748a6fc)
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
2014-04-05Fix Windows build(external/coinmp)Tomofumi Yagi1-1/+1
This patch fixes the problem that a linker misses CoinMP.dll. The problem will occurs when we use --enable-dbgutil option. Change-Id: If6cec0f9705db2af33cb9a69d9440e3053c5979a Reviewed-on: https://gerrit.libreoffice.org/8854 Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Tested-by: Matúš Kukan <matus.kukan@collabora.com>
2014-04-03sccomp: Share common code and have only one library.Matúš Kukan1-0/+8
And use constructor feature for UNO implementations. Change-Id: I42b6a6f417049cc8e2d44b74c7adc552680b1f2d
2014-04-01Revert "Allow to build lpsolver based on CoinMP library."Matúš Kukan1-3/+5
This reverts commit 4f7b96886ec2e98f270a9ec3c3509cd523fce7cc. Conflicts: configure.ac scp2/InstallModule_ooo.mk Change-Id: I5621496d70a2c493eb964c1138d310c68fa6d660
2014-03-25bump apache-commons-lang to 3.3.1Caolán McNamara1-2/+2
Change-Id: Ibae9d3d143e111c0bb60de76deb085a3ccb010c9
2014-03-25bump apache-commons-codec to 1.9Caolán McNamara1-2/+2
Change-Id: Ia5638f4c4cc47121610b8ddff144fb88aff6b96f
2014-03-25bump apache-commons-logging to 1.1.3Caolán McNamara1-2/+2
Change-Id: Ibeebcc8616a3547f2e2dbf4d613ce4c02ba9d176
2014-03-19gbuild: More crude hacking to fix over-evaluation of gb_Python_PRECOMMANDStephan Bergmann1-1/+1
...in the spirit of 3e70e26cbc96667e2968cd325737053bf8bffb78 "gbuild: fix over- evaluation in gb_ExternalExecutable__set_internal" Change-Id: I3d5859bd3437cc050250e66d723d3dee3056ef46
2014-03-19gbuild: More crude hacking to fix over-evaluation of gb_ICU_PRECOMMANDStephan Bergmann1-3/+3
...in the spirit of 3e70e26cbc96667e2968cd325737053bf8bffb78 "gbuild: fix over- evaluation in gb_ExternalExecutable__set_internal" Change-Id: I43ff930267cfd3cc537e79c41a8b4167fd5c77d3
2014-03-18scp2: move jfreereport to AutoInstallMichael Stahl1-1/+1
Change-Id: I13bf9d1b75b3da1a8b6925f12eca938141fc9baf
2014-03-18scp2: move apache-commons to AutoInstallMichael Stahl1-1/+1
Change-Id: I5a50e7fcf5eafb18a63d250a82810703d3d8b11d
2014-03-18scp2: move rhino to AutoInstallMichael Stahl1-1/+1
Change-Id: I5282632315dab9002784da22e24544798f63bc47
2014-03-18scp2: move hsqldb to AutoInstallMichael Stahl1-1/+1
Change-Id: Ib72e509df6df51c4a42ea56ce7b1927a051baad4
2014-03-18scp2: move bsh to AutoInstallMichael Stahl1-1/+1
Change-Id: Ib030d8fc3bd7c3c38f8728c80414fde505b36537
2014-03-18scp2: move python3 to AutoInstallMichael Stahl1-0/+4
Change-Id: I6ca298bb51fd707bcda7eabc607307701a0722ac
2014-03-18scp2: move moz_runtime to AutoInstallMichael Stahl1-2/+6
... and why is this not conditional on WITH_MOZAB4WIN but DESKTOP? Change-Id: I6ba3780eb7472b72d4e1338948bd6ce8dcfff529
2014-03-18cleanup some obsolete externalsMichael Stahl1-20/+0
Change-Id: I7f845d19e8a6a3b73ff79405600dec50c87fc882
2014-03-18scp2: move liblangtag to AutoInstallMichael Stahl1-0/+4
Change-Id: If79d57cf1743427106c0e4202fb4d5e42b5a807e
2014-03-18install GLEW package in "ooo" moduleMichael Stahl1-0/+4
Change-Id: I435d631be270daabadc348c18301931d316f5509
2014-03-14scp2: move libxml2 to AutoInstallMichael Stahl1-0/+8
Change-Id: I62f2f654ac661ebf266b7b5cf70728a616c9b50f
2014-03-14scp2: move ICU to AutoInstallMichael Stahl1-0/+4
Change-Id: Ia9beb721301146fd8ec1d6c141189f580dd20d45
2014-03-14scp2: move NSS to AutoInstallMichael Stahl1-0/+4
Change-Id: Ibb8e8740a3193be8eace206eedc659ed628e9c6b
2014-03-14scp2: move openssl to AutoInstallMichael Stahl1-0/+4
Change-Id: Iab04734140feb293e3d975234da2f727fa58e754
2014-03-14scp2: move redland libraries to AutoInstallMichael Stahl1-0/+6
Change-Id: I464acbd191aeb25ab4b53d0f28378ee36f7893db