# -*- 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/. # $(eval $(call gb_Package_Package,desktop_scripts_install,$(SRCDIR)/desktop/scripts)) ifeq (,$(filter MACOSX WNT,$(OS))) $(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/gdbtrace,gdbtrace)) ifneq (,$(call gb_CondExeUnopkg,$(true))) $(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/unopkg,unopkg.sh)) endif endif ifeq ($(OS), MACOSX) # only mach-o binaries allowed in bin folder (signing scripts would require extended attributes) # so install it into Resources folder and use a symlink instead # see https://developer.apple.com/library/archive/technotes/tn2206/_index.html $(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_SHARE_FOLDER)/unoinfo,unoinfo-mac.sh)) $(eval $(call gb_Package_add_symbolic_link,desktop_scripts_install,$(LIBO_BIN_FOLDER)/unoinfo,../$(LIBO_SHARE_FOLDER)/unoinfo)) else ifneq ($(OS),WNT) $(eval $(call gb_Package_add_file,desktop_scripts_install,$(LIBO_BIN_FOLDER)/unoinfo,unoinfo.sh)) endif # vim: set ts=4 sw=4 noet: /cib/libreoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/poppler
AgeCommit message (Expand)Author
2019-05-24disable warnings in external libsLuboš Luňák
2019-03-12poppler: upgrade to release 0.74.0Michael Stahl
2019-01-15poppler: upgrade to release 0.73.0Michael Stahl
2018-12-06Remove obsolete GCC version checksStephan Bergmann
2018-06-25poppler: fix incorrect GCC_VERSION checkMichael Stahl
2018-06-22poppler: try to work around GCC 4.8.2 bugMichael Stahl
2018-06-21poppler: upgrade to release 0.66.0Michael Stahl
2017-09-15consistent naming of externals: jpeg-turbo->libjpeg-turboMichael Stahl
2017-09-08upload poppler 0.59.0David Tardon
2017-06-22--enable-optimized should be orthogonal to --enable-debug/--enable-dbgutilStephan Bergmann
2017-05-30sal,external: remove checks for obsolete VCVER=120Michael Stahl
2017-05-25upload poppler 0.55.0David Tardon
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-02-10Remove MinGW supportStephan Bergmann
2016-12-19add missing dep on jpegDavid Tardon
2016-11-23upload poppler 0.49.0David Tardon
2016-11-03poppler: remove obsolete ubsan patch hunkMichael Stahl
2016-11-02poppler: build against libjpegMichael Stahl
2016-10-23cond. build is already handled in Module_external.mkDavid Tardon
2016-10-23upload poppler 0.48.0David Tardon
2016-10-14external/poppler: Avoid UBSan warning about undefined downcastStephan Bergmann
2016-10-04clang-cl loplugin: salStephan Bergmann
2016-08-14Resolves: tdf#101460 use most recent poppler releaseCaolán McNamara
2015-12-02clang-cl needs an explicit -I to find systools/win32/snprintf.hStephan Bergmann
2015-11-15Pass verbosity setting into ExternalProject_popplerStephan Bergmann
2015-09-02Fix poppler on MSVC 14.0David Ostrovsky
2015-06-02external/poppler: -fsanitize=nonnull-attributeStephan Bergmann
2015-03-10external/poppler: Work around -fsanitize=shiftStephan Bergmann
2015-03-02external/poppler: Work around -fsanitize=enumStephan Bergmann
2015-02-27Pass -fvisibility-inlines-hidden into external modulesStephan Bergmann
2015-01-21fdo#85174 PDF Import: fix character positions without modifying popplerVort
2015-01-20fdo#85174 PDF Import: fix character positionsVort
2014-12-15poppler: let's disable Qt5 tooMichael Stahl
2014-11-12Pass MAKE into external/poppler's configureStephan Bergmann
2014-08-30upgrade to poppler-0.26.4Thomas Arnhold
2014-07-07VS 2013 has fmin() and fmax()Tor Lillqvist
2014-02-27normalize values of CROSS_COMPILINGMichael Stahl
2014-02-12normalize values of SYSTEM_POPPLER, SYSTEM_JFREEREPORTMichael Stahl
2013-11-04fdo#70393: move poppler to a subdir of externalKhaled Hosny