summaryrefslogtreecommitdiff
path: root/Repository.mk
AgeCommit message (Collapse)Author
2013-04-16Revert "do not merge public ure libraries"Matúš Kukan
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.
2013-04-16do not merge public ure librariesMatúš Kukan
No more need for URELIBS, depend only on MERGELIBS. Change-Id: I5a93031116c26bbbe375e9c467e7b427487ec18b
2013-04-15do not register dbtools if we don't use itMatúš Kukan
Change-Id: Ie392d0468f1398dce7cb3601ee3284bcaef30fcf
2013-04-15No vbahelper library if DISABLE_SCRIPTINGTor Lillqvist
Change-Id: Ice3656e828cf74d319c8a9c2d16dcdcdce9891d6
2013-04-15libmerged: add more libraries and cleanupMatúš Kukan
Change-Id: I68c6f4d4bae3ae495dd2033c95f47a34a4aba560
2013-04-15autoinstall more OOOLIBS librariesMatúš Kukan
Change-Id: I02c86d7ab6814bfcf559af7408e5d0e1eef59666
2013-04-15autoinstall more PLAINLIBS_OOO librariesMatúš Kukan
Change-Id: I569a47816281b16fc84fdb859ecce4ab83d0a9ee
2013-04-15autoinstall more common librariesMatúš Kukan
Change-Id: I293cca130137f35b6ff29925228284ced3d9b1b7
2013-04-15fdo#60924 autoinstall: add writer section; also add more libsMatúš Kukan
Change-Id: I765e36aa95d0bcfb62b696d5db1fb151ba33da2c
2013-04-11fix typoMatúš Kukan
Change-Id: Ib2efc547f0f1daf337cd15d78d76154b9863917f
2013-04-11autoinstall ure private librariesMatúš Kukan
Change-Id: Ia390c4d4a9be4b5520fd82a573029ea242f9ffb9
2013-04-11fdo#60924: autoinstall more librariesMatúš Kukan
This autoinstall thing is quite cool because we don't need #ifdefs in scp2. Conditions in Repository.mk are enough. Change-Id: I31525a7e1d3bf0e4484f838483a829490621a241
2013-04-10add new urelibs library merging some libraries from ure/lib/Matúš Kukan
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
2013-04-05new module i18nlangtagEike Rathke
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
2013-04-03Easter Bunny brings new redland tarballsMichael Stahl
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>
2013-03-30Refactor the iOS Viewer app and rename it to "LibreOffice"Tor Lillqvist
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
2013-03-25Export current Writer page as jpg/pngTomaž Vajngerl
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
2013-03-21rscdep is deadThomas Arnhold
18d37cf9fb21dd809ec79135ce93f9a55512c9b3 Change-Id: Iaa18cf4343f4818e72cda08ad580672e38f6446e
2013-03-21remove unused code svtools/bmpmakerKrisztian Pinter
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>
2013-03-18fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky
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-14add gcc-wrapperPeter Foley
Change-Id: I961bd23d1ec382d247a489cda42194ce9f4fe1da Reviewed-on: https://gerrit.libreoffice.org/2715 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-12liblibo: install test library by itself and install it.Michael Meeks
Also fix debugging with threads, find fundamentalrc correctly, make it headless, finally loads a document then exits. Change-Id: I2017075bf3b3c7198bde53b9fe85585089e5ab6c
2013-03-12liblibo: create initial liblibreoffice.Michael Meeks
bootstrap libreoffice, start a dummy test-harness: can't use CppUnit or link to any URE / LibreOffice libraries. Change-Id: I855b640557f93959749e966a2d8e5e577fd84574
2013-03-11filter: use python version of FCFGMergeMatúš Kukan
Change-Id: I23124b919359c1217529724338b8d4906e051306
2013-03-11build concat-deps as ordinary executableMatúš Kukan
Change-Id: I6404472040f38c14ec7ca4a2c51be0d2f7f8199a Reviewed-on: https://gerrit.libreoffice.org/2659 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-11fdo#61726: rename report-builder package to org.libreoffice.reportDavid Ostrovsky
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>
2013-03-07Gbuild'ify desktop/test/deployment/passive/Stephan Bergmann
...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
2013-03-05remove obsoleted ulfconv utilityAndras Timar
Change-Id: Id627136d25a40b5d573e274cc6ad78418b8ffdb9
2013-03-01WIP: Experimental new binary type.rdb formatStephan Bergmann
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
2013-02-28remove dmake-only utilsPeter Foley
Change-Id: Id0723277613cf1867b28dbd98c2249ff9ea73649
2013-02-28extensions: remove obsolete oleautobridge2 libraryMichael Stahl
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
2013-02-28register these libs when neededMatúš Kukan
Change-Id: I6ad6a4428f71caed0e0c71f3b406fe08f298c91c
2013-02-28renewpo was needed one time only, 3.6->4.0 conversion. DroppedAndras Timar
Change-Id: I8ad66eb5e664590f596ffb9e76b50b5a95aab456
2013-02-25WIP: Experimental new binary type.rdb formatStephan Bergmann
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
2013-02-25fdo#60924: move writerfilter from scp2 to gbuildBjoern Michaelsen
Change-Id: I17f68196edeb685fb8d3f95616be1199fd5f1de2
2013-02-25fdo#60924: move lwpft from scp2 to gbuildBjoern Michaelsen
Change-Id: Icb3044f1dc8b8a816cc93c9764908532a9cdcec4
2013-02-25fdo#60924: move t602filter from scp2 to gbuildBjoern Michaelsen
Change-Id: Ib655b1177ffb4609bd7c50d54a818de659f284f3
2013-02-25fdo#60924: move wpftwriter from scp2 to gbuildBjoern Michaelsen
Change-Id: I7e12a4ddd68ffb2c2b1cd1730a8ab17c79311fb2
2013-02-25fdo#60924: move lng from scp2 to gbuildBjoern Michaelsen
Change-Id: I006230e190eb4e35f72c598c0016f7a7aa27cc7d
2013-02-25fdo#60924: move fwm from scp2 to gbuildBjoern Michaelsen
Change-Id: Iaced34a334e216ac2f4df783d76fb3003051e3b5
2013-02-25fdo#60924: move fwl from scp2 to gbuildBjoern Michaelsen
Change-Id: I7687af837d116ef7ec444049d941f3ca337aca03
2013-02-25fdo#60924: move fwi from scp2 to gbuildBjoern Michaelsen
Change-Id: Ib7721d6b97b2d5f11f9f6dd05f5bc236c09c4f42
2013-02-25fdo#60924: move fwe from scp2 to gbuildBjoern Michaelsen
Change-Id: I2bb9d4598d31462f9b661ed076046eb643c0a9e5
2013-02-25fdo#60924: move frm from scp2 to gbuildBjoern Michaelsen
Change-Id: I74232178bb8c8a528d03274fbc8c1c9573874421
2013-02-25fdo#60924: move emser from scp2 to gbuildBjoern Michaelsen
Change-Id: Id90ffae1f38b69005ead8bef9fadc54833813184
2013-02-25fdo#60924: move drawinglayer from scp2 to gbuildBjoern Michaelsen
Change-Id: I198238f52b232dab4dc1d39fff70eb2dda2ddcfd
2013-02-25fdo#60924: move dbaxml from scp2 to gbuildBjoern Michaelsen
Change-Id: I4f5edb370a77e9d364e2b1df1271f20f99cef193
2013-02-25fdo#60924: move dbtools from scp2 to gbuildBjoern Michaelsen
Change-Id: I58ed1ba6992b413aad9aa39f77623371a3e7972e
2013-02-25fdo#60924: move odbcbase from scp2 to gbuildBjoern Michaelsen
Change-Id: I9e26a6a32a70275174c83d109256dde5c718e42b
2013-02-25fdo#60924: move file from scp2 to gbuildBjoern Michaelsen
Change-Id: Ia75627e720f1edf7dba8aeb4684cdc0e3bfebb33