summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_ooo.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-03-23Report Builder should be an optional component in Windows installerAndras Timar1-1/+1
... because when it is installed, it hides the original template based reporting UI, which is preferred by some users. Change-Id: Id758b664d6b06c2c12e32c428b5dbcf7bfaf045d
2013-03-18fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky1-0/+31
For test sample report from fdo#61726 can be used. Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe Reviewed-on: https://gerrit.libreoffice.org/2718 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-03-03fix typoDavid Tardon1-1/+1
Change-Id: I1c92bbb3cc01655e38b0059df57650c517176939
2013-02-15Remove the need to manually register libs in scp2Bjoern Michaelsen1-0/+2
- we have all the needed information in gbuild - reduce the amount of double and triple bookkeeping - hopefully the generated files for scp2 are only a intermediate step and we can do whatever perl voodoo scp2 does directly in gbuild - currently using basctl as an example - this also means we have to be more strict in Repository.mk with what we register: - if we dont build a libs, it shouldnt be registered (otherwise scp2 will want the nonexisting lib) - in the end, this is a Good Thing(tm): we dont want anyone trying to e.g. link against a lib we dont build - should now hopefully work on all platforms - added module bookkeeping to gbuild Change-Id: I241ca67edbfabae83859274f9aa35d2d26165ef6
2013-02-05convert libxslt to gbuild and add to tail_buildPeter Foley1-2/+0
Change-Id: I16eb442fd65b3a2f3a44108f670fd364dc7a64c0 Reviewed-on: https://gerrit.libreoffice.org/1988 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-30convert redland to gbuild and add to tail_buildPeter Foley1-1/+0
Change-Id: I953fb203b1a24920f236c2f6e1fd9d82edda1f0f Reviewed-on: https://gerrit.libreoffice.org/1493 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-1/+1
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-12-05Clean up scp2 flagsStephan Bergmann1-15/+4
Change-Id: Ib4f5c28478d24a97131b6d9b3b1539d4982f762d
2012-12-04package moz stuff only when WITH_MOZAB4WIN == YESPetr Mladek1-1/+3
Change-Id: I2228d246e6d94f27d18d597c3833578592487b94
2012-12-04Adapt scp2 to WITH_MOZAB4WINStephan Bergmann1-4/+1
Change-Id: Ibef1ceb454eafba7129c774b8ced8c743ea3ce3d
2012-11-29Isolate PDF Import so it can be made optionally installableStephan Bergmann1-0/+6
...which can be attractive for installation sets that use --with-system-poppler but do not want the LO core package to depend on a poppler package. See the comment at the top of scp2/source/ooo/module_pdfimport.scp for details. The build-time --disable-pdfimport configure switch is gone, PDF Import is built unconditionally for all platforms but Android and iOS now. (The ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase consistency across those variables.) Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058
2012-11-28MinGW: Bundle also the libpoppler-*.dllJan Holesovsky1-0/+2
Change-Id: I181e408e7bc585d93fbeb2ce76a32bc350845c91
2012-11-21dung out berkeleydb gnumake / configure bits ...Michael Meeks1-2/+0
2012-11-20Key different browser plugin features to specific flagsStephan Bergmann1-1/+2
This is a rework of f9059d4eee8e53c0a6b531fff16e1fade58cb8b0 "Key all browser plugin features to --enable-nsplugin." The problem with that was that Mac OS X supports pluging browser plugins into LO documents (which was originally controlled by --enable-mozilla) but not plugging LO into browser windows (which was originally controlled by --enable-nsplugin), so controlling the former with the same switch as the latter did not actually work. Thus I replaced the single ENABLE_NSPLUGIN feature flag with two dedicated ones, ENABLE_NPAPI_FROM_BROWSER (for plugging browser plugins into LO documents) and ENABLE_NPAPI_INTO_BROWSER (for plugging LO into browser windows). The --enable-nsplugin configure switch is gone completely, setting the feature flags is always done fully automatically now. Change-Id: Iecf706637465e865c987563b5de489fa90b4c904
2012-11-14remove ancient lo-menubar implementation now that we have the shiny new oneBjoern Michaelsen1-1/+0
Change-Id: Ie5ea41e7376838ac7f2ebfbe0d703e6a28d8a8a9
2012-11-06Goodbye gettext, glib, gdk-pixbuf, pango, libcroco, libgsf and librsvgTor Lillqvist1-11/+0
Now with librsvg no longer used, and liblangtag no longer using glib, a bunch of bundled (in some configurations, always on some platforms) 3rd-party libraries are no longer needed. Initial work by rene, continued by tml. Change-Id: I76edd7aea5452e3487499f0b9ed9f767cf760194
2012-10-31fdo#55514 libgmodule is needed tooDavid Tardon1-0/+1
Change-Id: Icee2ffbe18ea732220f174cd4bf433ceb03d128b
2012-10-31fdo#54327 put system nss dlls into the install setDavid Tardon1-0/+1
Change-Id: Ie809bba726c4d17eac25d36381d93ea9781d74be
2012-10-30fdo#55514 put liblangtag dll to install setDavid Tardon1-0/+2
Change-Id: Ia2df651604358c70c0af129b5d60b149d2f1629e
2012-10-26minizip is not used anymoreDavid Tardon1-1/+0
Change-Id: I0ddc4d343882248d208c9f96366625bcbe6ac4f7
2012-10-25convert java XSL transformer into extensionDavid Tardon1-3/+0
Change-Id: Ided6c480969764073056830722c8996e0df52285
2012-09-29No need for BITNESS_OVERRIDE in makefilery as CPU etc work fineTor Lillqvist1-3/+0
Change-Id: I59f4d5ad275af62c997723908754112c062a31be
2012-09-27No 64-bit QuickTimeTor Lillqvist1-0/+3
Change-Id: Ie287d12c2142342fb89650bf715a2e12edabff78
2012-09-19gbuild: avoid unnecessary Packages while processing scp2 filesMatúš Kukan1-5/+0
This is first in do-not-duplicate-stuff-in-solver patch series. Adds direct include path for gb_ScpPreprocessTarget. Avoids copying .par files by using gb_InstallScriptTarget__get_dirs for include paths. Change-Id: I0a2b76accbbe7f33c83816fb8ad69cc29590e9e2
2012-08-31Do not include cairo lib unless ENABLE_LIBRSVG, among othersStephan Bergmann1-3/+1
(-DENABLE_CAIROCANVAS has apparently been unused.) Change-Id: Ib65ca0e8f5c8badab1f97e31bc61b1a49dabde76
2012-08-30remove unused localizable fileAndras Timar1-1/+1
Change-Id: I332e0553166620a6a90a7858ac33286caa5a4ed3
2012-08-18fix TDE FTBFSTimothy Pearson1-0/+2
Change-Id: Icde6310d922a3d5e2822789a23403b9f188efaf4
2012-08-15add build support for libexsltDavid Tardon1-0/+1
Change-Id: I539acd19fa8a0dc1a89a7a172ecad2a03ebc5d7b
2012-08-14drop disable-xmlsec, it's core functionality, have to live with itCaolán McNamara1-1/+0
we basically need this functionality, the idea of it being optional isn't really logical anymore with nss split out from mozilla. for iOS and Android where they doesn't build yet spit out lame fixme nag warnings Change-Id: I4b16c62553b12d3dcd340a0b5c5a4cbd807c2f02
2012-08-10Implement --disable-liblangtag, to be able to build without that.Jan Holesovsky1-0/+1
Change-Id: Ic38d0282dba99efe2ecc45142a927ba3d8fa167d
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks1-0/+3
Add fallback activation of an _OLD media component to the core. Compile both a 0.10 and 1.0 version of the gstreamer component Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
2012-08-06added liblangtag to installationEike Rathke1-0/+1
2012-07-17tubes: include libtubes in instsetEike Rathke1-0/+1
2012-07-16First attempt at removing mozilla ldap at all (please help to fix)Fridrich Štrba1-1/+0
Change-Id: I0559cf1820c782d22c4d75749f2171d7702b4e73
2012-06-25Resolves: fdo#51166 disconnect inclusion of nss libs in install from mozillaCaolán McNamara1-0/+1
We need the nss libs in our final install always (unless using system-nss libs) so finally disentangle nss from mozilla because --disable-build-mozilla had the sideeffect of *not* including the nss libraries in the final install. Which means that the xml_xmlsec.dll on windows couldn't be loaded due to missing dependencies. a) Strip out the nss libs from the pre-builds if those are being used. b) Strip out the nss libs from the mozilla build itself if that's being used. c) Don't include the nss libs in the weird mozillaruntime.zip which gets unpacked into the install. d) Package the nss libs directly in scp2 like everything else Change-Id: Ia89d75cb0c0b83e84e60d0444ffc7997103fbc55
2012-06-13better test for system boost date_time libDavid Tardon1-0/+2
This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22. Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde
2012-05-29apparently missing SYSTEM_HSQLDB defineCaolán McNamara1-0/+1
Change-Id: Ia4fd68af25725770cc620254dedba805102301a8
2012-05-29bin i18npool/version.mk, hardcode the versionDavid Tardon1-3/+0
This makefile must be included from other makefiles, which means it must be delivered first, which does not play so well with gbuild's all-in-one-process build. Because the version has not changed once since the library was introduced in 2006, I consider this just an unecessary complication of already complex build process. Change-Id: I8304f0e8ef9e59a046b10f423dbe61d75e3fc5c2
2012-05-29scp2: rebase mishap.. icuversion.mk is no moreNorbert Thiebaud1-4/+0
Change-Id: Ie3fe45fce1e27332c178596ed7f60967781ffcda
2012-05-29fix copy-and-paste bugDavid Tardon1-0/+4
Change-Id: I236165572652d7740d637ac19994aca549f501bb
2012-05-29bin icuversion.mk, set the variables in configureMatúš Kukan1-4/+0
Change-Id: Ife00d7477dacfe1eb325c722517fb038ead083db
2012-05-29gbuildize scp2David Tardon1-0/+247
Change-Id: If9a0906a76943160cfdbd647b26a801bc4389615