summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/file_library_ooo.scp
AgeCommit message (Collapse)AuthorFilesLines
2015-10-25Remove Seamonkey based address book driverDavid Ostrovsky1-24/+0
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>
2014-10-31scp2: move unix/gnome executables to AutoInstallMichael Stahl1-21/+0
Change-Id: I0e0c3b5e3f130093f430f47c1730580105718c1e
2014-07-20scp2: move xsec_xmlsec lib to AutoInstallMichael Stahl1-14/+0
Change-Id: Iff2bb51047d6b8698b65b83ff79a99f6f125b53c
2014-06-13scp2: move basebmp, avmediaQuickTime, avmediaMacAVF libs to AutoInstallMichael Stahl1-29/+0
Change-Id: I1b7a8fd5272cb56b2a45c89de79165cfd71711c4
2014-06-09We build no avmediaQuickTime library in the sandboxed (i.e. App Store) caseTor Lillqvist1-0/+3
Change-Id: I373e435037279d14bde819ffaa38e510ced9a029
2014-06-09kdefilepicker is autoinstalled nowDavid Tardon1-9/+0
Change-Id: Ief3d602b81c0c8ea3ea931077141856199ac47bd
2014-05-16Make the MacAVF code build also as 32-bitTor Lillqvist1-2/+0
When compiling 32-bit OS X code, the code will use the "legacy Objective-C runtime", which means that instance variables of an Objective-C class must be declared in the @interface block, not in the @implementation. CGRect and NSRect are not the same for 32-bit code. Also, use boost::unordered_map. Change-Id: Icc56ff298203565a7568714b0e9f42c7c6b89737
2014-05-15Don't reference the avmediaMacAVF library if not builtTor Lillqvist1-0/+5
Change-Id: If4f5c51e986b51f5795012b9535ab7a7ea51337b
2014-05-15AOO: #i124875# support Mac AV-Foundation API for multimedia contentHerbert Dürr1-0/+5
Adapted as needed and gbuildified by tml. For the files that actually are Objective-C++ use the .mm suffix. Change-Id: Ieec40b722df6463a1061d19d38154828ff8adca2
2014-05-15AOO: #i124800# switch avmedia's QuickTime component to QTKit for nowHerbert Dürr1-2/+0
because the QuickTime API is not available to 64bit clients. The switch to QTKit is temporary only because it has already been deprecated in OSX 10.9. We'll have to switch to OSX's AVFoundation framework instead soon. Suggested by: Ariel Constenla-Haile <arielch@apache.org> Change-Id: I86835b050ae62fe86361852dc4be0f9688c9b14f
2014-03-14scp2: move ICU to AutoInstallMichael Stahl1-43/+0
Change-Id: Ia9beb721301146fd8ec1d6c141189f580dd20d45
2014-03-14scp2: move NSS to AutoInstallMichael Stahl1-23/+0
Change-Id: Ibb8e8740a3193be8eace206eedc659ed628e9c6b
2014-03-14scp2: move libxmlsec to AutoInstallMichael Stahl1-31/+0
Change-Id: I3a1798c5b2a2d7117d0d5f761f19ab627ba6606a
2014-03-14scp2: move openssl to AutoInstallMichael Stahl1-19/+0
Change-Id: Iab04734140feb293e3d975234da2f727fa58e754
2014-03-14scp2: move redland libraries to AutoInstallMichael Stahl1-25/+0
Change-Id: I464acbd191aeb25ab4b53d0f28378ee36f7893db
2014-02-17fdo#60924: Move more libs/packages to autoinstallMarcos Paulo de Souza1-40/+0
Change-Id: I687f45eeea1e60e8076222865bd803c2ad18f758
2014-02-10fdo#60924: Move some packages to autoinstallMarcos Paulo de Souza1-38/+0
Change-Id: I5805c8d1c9978b8625ba0e0ea6c4337baf5a6cb5 Reviewed-on: https://gerrit.libreoffice.org/7903 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-01-10scp2: fix windows buildMichael Stahl1-17/+3
913bf64b0bf1330a5055c26770faedf2ad7fc3c5 had some issues with redland stuff that is built as Library on windows, and the libxslt package is actually called "xslt" for unknown reasons; unfortunately the buildbot did not actually try to create an installation set so it was not detected. Change-Id: I0437f09228f62b21036a6c26e3d17029d1aab79e
2014-01-09Use filelist in some packagesMarcos Paulo de Souza1-92/+28
Change-Id: Ifeaa0b6acb9911fee27cadbfdc420028b9ac0227 Reviewed-on: https://gerrit.libreoffice.org/7311 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-12-06Zip .ui translations per UIConfig target.Matúš Kukan1-1/+1
Fix installer / scp2 to not ignore directory prefix in 'Name'. Change-Id: Ib319363c8be73a72029f1ba3833e518e15c55e29 Reviewed-on: https://gerrit.libreoffice.org/6915 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-11-24fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza1-44/+0
Change-Id: I0de4b88eb076e53792aa6d16092dcbcbb548246c Reviewed-on: https://gerrit.libreoffice.org/6763 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-11-21fdo#60698: Unify spl and spl_unxMarcos Paulo de Souza1-4/+0
Change-Id: Ifd328ff3ce12364e95d05405759df6588b3a86bc Reviewed-on: https://gerrit.libreoffice.org/6503 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2013-11-18Use filelist in curlMarcos Paulo de Souza1-15/+3
Change-Id: I6a5fa0f7c0c9184ff013e2630f8edcb6ba2aa942 Reviewed-on: https://gerrit.libreoffice.org/6713 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-10-24curl: libcurl.so.4 goes into instset, not libcurl.so!Michael Stahl1-1/+1
Currently we ship a libucpftp1.so with NEEDED libcurl.so.4 but that file is not actually in the instset, just a libcurl.so with SONAME libcurl.so.4. (regression in LO 4.0.0) Change-Id: I3a194c83c408587dd83ed4c690aa381664040c6f
2013-10-18Resolves: rhbz#919070 offload set span-all-displays to a gtk3 utilityCaolán McNamara1-0/+10
Jaw dropping hack to set a slideshow to span all monitors if gtk3 is available at runtime Change-Id: I363f63c9855d5cb1f92d65d0b34add0c60f7263c
2013-09-10kill VERSION_INDEPENDENT_COMP_IDAndras Timar1-2/+2
Version independent ComponentID in Component table of MSI means that the GUID is calculated from the Component name only, the PRODUCTVERSION is not concatenated to the name. Providing that name is constant in all versions, the resulting GUID would be the same e.g. for 4.0, 4.1, 4.2 etc. But what is it good for? Faster upgrades maybe? But name can also change, we did not pay attention to keep it constant. So in order to help scp2 cleanup, VERSION_INDEPENDENT_COMP_ID flag was obsoleted and removed. Change-Id: I8e1ee450524b02f07d0b0553f6b82d0321dbddcf
2013-09-02No need to install non-SONAME versions of icu libsStephan Bergmann1-3/+3
Change-Id: Ica8057c70f5e4b63830c6ffe7fb85269a10b845f
2013-08-31scp2: convert BINARYTABLE MSI CustomAction dlls to AutoInstallMichael Stahl1-45/+0
Second attempt, this time using a new type LIBO_LIB_FILE_BINARYTABLE in scp2/macros.inc; for the resulting MSI file Orca lists the same files in "Binary" table now. Change-Id: I550ede75f16a46da9dd7377594aa28b7c06f0348
2013-08-29scp2: remove obsolete DONTRENAMEINPATCH flagAndras Timar1-4/+4
Change-Id: I4e40f29df1583c551fb7606d41b609d529db036a
2013-08-29take out MSI CustomAction dlls from AutoInstallAndras Timar1-0/+46
BINARYTABLE, BINARYTABLE_ONLY flags were not handled Change-Id: Ic6a0233e4f4213b9ea83a491949ab05c299a9201
2013-08-26fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza1-75/+0
Change-Id: Ibb2c27a75d8cbaf5177f392930cc9e6effa48d1d Reviewed-on: https://gerrit.libreoffice.org/5631 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-08-22fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza1-110/+0
Change-Id: I973a66c6f805727cfaa5a5663ce4a9c200412a66 Reviewed-on: https://gerrit.libreoffice.org/5571 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist1-2/+2
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-111/+38
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-07-24Revert "fdo#60924 autoinstall - gbuild/scp2: still more libs to OOO"Fridrich Štrba1-0/+133
This reverts commit b0c43257d9db19ac45a93d8fb1e7648e82517289.
2013-07-24fdo#64916 put libsqlite3.so into instset on linux againDavid Tardon1-0/+7
Change-Id: Ib53b71d23575350d875abdfb2477bba7369c040f
2013-07-23fdo#60924 autoinstall - gbuild/scp2: still more libs to OOOMarcos Paulo de Souza1-133/+0
Change-Id: I89a661908fe7d679aa68d5ba9ead41d6b0a0d6bf Reviewed-on: https://gerrit.libreoffice.org/5039 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-06-16Don't build icule library as we no longer use itKhaled Hosny1-15/+0
Change-Id: I25401eee45988bf4d156c11d9a5848c783204c02
2013-06-15fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza1-45/+0
Change-Id: I7a3511172ac8ddd060c51c0339a4b9ff16216668
2013-06-13fdo#60924 autoinstall - gbuild/scp2: Move more libs to OOOMarcos Paulo de Souza1-138/+0
Conflicts: Repository.mk Change-Id: I1553317afe8df9877a41b1d4087c96d861ed1377
2013-06-12fix previous commitMatúš Kukan1-0/+7
Change-Id: If211e08f0436dd3c2a0787fa60301bfafe1c5b70
2013-06-12fdo#60924 autoinstall - gbuild/scp2: Move some libs to OOO and clean a littleMarcos Paulo de Souza1-170/+0
Also put the vbaswobj lib in the right place, inside Writer Change-Id: I52ecc75e26f5f1997d3a575682b78fbd673e4591
2013-06-11fdo#60924 autoinstall - gbuild/scp2: add calc moduleMarcos Paulo de Souza1-2/+0
Change-Id: I89e87f2e107bdb31f19262c83f8e20be9642a4eb
2013-05-17We are here already in non MACOSX branchFridrich Štrba1-6/+0
Change-Id: I4196577d1caa24d52f5e734cb0817f2e943f12ed
2013-05-17fdo#60924: autoinstall gnome librariesMarcos Paulo de Souza1-35/+0
Change-Id: I0fd872d15a0c938d32aac185c3c00c5fb14a091a Reviewed-on: https://gerrit.libreoffice.org/3813 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-05-15put auto-installed libs into the right moduleDavid Tardon1-1/+0
The definition of Auto_File_Libs_ALL was not known in module_hidden_ooo.scp, so it was left unexpanded and the unattached files were assigned to the gid_Module_Root. Change-Id: Ie7064da6e02394261a47e88526c073941625dc8c
2013-05-06fdo#60924: Move some more libs to autoinstallationMarcos Paulo de Souza1-37/+0
Change-Id: I7383da4390995ad9ea2d4fb494098dab6287609f Reviewed-on: https://gerrit.libreoffice.org/3758 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2013-05-03fdo#60924: Move more libs to autoinstallationMarcos Paulo de Souza1-43/+0
Change-Id: I5c136760ca59278ba6bfcd1d11c56d810e9cfa76
2013-04-24fdo#60949: Move the last libs to OOOLIBSMarcos Paulo de Souza1-35/+15
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>
2013-04-23kill RTLIBS group; and autoinstall the librariesMatúš Kukan1-32/+0
This commit changes names for comphelper i18nlangtag and ucbhelper. Change-Id: I93731ef31f894854f9c642d3adee41006552e303