# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # fuzzer_externals = \ boost_headers \ orcus \ orcus-parser \ boost_locale \ boost_filesystem \ boost_system \ boost_iostreams \ curl \ dtoa \ harfbuzz \ graphite \ cairo \ fontconfig \ freetype \ gpgmepp \ icui18n \ icuuc \ icudata \ lcms2 \ librdf \ libexttextcat \ liblangtag \ libxslt \ libxml2 \ libjpeg \ libpng \ openssl \ expat \ mythes \ hyphen \ hunspell \ zlib \ fuzzer_core_libraries = \ avmedia \ basegfx \ $(call gb_Helper_optional,SCRIPTING, \ basctl \ basprov \ ) \ bib \ canvastools \ configmgr \ cppcanvas \ ctl \ dba \ dbase \ dbtools \ deployment \ deploymentmisc \ drawinglayer \ editeng \ emfio \ file \ filterconfig \ fsstorage \ fwk \ i18npool \ i18nutil \ io \ lng \ localebe1 \ msfilter \ package2 \ sax \ sb \ sdbc2 \ $(call gb_Helper_optional,SCRIPTING, \ scriptframe) \ spell \ sfx \ sofficeapp \ sot \ svl \ svt \ svx \ svxcore \ emboleobj \ svgfilter \ svgio \ animcore \ tk \ tl \ ucb1 \ ucbhelper \ ucpexpand1 \ ucpfile1 \ ucppkg1 \ unoxml \ utl \ uui \ vcl \ xmlscript \ xo \ xstor \ cui \ chartcontroller \ chartcore \ sm \ oox \ proxyfac \ reflection \ odfflatxml \ invocadapt \ bootstrap \ introspection \ stocservices \ lnth \ hyphen \ i18nsearch \ embobj \ evtatt \ unordf \ ucphier1 \ ucptdoc1 \ srtrs1 \ storagefd \ mtfrenderer \ canvasfactory \ vclcanvas \ xof \ xmlfa \ xmlfd \ cppu \ cppuhelper \ comphelper \ i18nlangtag \ xmlreader \ unoidl \ reg \ store \ expwrap \ gcc3_uno \ salhelper \ sal \ fuzzer_calc_libraries = \ analysis \ date \ pricing \ scfilt \ scd \ $(call gb_Helper_optional,SCRIPTING, \ vbaevents \ vbahelper \ vbaobj \ ) \ sc \ for \ forui \ guesslang \ fuzzer_writer_libraries = \ msword \ sw \ swd \ writerfilter \ wpftwriter \ textfd \ guesslang \ fuzzer_draw_libraries = \ sdfilt \ sd \ sdd \ icg \ guesslang \ fuzzer_math_libraries = \ sm \ guesslang \ llabora/co-24.04.10 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/instsetoo_native/inc_openoffice/unix
AgeCommit message (Collapse)Author
2023-01-27Remove support for AIXStephan Bergmann
As discussed in the mailing list thread starting at <https://lists.freedesktop.org/archives/libreoffice/2023-January/089808.html> "Plan to remove dead C++ UNO bridge implementations (bridges/source/cpp_uno/*)", the bridge implementation at bridges/source/cpp_uno/gcc3_aix_powerpc is apparently dead and should thus be removed. However, that was the only bridge implementation for AIX, which implies that support for the AIX platform as a whole is dead and should thus be removed. Change-Id: I96de3f7f97d4fd770ff78256f0ea435383688be9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146057 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2022-03-25Depend on 64-bit packages for aarch64 as wellMichael Weghorn
As Christian Lohmaier pointed out in [1]: > When building packages using the epm method, the dependency gets added > by instsetoo_native/inc_openoffice/unix/find-requires-x11.sh - and it > looks like it should also add the ()(64bit) marker to the dependency > when PLATFORMID is linux_aarch64 and not only for linux_x86_64 > > check with rpm -q --provides libXinerama-1.1.3-2.1.el7.aarch64 whether > it provides "libXinerama.so.1()(64bit)" The reply of 2022-03-25T10:41 (public mailing list version probably still pending in some moderator queue) shows it does: > [root@1 rpm2]# `rpm -q --provides > > ^CbXinerama-1.1.3-2.1.el7.aarch64 > [root@1 rpm2]# rpm -q --provides libXinerama-1.1.3-2.1.el7.aarch64 > libXinerama = 1.1.3-2.1.el7 > libXinerama(aarch-64) = 1.1.3-2.1.el7 > libXinerama.so.1()(64bit) [1] https://lists.freedesktop.org/archives/libreoffice/2022-March/088637.html Change-Id: I1b9a4025399d82ac5f5e51ea5523417e3e6cf395 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132094 Tested-by: Michael Weghorn <m.weghorn@posteo.de> Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2022-03-02Do not pull in X11 dependencies when the build is configured for LOKitAndras Timar
Change-Id: I44a1782cf523bbfbbbb0e0d5333364f36c7ed495 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130783 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen
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-09-02ditch gnome-vfs2 supportCaolán McNamara
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-06-15alternative solution to avoid adding a gnome-vfs dependency if disabledCaolán McNamara
i.e. "don't add gnomevfs requires to epm created rpms if GNOMEVFS is disabled" seeing as setup_native/source/packinfo/packinfo_office.txt references find-requires-gnome.sh and doesn't have conditional support revert the split and put the the conditional into find-requires-gnome.sh Change-Id: I34bd37c4fd252f2175ff055024293dea946b4881
2015-06-10don't add gnomevfs requires to epm created rpms if GNOMEVFS is disabledCaolán McNamara
Change-Id: I689783e176921ea03475d3e113426563bf20b9d7
2015-03-10libGLU actually is not required anymore for masterChristian Lohmaier
Change-Id: I543a561fc7fa1213c8e319f227b761f6328a6eaa
2015-03-10tdf#53861 - add libGLU.so.1 and libXinerama.so.1 to rpm/deb requirementsChristian Lohmaier
only used for upstream packages/when epm is used (any auto-dependency creation is disabled for those). Add two that might be missing in barebone installations Change-Id: I97c3af8cc8622c63ac831701e509097711822098
2014-10-23kill OUTPATHNorbert Thiebaud
Change-Id: I91806c3a55905dfd1ae90a10bc890cc526ff3270 Reviewed-on: https://gerrit.libreoffice.org/11908 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>