summaryrefslogtreecommitdiff
path: root/Repository.mk
AgeCommit message (Collapse)Author
2015-05-19Don't package ui-previewer in App Store caseAndras Timar
Change-Id: I122c65d7f6dec7588ea2624e291e9dfe04dff22c
2015-05-19Check ENABLE_PDFIMPORTTor Lillqvist
(cherry picked from commit baee89d5a068fe950e78e9ec13937f237c5a2c9e) Conflicts: sd/CppunitTest_sd_import_tests.mk Change-Id: I1c0e7e5ecfcd62315e367d537cd3e0466b66e48f
2015-05-19We need the gengal program at build timeTor Lillqvist
But don't bother shipping it on OS X, at least not in the sandboxed (App Store) case. Change-Id: Id73bef1ba71d126c2d2962fe846e9c31963d6c24 (cherry picked from commit 11b4f4bfbee257d63f6a52808fb02b903ddea0d5) Conflicts: Makefile.in Repository.mk
2015-05-19Skip some executables in the OS X sandboxed (Mac App Store) caseTor Lillqvist
I doubt end-users will miss gengal.bin, regview, or regmerge. Change-Id: I353610c0d039f25fa415f35902fe2b9890cd423f (cherry picked from commit beb30bbd867f9a28878e0d004458c3507f6c0956) Conflicts: Repository.mk
2014-12-10fix packaging of OpenGL shaders, related fdo#83875Markus Mohrhard
Change-Id: I68f7d4e2d91d37013018fc3cc185c46eb81fcb7d
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist
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-28Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist
Intermediate commit. More changes will follow: The device selection logic needs to be moved, too. (And cleaned up.) Instead of the separate formulacalculationoptions dialog we should simply have a normal options page for those OpenCL-related settings that will remain purely Calc-specific, like the formula opcode subsetting. Change-Id: Id60d95e80d377cbbf5780beb473b221bce06b5e5
2014-11-28Move clew into a library of its ownTor Lillqvist
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
2014-11-17drop gnome-open-url binaryCaolán McNamara
we don't really need it anymore, fallback to our own open-url if there is nothing else to take it Change-Id: I7a4e841a53bda30e29d48b9c34d24af085f1b4b5 Related: coverity#706194 Use of untrusted string value
2014-11-12Revert "Revert "Revert "wrong merge conflict resolution, vcldemo, icontest ↵Markus Mohrhard
go to instdir""" This reverts commit 80c83f4a578e1ec0c8b5e439687716e365937c9a.
2014-11-12Revert "Revert "wrong merge conflict resolution, vcldemo, icontest go to ↵Markus Mohrhard
instdir"" This reverts commit b64caa8ad85d951c74e1c84096802997340c8e1b.
2014-11-10Revert "wrong merge conflict resolution, vcldemo, icontest go to instdir"Michael Stahl
This reverts commit 726e1a49bd40d98ffcfba760a08c503b096c79bd. It is not desirable to put vcldemo and icontest into installation sets.
2014-11-10wrong merge conflict resolution, vcldemo, icontest go to instdirMarkus Mohrhard
Change-Id: Iefcca922fc824877c49a11cd68023d57eff22d2f
2014-11-10fix bad merge conflict resolutionMarkus Mohrhard
Change-Id: I788d57a5645c00f6bdb66cc14c7fa748bc8b02f2
2014-11-10vcl: outdevgrind compile it by default, and fix it up.Michael Meeks
Change-Id: I4bdad4a0eb65991cd9faa9452485c64120b8b6dc
2014-11-10merge vcllo and vclopenglloMarkus Mohrhard
Change-Id: I419ca67dc1f87dd9ac751aa5a094fecf58136edb
2014-11-07Clarify configure GStreamer handlingJan-Marek Glogowski
Currrently --disables-gstreamer disables GStreamer API 1.0 support and --enable-gstreamer-0-10 enables GStreamer API 0.10 support. To build with GStreamer API 0.10 you need to --disable-gstreamer and --enable-gstreamer-0-10, which doesn't seem logical. But actually it's possible to build both avmedia GStreamer backends, so this changes: * --disable-gstreamer to --disable-gstreamer-1-0 * configure variables to include the GStreamer API version "1_0" * adapts the configure help text Change-Id: Icffd8cfb9d80b3021e290675e7c9644c2a31fce8 Reviewed-on: https://gerrit.libreoffice.org/11912 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-11-06fdo#82038: senddoc, uri-encode got lost on MacStephan Bergmann
Change-Id: I2f104c64601b22ce3ef078295c7da3cb21a133f9
2014-11-04Repository.mk: move conditional to the right placeMichael Stahl
regression from 139a4b6229905e44f22a0b747ea9c44f30e468f4, thanks _david_ Change-Id: Ifce88cc5dd3dfc252a16407b4141ba2751564171
2014-11-04Required MacOSX version is 10.8Riccardo Magliocchetti
Change-Id: I5dcfdb3106bfe3e83a64443cd8aff1c7ba023a5b Reviewed-on: https://gerrit.libreoffice.org/12244 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2014-10-31scp2: move unx wrapper scripts to AutoInstallMichael Stahl
Change-Id: I661656e486b088c28b78e5c3ed4fbe9945991097
2014-10-31Repository.mk: move mobile-only libraries to NONE layerMichael Stahl
Change-Id: Iae0c3fc429c74713662f1a75ef0a2150700274c7
2014-10-31Repository.mk: move executables that are not installed to NONE layerMichael Stahl
Change-Id: I494349840e5b95a7c9f477a4b3133d1a2318ab7e
2014-10-31scp2: move WNT executables to AutoInstallMichael Stahl
Change-Id: I3e541053faf956dc0cd2a3f068cd93b73fcaab6d
2014-10-31scp2: move unix/gnome executables to AutoInstallMichael Stahl
Change-Id: I0e0c3b5e3f130093f430f47c1730580105718c1e
2014-10-29Don't bother with a separate dynamically loaded scopencl libraryTor Lillqvist
Just link that code into the sc library. We use clew anyway to handle optoinal presence of OpenCL at run-time. This is a straightforward change for now. Could be cleaner; we could get rid of the fairly pointless wrappers in sc/source/core/opencl/formulagroupcl.cxx for instance. Change-Id: I23215c6516ef04698f6891e2a7fc6611dc83b37a
2014-10-29scp2: move writer executables to AutoInstallMichael Stahl
Change-Id: Ibcfdd7a8c204a1ec90045ad39ef456237ba80a34
2014-10-29scp2: move math executables to AutoInstallMichael Stahl
Change-Id: I8cb04121c52eb62e837c6a80037f9eabfc573dde
2014-10-29scp2: move impress executables to AutoInstallMichael Stahl
Change-Id: I312a9921e8760ee93282ef0706469fdea3fabea9
2014-10-29scp2: move draw executables to AutoInstallMichael Stahl
Change-Id: I6f7642a39fb72cfed85638cdd9015bf0aced8a20
2014-10-29scp2: move calc executables to AutoInstallMichael Stahl
Change-Id: Id69718fbdf429a4e9196e8b9c5c8a71171ad0847
2014-10-29scp2: move base executables to AutoInstallMichael Stahl
Change-Id: I772bbfc05d4f8fd38df7a75d3b0982c843be2524
2014-10-29installer: let's make missing FileID a fatal errorMichael Stahl
... because the upcoming AutoInstall conversions introduce dependency from FolderItem to auto-installed executables, and we want to ensure that that keeps working. Change-Id: I08d4aeddd28b93f080e201716597315e9a6ec2d6
2014-10-29scp2: move python executables to AutoInstallMichael Stahl
Change-Id: I94919f11150f39148219afc613ced99f74c539c0
2014-10-29scp2: move xpdfimport executables to AutoInstallMichael Stahl
Change-Id: I9b75436a03c06252530bbd54a7011fb553ceb9be
2014-10-29scp2: move brand executables to AutoInstallMichael Stahl
... except for soffice.exe which is referenced by some FolderItem. Change-Id: Ie5788aa950f0b8526220fb2c8b9281ce934b8a5d
2014-10-29scp2: move crashrep executables to AutoInstallMichael Stahl
Change-Id: Ib9fba534491ce67d329a375a359eef4520c0a3a1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
Feature test macros that govern conditional compilation should be defined in config_*.h include files, not on the compilation command line. Change-Id: I40575a4762fd2564f10927b6f38a112dd9f9a3d7
2014-10-18tilebench depend on linreooficekitgtk so need ENABLE_GTK tooNorbert Thiebaud
Change-Id: I04b787493115de0190615f42248cc82968907e38
2014-10-10Build icontest for OS X, too. Does not work at all, thoughTor Lillqvist
Change-Id: Id1c82638f12514f55f297ec5e4a07444849175ce
2014-10-10Build icontest for Windows, tooTor Lillqvist
Change-Id: I7c23d9a41c9b517bf8dcdd3e1de2ab24a8a1d0d0
2014-10-09Remove jvmfwk plugin featureStephan Bergmann
...which was effectively unused; there only ever was a single sunjavaplugin that is now folded directly into jvmfwk. Leaves room for further clean up. Change-Id: I14dd2a3a09bd1ce9a8c3f5c156628ec11d954a0b
2014-10-08icontest was missingTor Lillqvist
Change-Id: Ie00a983cc93736528e16b4244aaf1361536ed9b6
2014-10-03Try putting vcldemo in instdir/programTor Lillqvist
Chris Sherlock says that should make it possible to get it to actually run. (Didn't work for me, though.) Change-Id: I69a7badaf1f19481546866cfa2a417029c305105
2014-10-02LOK: Add a tiled rendering testbench.Michael Meeks
Change-Id: I631c0506f427d974c3dd4c75484aa25603100895
2014-09-18Use instsetoo_native-generated uno ini-file for both instdir and instsetsStephan Bergmann
Change-Id: I8aa839fbe621fed798a9d3a33975cbd202fba656
2014-09-17The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mkTor Lillqvist
So no need to expand it at configure time in ure/source/unorc, and no need to handle the related builddir!=srcdir complications. Change-Id: Ifa34d25fab9ad2da13ed039bf6c5921b0fb58703
2014-09-09fdo#45071 Remove Libreoffice browser pluginBryan Quigley
This removes ENABLE_NPAPI_INTO_BROWSER while it should keep ENABLE_NPAPI_FROM_BROWSER (embed flash in LO) intact. Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Conflicts: extensions/source/nsplugin/source/npshell.cxx Change-Id: I80a9159a75653c74423d8fdc7c188568d3188e04
2014-08-15fdo#75506 move tubes lib from OOOLIBS,calc to OOOLIBS,oooEike Rathke
As the desktop module links against it. Change-Id: I23b296a57bcd8971678f41a60a3bc4001a4f4855
2014-08-15Register postgresql-sdbc libs only if we build them, surely?Tor Lillqvist
Change-Id: I8cee0b3ee52925029834605c86fc01303e34b0c4