summaryrefslogtreecommitdiff
path: root/Repository.mk
AgeCommit message (Collapse)AuthorFilesLines
2016-07-13desktop: validate OpenCL drivers before use.Michael Meeks1-0/+1
OpenCL validation needs to happen before drivers are used in anger. This should isolate any crashes, and/or mis-behavior to We use app version, CL driver version and file time-stamp to trigger re-testing the device. If anything fails: hard disable OpenCL. We use an opencl validation sheet (cl-test.ods) and install it. It is a minimal CL set - it requires a very short formula group length, and combines several CL functions into few formulae to test more. The sheet structure, in particular the manual squaring / SQRT is necessary to stick within the default CL subset, and ensure that formulae are CL enabled from the root of the dependency tree up. Reviewed-on: https://gerrit.libreoffice.org/27131 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit c44726c48228d9c6a5960e302b1c0bd16b0099c4) + opencl: bail out early in missing OpenCL case. (cherry picked from commit 605a5dc088385ad21c33028d8107125c0316ddb1) + Remove bogus dependency from opencl to configmgr Since f41eb66302208f384a475fb20c98b6d1b0676cb6 "opencl: OpenCLZone, detect CL device change and disable CL on crash" vcl links against opencl (so indirectly linked against configmgr), which caused CppunitTest_configmgr_unit to include the configmgr object files both statically (through gb_CppunitTest_use_library_objects) and through the linked-in configmgr dynamic library, which in turn caused ASan builds to report an ODR violation for a doubly defined 'typeinfo name for configmgr::Access'. (cherry picked from commit 9c711f05fa10dc70e4257a1f48d43f539353541a) Reviewed-on: https://gerrit.libreoffice.org/27146 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit 9befbe1f81a7930e167e0a711666b0779898c12e) Change-Id: I18682dbdf9a8ba9c16d52bad4447e9acce97f0a3
2016-07-07scp2: move scp2 classification package to AutoInstallMiklos Vajna1-0/+1
(cherry picked from commit f09bcddfa9bd5b2944d70014efe9bc95cfa65047) Conflicts: Repository.mk scp2/InstallModule_ooo.mk Change-Id: I59afb2302b7fe891a83ca5ce7b12eca322bb7ed7
2016-06-11Skip some executables in the OS X sandboxed (Mac App Store) caseTor Lillqvist1-2/+4
I doubt end-users will miss gengal.bin, regview, or regmerge. (cherry picked from commit beb30bbd867f9a28878e0d004458c3507f6c0956) Conflicts: Repository.mk (cherry picked from commit 72e8d549fae0aa6278a6b2d64cf65d4df8f27f94) Change-Id: I353610c0d039f25fa415f35902fe2b9890cd423f
2016-06-11Don't package ui-previewer in App Store caseAndras Timar1-1/+3
Change-Id: I122c65d7f6dec7588ea2624e291e9dfe04dff22c (cherry picked from commit 0c1e534ee642a3802f4ab896fc36d2aa0153ac3f)
2016-03-07gtktiledviewer needs gtk3 not gtk2Caolán McNamara1-2/+2
Change-Id: Iede2008139cb570ff65202762e92f6694548a065 (cherry picked from commit e451b03e8c21ad23cb1abfd6dd68b6d1e8188121) Reviewed-on: https://gerrit.libreoffice.org/22982 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2016-02-12We need to mention the vcl_opengl_blacklist hereTor Lillqvist1-0/+3
Otherwise the file won't be included in the installer. Change-Id: I928144e666377f18efa3a66f1e8c3e4204a708dc (cherry picked from commit 98015cdcde77d23b66636591280463ae577246c0) Reviewed-on: https://gerrit.libreoffice.org/22318 Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-11-06merged graphic import/export into a single libraryOliver Specht1-22/+2
instead of egi, eme, epb, epg, epp, eps, ept, era, eti, exp, icd, idx, ime, ipb, ipd, ips, ipt, ipx, ira, itg, iti, there is now one graphic import export lib (gie) Change-Id: I20c0dd94e5857bb6e2e8cc8ac175ff500c6bbdfc Reviewed-on: https://gerrit.libreoffice.org/19756 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann1-0/+1
...which uses the logic already available in VCL's ImplImageTree to locate the image zip files and find fallbacks for incomplete themes and for localized images. Change-Id: Ic1c15fcacb6596a27a2b051093232902202bf472
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky1-8/+2
Seamonkey based address book driver is based on pre-compiled libraries and is only used on Windows 32 bit. Remove it in favor of mork driver. Given that Seamonkey based mozab driver also provides Outlook and Outlook Express address book integration, that Windows-32-bit--only feature is lost for now. If necessary, support for that feature could be rewritten from scratch, in a way that would also work for Windows 64 bit. Change-Id: Ie1c125e692598bda999767c328c9e2262a2b82af Reviewed-on: https://gerrit.libreoffice.org/19560 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2015-10-20Add DLOPEN_LIBS to configure for some cases where -ldl is neededRichard PALO1-4/+4
use std::sqrt in vcldemo.cxx Change-Id: I24d8ba15ee267d0cad3b063df9b7cfd8d284f4ee Reviewed-on: https://gerrit.libreoffice.org/18591 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen1-1/+0
Conflicts: shell/source/backends/gconfbe/gconfbackend.cxx Change-Id: I609ec83ec59f5ae8d3a8c9c09649695bfcb03b87 Reviewed-on: https://gerrit.libreoffice.org/19408 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2015-10-12TDE: move stuff into the tde-integration packageJan-Marek Glogowski1-2/+7
Currently the package just contains the TDE shell backend library. This moves the URL handler tde-url-open and the vcl plugin into the integration package, like the KDE3 based kde-integration. The TDE address book driver is left in the core package. Change-Id: I2687b313d7f106bb344c65c50ae0a07b0140def0
2015-10-02Revert "vcl event filter"Caolán McNamara1-1/+0
that's just a local toy for now, didn't intended to push that This reverts commit 4afbd0292e09d9850a3cd0d1f169c73c5a3296db. Change-Id: I20b758d4582022ffda35c4aed7251948e721f821
2015-10-02vcl event filterCaolán McNamara1-0/+1
Change-Id: Ib10dccec244f3168f1ac4a892a09012adf38a839
2015-09-25Replace GUIBASE with USING_X11Samuel Mehrbrodt1-9/+9
That's what it actually means. Also make it a boolean Change-Id: I249e18351253b34b5dada28e2a9c6bc0c06b730c Reviewed-on: https://gerrit.libreoffice.org/18688 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-09-03remove KDE3 support, --enable-kde and --enable-kdeabMichael Stahl1-10/+0
With the new RHEL6-era baseline TDF can finally ship KDE4 support. Change-Id: I227278b576a3ed2f2aaa751d41b469ca92dc78b3 Reviewed-on: https://gerrit.libreoffice.org/18267 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-09-02ditch gnome-vfs2 supportCaolán McNamara1-1/+0
Change-Id: I882c04fd3a255f55511b1884157de26e7574e6db Reviewed-on: https://gerrit.libreoffice.org/18262 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-08-20more config skipping stuff and a tester toolCaolán McNamara1-0/+1
Change-Id: I5e93a4c84b3a0940239213766eb24d21fb5fd649 Reviewed-on: https://gerrit.libreoffice.org/17863 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-06-29online update: Configure switch --enable-online-update=marJan Holesovsky1-2/+2
This will enable the mar-based online update instead of the 'traditional' one. At the moment, this does not build, as libbz2 was not packaged as an external library yet. Change-Id: I1ad7d9adf7a12a427786682ad932597eb2319256
2015-06-29online update: Add updater executable build supportNathan Yee1-1/+2
Change-Id: I033f114d29cd020b6dba5a74257d3f577dd73ea7
2015-06-29online update: Add mar executable build supportNathan Yee1-1/+6
Remove unneeded mar library build support Add macro workarounds in mar.c; will deal with them in the future Change PL_strdup to strdup (is this safe?) Change-Id: Ib3108abdf360f6fc1ccc1bf5030df8529d724b82
2015-06-29online update: Add MAR library creation capabilityNathan Yee1-0/+1
Change-Id: Icf2a97b4b6f7bc75aaaec86bf5bc56192396d4e4
2015-06-16Repository.mk: libreofficekitgtk is conditional on ENABLE_GTK3Miklos Vajna1-1/+1
Change-Id: I97f859e33a510f626787cce335f652dc03546ab6
2015-04-28Check ENABLE_PDFIMPORTTor Lillqvist1-0/+2
Change-Id: I1c0e7e5ecfcd62315e367d537cd3e0466b66e48f
2015-04-15Move these togetherMatúš Kukan1-25/+4
Change-Id: I0352e3180d553c46c6ca905628d5b46d1af0b8a7
2015-03-20Remove library urelibs. It was more just a temporary hack and is not used.Matúš Kukan1-1/+0
Change-Id: I7566dcf21aae6b800adb58d8c94e350bb0da720c
2015-03-20The 'svp' "plug-in" library is empty so don't build it at allTor Lillqvist1-1/+0
Its code is in the vcl library nowadays. Change-Id: Idb659e541226724004660102f6641c38a2312c27
2015-02-28scp2: move some ooo packages to AutoInstallMichael Stahl1-0/+25
Change-Id: I1c99cd2c8a392bf2a775eeb2c3acd4474aa2b0fb
2015-02-28scp2: move reportbuilder packages to AutoInstallMichael Stahl1-0/+4
Change-Id: I81778d452b548a0205db2e8bd30bcfed37becfcd
2015-02-28scp2: move xsltfilter packages to AutoInstallMichael Stahl1-0/+6
Change-Id: I2ae844d43a875ea0b4eb9dd445e483a36a90f73d
2015-02-28scp2: move python librelogo packages to AutoInstallMichael Stahl1-1/+7
Change-Id: Ib70d1510bac2eb6bd5491f3177191ad5a8aebe2d
2015-02-28scp2: move python packages to AutoInstallMichael Stahl1-0/+3
Change-Id: I1444e114e5cdbe794d79f40edebc32cb0229a4b5
2015-02-28scp2: move python scriptprovider package to AutoInstallMichael Stahl1-0/+3
Change-Id: I7e7f74ffbfd9edc4d8d4b3ca13d9a2f0d97dcbf4
2015-02-28scp2: move gallery packages to AutoInstallMichael Stahl1-0/+23
Change-Id: I56a89b8785d7ac9f959ed43be26302540332e7ee
2015-02-04connectivity: just check the WITH_MOZAB4WIN variableMichael Stahl1-9/+8
Either build mozab or mork driver, and install it in Repository.mk too. Change-Id: I456d6cb4ebe99625a64a960d1133cb06d836e8c7
2015-01-24build breaks, missing ENABLE_JAVA for jvmfwk_jvmjwf3_iniSimon Wilper1-1/+1
Change-Id: I459cd0e68d1a63ca5e2e362cd802be74d6c0af68 Reviewed-on: https://gerrit.libreoffice.org/14147 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Matúš Kukan <matus@libreoffice.org>
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara1-7/+0
Change-Id: I3df1216054c133314b2317849744a0a37e9fbc8f Reviewed-on: https://gerrit.libreoffice.org/13733 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-12-18The touch module, ByteBufferWrapper, and the libotouch library can go away nowTor Lillqvist1-1/+0
Change-Id: I6f4a6679c263ac81d1cf5c66f18782e857da5ff8
2014-12-16java: remove OOoRunnerLightNoel Grandin1-1/+0
and just use OOoRunner, there is no point in having a stripped down jar, the cost of firing up the Java VM completely dwarfs any benefit of having a smaller jar. Change-Id: Ibcc3c5bd6e9b9c918041142dd32db0ea5dddc25b Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-12-10scp2: move numbertext to AutoInstallDavid Ostrovsky1-0/+6
Change-Id: Idf9ea17b485ab07323a895e7e3f1eca1e198747c Reviewed-on: https://gerrit.libreoffice.org/13047 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-12-10fix packaging of OpenGL shaders, related fdo#83875Markus Mohrhard1-0/+7
Change-Id: I68f7d4e2d91d37013018fc3cc185c46eb81fcb7d
2014-12-09vcl: add new metafile viewer demo - mainly for fdo#80503Chris Sherlock1-0/+1
This is going to be very helpful troubleshooting problems with metafiles that just won't display. Change-Id: I661dd40e04434a9c64a0f59d9310d36444601989
2014-12-08Don't treat clew as part of an "external" clcc moduleTor Lillqvist1-1/+1
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-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann1-0/+1
The ../../../program/ links in the URE jar Class-Paths are a temporary kludge (and juh.jar had lacked adaption for Mac OS X). Change-Id: I2542d8a582866485dd61c05df3fc6b4b39a8403d
2014-11-27Work in progress: Move Calc-independend OpenCL configuration out of scTor Lillqvist1-0/+1
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-26Use Package_pyuno_pythonloader_ini for installStephan Bergmann1-0/+6
Change-Id: Ia4f06beea2e16b6a0235c87ae47cec8430cd1f40
2014-11-25Move clew into a library of its ownTor Lillqvist1-0/+1
Change-Id: Ifb7e86b078bd549506a9cc1b9ce9fc22fffc5eec
2014-11-24scp2: move ct2n to AutoInstallDavid Ostrovsky1-0/+6
Change-Id: Ib4501298c78e591f24c2ad73cbc8aec0c4fc0347 Reviewed-on: https://gerrit.libreoffice.org/13020 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-11-17drop gnome-open-url binaryCaolán McNamara1-1/+0
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 Mohrhard1-3/+3
go to instdir""" This reverts commit 80c83f4a578e1ec0c8b5e439687716e365937c9a.