summaryrefslogtreecommitdiffstats
path: root/Repository.mk
Commit message (Collapse)AuthorAgeFilesLines
* Test libs are layer "NONE"Stephan Bergmann2013-04-261-6/+9
| | | | | | ...as they are used during the build, rather than included into installation sets. Change-Id: I67029c1cefacf3e4936ce916d17f7940ebebceaf
* ditch libi18nlangtagicu againEike Rathke2013-04-251-1/+0
| | | | | | | Thanks to Fridrich for finding the real cause for why I thought this was necessary.. Change-Id: I77934b17c2b994a03cae5440253b165704de2fa4
* introduced libi18nlangtagicuEike Rathke2013-04-241-0/+1
| | | | Change-Id: Ie80e989d55d465e127ccc20290d654acf222e5bb
* fdo#60949: Move the last libs to OOOLIBSMarcos Paulo de Souza2013-04-241-28/+28
| | | | | | | Change-Id: Ieec4edf41140f9c5af3dcc227c917b06157a26f3 Reviewed-on: https://gerrit.libreoffice.org/3561 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* Add license filtering to configure.Michael Meeks2013-04-241-1/+1
| | | | Change-Id: Icd53c6ccfcca25d828d79ad62d1e075869998850
* kill RTLIBS group; and autoinstall the librariesMatúš Kukan2013-04-231-6/+3
| | | | | | This commit changes names for comphelper i18nlangtag and ucbhelper. Change-Id: I93731ef31f894854f9c642d3adee41006552e303
* autoinstall more ure librariesMatúš Kukan2013-04-231-17/+20
| | | | Change-Id: I7bbf716fb56726bceb3f84e757ff7ab6c3cc79e7
* fdo#60949: Move more libs to OOOLIBSMarcos Paulo de Souza2013-04-211-8/+8
| | | | | | | | Change-Id: Ibd45f7004f8eaa151b9a60d7369d396411f60a2b Reviewed-on: https://gerrit.libreoffice.org/3511 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#60949: Move more libs to OOOLIBSMarcos Paulo de Souza2013-04-201-10/+10
| | | | | | | Change-Id: I566602028556aa954bcbd116c375b9b61cc3df6f Reviewed-on: https://gerrit.libreoffice.org/3484 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#60949: Move some libs to OOOLIBSMarcos Paulo de Souza2013-04-191-5/+5
| | | | | | | | | | Compile test only :) Change-Id: I1e546b824ec027bb1321e36fb060af5b4cfd1bf1 Reviewed-on: https://gerrit.libreoffice.org/3476 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* Revert "do not merge public ure libraries"Matúš Kukan2013-04-161-1/+1
| | | | | | | | Does not work because cppuhelper depends on private libraries. So, either by setting URELIBS we break API or can't merge that much or need to think about it more and implement something clever. This reverts commit 75ece7acdc81d17ce26bab966e57fbca7406bf52.
* do not merge public ure librariesMatúš Kukan2013-04-161-1/+1
| | | | | | No more need for URELIBS, depend only on MERGELIBS. Change-Id: I5a93031116c26bbbe375e9c467e7b427487ec18b
* do not register dbtools if we don't use itMatúš Kukan2013-04-151-3/+2
| | | | Change-Id: Ie392d0468f1398dce7cb3601ee3284bcaef30fcf
* No vbahelper library if DISABLE_SCRIPTINGTor Lillqvist2013-04-151-1/+2
| | | | Change-Id: Ice3656e828cf74d319c8a9c2d16dcdcdce9891d6
* libmerged: add more libraries and cleanupMatúš Kukan2013-04-151-3/+3
| | | | Change-Id: I68c6f4d4bae3ae495dd2033c95f47a34a4aba560
* autoinstall more OOOLIBS librariesMatúš Kukan2013-04-151-24/+24
| | | | Change-Id: I02c86d7ab6814bfcf559af7408e5d0e1eef59666
* autoinstall more PLAINLIBS_OOO librariesMatúš Kukan2013-04-151-7/+9
| | | | Change-Id: I569a47816281b16fc84fdb859ecce4ab83d0a9ee
* autoinstall more common librariesMatúš Kukan2013-04-151-13/+13
| | | | Change-Id: I293cca130137f35b6ff29925228284ced3d9b1b7
* fdo#60924 autoinstall: add writer section; also add more libsMatúš Kukan2013-04-151-8/+11
| | | | Change-Id: I765e36aa95d0bcfb62b696d5db1fb151ba33da2c
* fix typoMatúš Kukan2013-04-111-1/+1
| | | | Change-Id: Ib2efc547f0f1daf337cd15d78d76154b9863917f
* autoinstall ure private librariesMatúš Kukan2013-04-111-29/+22
| | | | Change-Id: Ia390c4d4a9be4b5520fd82a573029ea242f9ffb9
* fdo#60924: autoinstall more librariesMatúš Kukan2013-04-111-23/+11
| | | | | | | This autoinstall thing is quite cool because we don't need #ifdefs in scp2. Conditions in Repository.mk are enough. Change-Id: I31525a7e1d3bf0e4484f838483a829490621a241
* add new urelibs library merging some libraries from ure/lib/Matúš Kukan2013-04-101-0/+1
| | | | | | | | | | There is no configure switch for this, URELIBS must be set. This commit changes strategy to link also libraries being merged. We need them for build tools like idlc, cppumaker, .., so the tools can link against them now. This avoids circular dependencies. Change-Id: Ic49e18ecbeaff84d4f5a7fafe8b1fbf45ed18c9b
* new module i18nlangtagEike Rathke2013-04-051-1/+1
| | | | | | | | | | | Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
* Easter Bunny brings new redland tarballsMichael Stahl2013-04-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | upgrade raptor to 2.0.9, rasqal to 0.9.30, redland to 1.0.16: - new raptor depends on libxml2 version 2.6.27 and thus will _not_ build against system libxml2 on Mac OS X 10.4/10.5 - stop delivering raptor-config/rasqal-config, set env vars instead (which unfortunately requires patching configures, TODO: upstream that) - remove redundant configure flags - stop passing -Wl,no-inhibit-exec (causes HP-UX code to be built on Linux) - disable new rasqal build deps: --with-uuid-library=internal --with-digest-library=internal - disable redland "libltdl" nonsense via --disable-modular - fortunately openssl digest support has been removed too - drop raptor-1.4.18.ooo_build.patch, set RAPTOR2_CFLAGS/LIBS instead - drop raptor-1.4.18.autotools.patch: + FreeBSD parts moved to raptor-freebsd.patch.1 + Android parts obsolete + don't know about the MinGW part (TODO) - from drop raptor-1.4.18.mingw.patch dropped the part defining parsers to be built, done via --enable-parsers - drop redland/raptor/raptor-1.4.18.cross.patch: the vsnprintf check is now done at runtime, and expat has been removed - drop raptor-1.4.18.aix.patch,redland-1.0.8.aix.patch: presumably don't need special check for V7BETA since it's released now - drop raptor-1.4.18.rindex.patch, index/rindex no longer used - drop raptor-1.4.18.entities.patch, fixed upstream in 2.0.7 - drop raptor-1.4.18.fixes.patch, fixed upstream in 2.0.9 - drop raptor-1.4.18.{libxml,libxslt}.patch: TODO - drop {raptor-1.4.18,rasqal-0.9.16,redland-1.0.8}.legal.patch: we don't care any more about Sun legal dept. - drop rasqal-0.9.16.ooo_build.patch, set RASQAL_CFLAGS/LIBS instead - drop rasqal-0.9.16.autotools.patch: + FreeBSD parts moved to rasqal-freebsd.patch.1 + Android parts obsolete + MinGW part only for cygwin build - drop redland-1.0.8.autotools.patch: + FreeBSD parts moved to redland-freebsd.patch.1 + Android parts obsolete + don't know about the MinGW part (TODO) - drop redland-1.0.8.ooo_build.patch, hopefully not necessary to disable utils build Change-Id: I9cc44928ba87392d69e809abe2236cec0e4a508a Reviewed-on: https://gerrit.libreoffice.org/3154 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* Refactor the iOS Viewer app and rename it to "LibreOffice"Tor Lillqvist2013-03-301-1/+1
| | | | | | | | | | No, it isn't any closer to being "ready" despite the name, but still, using the current approach, it clearly isn't restricted to be just a viewer. Also drop the verbose LOViewer prefix from class and file names in it. Change-Id: Ib4e8a31d6fa1b35169ee98cf2aa8f0f22957164c
* Export current Writer page as jpg/pngTomaž Vajngerl2013-03-251-0/+1
| | | | | | | | | | | | | This is first step to rework of graphic exporting. The idea is to replace the exporter that works only for Draw/Impress and replace it with a general exporter for any object. With this it will be far easier to export objects as charts. Currently only Writer is supported and only jpg/png. Additionally, this commit introduces a new Export dialog which supports setting the pixel width, height and DPI. Change-Id: I7302b26bd432840d7ef0c3d2d2e13ff150cd2a07
* rscdep is deadThomas Arnhold2013-03-211-1/+0
| | | | | | 18d37cf9fb21dd809ec79135ce93f9a55512c9b3 Change-Id: Iaa18cf4343f4818e72cda08ad580672e38f6446e
* remove unused code svtools/bmpmakerKrisztian Pinter2013-03-211-3/+0
| | | | | | | | | | | | | | Investigated the usage of bmpmaker for fdo#39445, seemingly it's not used anywhere. I removed it but I would be happier if someone could confirm this. Change-Id: I21c98e7857299aef8c482bb07750f4c13529c937 Reviewed-on: https://gerrit.libreoffice.org/2868 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org> Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
* fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky2013-03-181-1/+1
| | | | | | | | | 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>
* add gcc-wrapperPeter Foley2013-03-141-0/+3
| | | | | | | Change-Id: I961bd23d1ec382d247a489cda42194ce9f4fe1da Reviewed-on: https://gerrit.libreoffice.org/2715 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* liblibo: install test library by itself and install it.Michael Meeks2013-03-121-0/+1
| | | | | | | Also fix debugging with threads, find fundamentalrc correctly, make it headless, finally loads a document then exits. Change-Id: I2017075bf3b3c7198bde53b9fe85585089e5ab6c
* liblibo: create initial liblibreoffice.Michael Meeks2013-03-121-0/+1
| | | | | | bootstrap libreoffice, start a dummy test-harness: can't use CppUnit or link to any URE / LibreOffice libraries. Change-Id: I855b640557f93959749e966a2d8e5e577fd84574
* filter: use python version of FCFGMergeMatúš Kukan2013-03-111-1/+0
| | | | Change-Id: I23124b919359c1217529724338b8d4906e051306
* build concat-deps as ordinary executableMatúš Kukan2013-03-111-0/+1
| | | | | | | Change-Id: I6404472040f38c14ec7ca4a2c51be0d2f7f8199a Reviewed-on: https://gerrit.libreoffice.org/2659 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky2013-03-111-1/+1
| | | | | | | | | | | | To prevent future clashes with uno name space rename the com.sun.star.report package to org.libreoffice.report. Bump the version to 1.2.4. Change-Id: Ia06cb7ad8c1528c1d5b5eeb70f1e4b2aa854b70f Reviewed-on: https://gerrit.libreoffice.org/2578 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* Gbuild'ify desktop/test/deployment/passive/Stephan Bergmann2013-03-071-0/+2
| | | | | | | | | | | | | | | | ...to manually build solver/*/bin/test-passive.oxt via "make Extension_test-passive". There's still room for improvement in gbuild, though: * There should be no need to add the extension's native library and jar UNO components (which nothing else links againts) to the central Repository.mk. * There should be no need to move manifest.xml around. * There should be no need to move .java files around. * Let "make Extension_test-passive.clean" clean up again. Change-Id: Ib44558061c4c0fda6be5943bd02b5a42cd15c52e
* remove obsoleted ulfconv utilityAndras Timar2013-03-051-1/+0
| | | | Change-Id: Id627136d25a40b5d573e274cc6ad78418b8ffdb9
* WIP: Experimental new binary type.rdb formatStephan Bergmann2013-03-011-1/+1
| | | | | | | | | | Add LegacyProvider to read the old format (requires a provider Manager, to resolve singletons' bases, to decide whether they are interface- or service- based). Replace registry-based reg2bin with provider-based reg2unoidl. Change-Id: I5865e62308cc2d9c5439211ac803d84e93aab656
* remove dmake-only utilsPeter Foley2013-02-281-3/+0
| | | | Change-Id: Id0723277613cf1867b28dbd98c2249ff9ea73649
* extensions: remove obsolete oleautobridge2 libraryMichael Stahl2013-02-281-1/+0
| | | | | | | | This library was never shipped with LibreOffice; presumably it is some backward compat kludge for StarOffice versions older than 5.2 that only shipped with StarOffice. Change-Id: I5e07e14fde0f62814f4648b362f9e9333fd6c84f
* register these libs when neededMatúš Kukan2013-02-281-4/+2
| | | | Change-Id: I6ad6a4428f71caed0e0c71f3b406fe08f298c91c
* renewpo was needed one time only, 3.6->4.0 conversion. DroppedAndras Timar2013-02-281-1/+0
| | | | Change-Id: I8ad66eb5e664590f596ffb9e76b50b5a95aab456
* WIP: Experimental new binary type.rdb formatStephan Bergmann2013-02-251-0/+1
| | | | | | | | Move unoidl functionality into a module of its own, as a prerequisite to use it in codemaker etc. (This is intended to ultimately remove modules store and registry, modulo backwards compatibility constraints.) Change-Id: If5274cbd3a595951e6cf7a9664bc542f01833f38
* fdo#60924: move writerfilter from scp2 to gbuildBjoern Michaelsen2013-02-251-1/+1
| | | | Change-Id: I17f68196edeb685fb8d3f95616be1199fd5f1de2
* fdo#60924: move lwpft from scp2 to gbuildBjoern Michaelsen2013-02-251-1/+1
| | | | Change-Id: Icb3044f1dc8b8a816cc93c9764908532a9cdcec4
* fdo#60924: move t602filter from scp2 to gbuildBjoern Michaelsen2013-02-251-1/+1
| | | | Change-Id: Ib655b1177ffb4609bd7c50d54a818de659f284f3
* fdo#60924: move wpftwriter from scp2 to gbuildBjoern Michaelsen2013-02-251-1/+1
| | | | Change-Id: I7e12a4ddd68ffb2c2b1cd1730a8ab17c79311fb2
* fdo#60924: move lng from scp2 to gbuildBjoern Michaelsen2013-02-251-1/+1
| | | | Change-Id: I006230e190eb4e35f72c598c0016f7a7aa27cc7d
* fdo#60924: move fwm from scp2 to gbuildBjoern Michaelsen2013-02-251-1/+1
| | | | Change-Id: Iaced34a334e216ac2f4df783d76fb3003051e3b5