summaryrefslogtreecommitdiffstats
path: root/Repository.mk
Commit message (Collapse)AuthorAgeFilesLines
* Repository.mk: remove 10 obsolete librariesMichael Stahl2014-06-131-12/+0
| | | | Change-Id: I16e551802181f1daebc49769ece7b9397b8fe52d
* scp2: move reportbuilder libraries to AutoInstallMichael Stahl2014-06-131-3/+6
| | | | Change-Id: I3369b4c5c412741e82279db95cb517a8ae69b25c
* scp2: move basebmp, avmediaQuickTime, avmediaMacAVF libs to AutoInstallMichael Stahl2014-06-131-5/+7
| | | | Change-Id: I1b7a8fd5272cb56b2a45c89de79165cfd71711c4
* fix the error "KDE is not a valid group for executables."Takeshi Abe2014-06-091-1/+1
| | | | Change-Id: Ic9f545be0d7ed53aed4b08588132d1c7b740313b
* kdefilepicker is a Executable, not a lib...Rene Engelhard2014-06-081-3/+6
| | | | Change-Id: Ia02230821a3a2b749328908d05added408558f0a
* also move kdefilepicker (for obsolete kde3) to kdeRene Engelhard2014-06-081-3/+3
| | | | Change-Id: I93e6ec47e0a3d9cf6f322bcefa3c97a4a0c5d871
* gbuild: move vclplug_kde* to the kde sectionMiklos Vajna2014-06-081-2/+4
| | | | Change-Id: Ia2b5df76be4d5a376fb28c2460f286e3f2b4acc0
* DeInitVCL at end of testsStephan Bergmann2014-06-041-0/+1
| | | | | | | | | | | | | | | | | | | | | This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
* Try to add support for WKS/WDB files...osnola2014-05-291-0/+1
| | | | Change-Id: I0ff1cd35be0e1546a156bc673770a920ad2ca444
* svx: Create pixel control (bitmap editing) demoChris Sherlock2014-05-191-1/+2
| | | | Change-Id: Id2cacd8c080b4df0600ab48b2ce4558f3539bbbe
* vcl: don't build demos for windows at the momentThomas Arnhold2014-05-181-1/+1
| | | | | | as they are broken, see red tinderboxes Change-Id: I09fed7b4c4dec0bebd9e8f85c6266688cf0d68ea
* vcl: don't deploy demosChris Sherlock2014-05-181-5/+5
| | | | Change-Id: If5e720569ddf5e0538712c24cadb6e15812a0f69
* vcl: fix svpclientChris Sherlock2014-05-181-0/+1
| | | | | | | | I have converted the UNO stuff to the more modern variety (i.e. the stuff that actually works now...), use GraphicFilter to get the bitmap and fixed the string copy typo. Change-Id: I6a3c1af54d222ef70814d2bb581cc2f3c058bb2f
* vcl: fix svptestChris Sherlock2014-05-181-0/+1
| | | | Change-Id: Ibaec6e027aa9fd61824ff6b4f1f71b69d217dfdc
* vcl: make vcldemo workChris Sherlock2014-05-181-1/+3
| | | | Change-Id: Icef2d988c37fb7b25245ad9f3f3856fa86f76a77
* Don't build svdemo for Android and iOS.Andrzej Hunt2014-05-171-1/+1
| | | | | | | | | | | | f89296db5959cf009668f8aad85cfd860b9252ee adds building of svdemo, this however uses SAL_IMPLEMENT_MAIN from include/sal/main.h -- which specifically can't be built on Android and iOS, hence we shouldn't build svdemo for those platforms. Change-Id: I6ce851ece90837112279c89467326b82f7a2070b Reviewed-on: https://gerrit.libreoffice.org/9391 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* vcl: fixup svdemoChris Sherlock2014-05-171-0/+1
| | | | | | | Change-Id: Ifb7cc12da349fcbcd1d3dc25b64cd2bf3fd7e819 Reviewed-on: https://gerrit.libreoffice.org/9378 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
* AOO: #i124875# support Mac AV-Foundation API for multimedia contentHerbert Dürr2014-05-151-0/+1
| | | | | | | Adapted as needed and gbuildified by tml. For the files that actually are Objective-C++ use the .mm suffix. Change-Id: Ieec40b722df6463a1061d19d38154828ff8adca2
* Introduce centralized detection for storage-based filesMaxim Monastirsky2014-05-011-0/+1
| | | | | | | | | | | | This will allow us to get rid of the duplicated code, and simplify the type detectors. Also this commit fixes fdo#46310 and fdo#74978. Change-Id: I08e958ab10d05e1036cdc2bed5ce14bf73b6245c Reviewed-on: https://gerrit.libreoffice.org/9221 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
* Build libchartopengl for all platformsTor Lillqvist2014-04-291-1/+1
| | | | | | | That doesn't mean it would need to be used on iOS or Android, if we don't need/want to. Change-Id: Ia6ac6f32cac3f6958f5ec240ec4be369474edfb8
* change libwriterperfect to shared libraryDavid Tardon2014-04-241-0/+1
| | | | | | | There are already 3 libs linking with it and there will be another one in near future. It is time to stop the duplication :-) Change-Id: Ia7d24882c37a8bf49fa031b73fa1bd5296f78820
* fix reportbuilder*jar install; it's reportbuilder, not rhinoRene Engelhard2014-04-211-1/+1
| | | | Change-Id: I8b64b384b8f959c48e01bee8034c2fb046df75b0
* avmediaogl: build depends on ENABLE_GLTF insteadZolnai Tamás2014-04-191-1/+1
| | | | Change-Id: I03d0d7c0446b6316e388ae717aded6bb7dcc88f1
* these wizards Jars are gone as wellMichael Stahl2014-04-171-7/+0
| | | | Change-Id: Ie3010431f69169d022d19c5ba6ff234adf191750
* XMerge based filters removed in a5783fe922b2419b5b662eb5f544a1f401341dbfMichael Stahl2014-04-171-4/+0
| | | | Change-Id: Idd5dae2843f774fdee49a5f2d5eb26022746c5c1
* XSLTFilter/XSLTValidate jars are goneMichael Stahl2014-04-171-2/+0
| | | | | | | removed by bfc71eb03e2bc6f26d53f70b32f9a8937086808b and 143f0b895fb2c0a1449af4f6f307487900921cbe Change-Id: Iaf6e99c15356ebe08cfb1d386a6dab97f47a730a
* ConnectivityTools is not installed, used by JunitTestsMichael Stahl2014-04-171-1/+1
| | | | Change-Id: Id095087d05b64119f80e2c1d476091765f017afa
* scp2: move reportbuilder Jars to AutoInstallMichael Stahl2014-04-171-2/+5
| | | | Change-Id: Ie8e8e4e5278278eecc1a6e54dbb70389df3e7155
* scp2: move ScriptProviderForJavaScript jar to AutoInstallMichael Stahl2014-04-171-1/+6
| | | | Change-Id: Ifbfc26c2ec8ade109c8fe7dfce70ef18d68881e2
* scp2: move ScriptProviderForBeanShell jar to AutoInstallMichael Stahl2014-04-171-1/+6
| | | | Change-Id: Ib792eb8a4c6fa549bb34727838181c5924e7c150
* scp2: move Jars from module ooo to AutoInstallMichael Stahl2014-04-171-13/+16
| | | | Change-Id: Ide08e2da5c129f5df502ac3955738f8bfca56d41
* Intermediate commit of hacking on --disable-database-connectivityTor Lillqvist2014-04-181-12/+14
| | | | | | | | | | | | | | | Add HAVE_FEATURE_DBCONNECTIVITY to <config_features.h> instead of using (or not, more likely) -DDISABLE_DBCONNECTIVITY. The plan is still that database connectivity would be disabled always for the non-desktop platforms, and otherwise disabling it would be a configure option. But, still lots to do; the TiledLibreOffice iOS test app gets tons of undefineds when linking if I actually try to disable the database connectivity. Change-Id: If1e4b55faa1514cd55dec5fc5487a30d689739ac
* More generic way to disable avmediaTor Lillqvist2014-04-171-1/+1
| | | | | | | | | | Introduce a configure option --disable-avmedia. For non-desktop, avmedia is always disabled (for now), and for desktop enabled by default. Add AVMEDIA to BUILD_TYPE when enabled. Don't build avmedia when disabled. Add HAVE_FEATURE_AVMEDIA to <config_features.h>. Bypass avmedia-related code when disabled. Change-Id: I919c6e199bff87d9f142d55dff6373f0ed217f39
* Build the vclopengl lib for Android, too, i.e. for all our platformsTor Lillqvist2014-04-151-1/+1
| | | | Change-Id: I244eb4877801ceb0ff22e8591dccd6b801d00d68
* Make libvclopengl build for iOSTor Lillqvist2014-04-081-1/+1
| | | | Change-Id: Id338d1fb8a1334fb4e984aff9494bab7f3c35dc1
* sccomp: Share common code and have only one library.Matúš Kukan2014-04-031-2/+1
| | | | | | And use constructor feature for UNO implementations. Change-Id: I42b6a6f417049cc8e2d44b74c7adc552680b1f2d
* Install coinmp and lpsolve linear solvers in parallel.Matúš Kukan2014-04-011-1/+2
| | | | Change-Id: If07d94a2f646c8377b76fdf645e85f9491e4f061
* Revert "Allow to build lpsolver based on CoinMP library."Matúš Kukan2014-04-011-1/+1
| | | | | | | | | | This reverts commit 4f7b96886ec2e98f270a9ec3c3509cd523fce7cc. Conflicts: configure.ac scp2/InstallModule_ooo.mk Change-Id: I5621496d70a2c493eb964c1138d310c68fa6d660
* Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás2014-03-271-0/+1
| | | | Change-Id: I3bf9e68e1a08ff3db065ec7f4e135119b7d1a4ef
* missing another libspaCaolán McNamara2014-03-211-3/+0
| | | | Change-Id: I1e9a9e97ea2f6bdd43e6143830a3ab45177f9b05
* drop spadminCaolán McNamara2014-03-211-1/+0
| | | | Change-Id: Ie10ee80f1d35b40c0baf9d7ba5c1181b52405b5f
* Move OpenGLRender to vclZolnai Tamás2014-03-141-0/+1
| | | | Change-Id: I6383ae3f94fc18aec92596b9d857d3fde5869dd6
* scp2: move libxmlsec to AutoInstallMichael Stahl2014-03-141-0/+4
| | | | Change-Id: I3a1798c5b2a2d7117d0d5f761f19ab627ba6606a
* normalize values of WITH_MOZAB4WINMichael Stahl2014-03-111-2/+2
| | | | Change-Id: Iad5aa66635a34a4dfceb0bd6145f2d9bd197cc17
* Fix OS X buildTor Lillqvist2014-03-071-1/+1
| | | | Change-Id: I9437bee64b318754ee5dc595f35be865a21d6a11
* Build webdav based on serf if neon is disabled.Matúš Kukan2014-03-061-1/+1
| | | | Change-Id: I0cbb89c8d5ac65eda8bb21aaf0d07996a015d281
* Allow to build lpsolver based on CoinMP library.Matúš Kukan2014-03-031-1/+1
| | | | Change-Id: I0a3b2bd6744f6ccca0017cd1e06a4018f085445a
* Merge HTML detection to text detection serviceMaxim Monastirsky2014-03-011-1/+0
| | | | | | | | | | | | Setting the filter name explicitly is not really required, because TypeDetection::impl_checkResultsAndAddBestFilter is able to select the correct filter anyway. But it seems that other detection services also do it, so I followed that way. Change-Id: I6e73fa79c6867d82f98d63e8d2b7865446f088ef Reviewed-on: https://gerrit.libreoffice.org/8213 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
* fdo#75526: sdk: install URE library symlinks / import libs againMichael Stahl2014-02-261-2/+2
| | | | | | | | | | | | This is a bit involved because since the LinkTarget now creates the instdir/sdk/lib/* files itself a Package cannot be used; so convert the URE libraries to AutoInstall and add special handling for them to gb_Helper_register_libraries_for_install to create the necessary links in the "sdk" install-module. (regression from 70c35265f517ef372cb739d4cc64499abf57a838) Change-Id: Ia5467f3303d59f7f5f4a88adc22ceffb82a21ff1
* move external packages registration to RepositoryExternal.mkMichael Stahl2014-02-171-9/+0
| | | | | | (with condition from configure.ac for cairo) Change-Id: I7f4864a7f331f1a3da9c796b51f4e16c58382580