# -*- 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_UnpackedTarball_UnpackedTarball,rasqal)) $(eval $(call gb_UnpackedTarball_set_tarball,rasqal,$(RASQAL_TARBALL),,redland)) $(eval $(call gb_UnpackedTarball_update_autoconf_configs,rasqal,build)) # configure generated files for MSVC $(eval $(call gb_UnpackedTarball_add_file,rasqal,src/rasqal.h,external/redland/rasqal/rasqal.h)) $(eval $(call gb_UnpackedTarball_set_patchlevel,rasqal,0)) $(eval $(call gb_UnpackedTarball_add_patches,rasqal,\ external/redland/rasqal/rasqal-pkgconfig.patch.1 \ external/redland/rasqal/rasqal-freebsd.patch.1 \ external/redland/rasqal/rasqal-msvc.patch.1 \ $(if $(filter-out WNT,$(OS)),external/redland/rasqal/rasqal-bundled-soname.patch.1) \ $(if $(filter ANDROID,$(OS)),external/redland/rasqal/rasqal-android.patch.1) \ $(if $(CROSS_COMPILING),external/redland/rasqal/rasqal-xcompile.patch.1) \ external/redland/rasqal/rpath.patch \ external/redland/rasqal/clang-cl.patch \ external/redland/rasqal/libtool.patch \ )) # vim: set noet sw=4 ts=4: 2'>distro/cib/libreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/transitions
AgeCommit message (Expand)Author
2024-11-12loplugin:reftotemp in slideshowNoel Grandin
2024-11-10com::sun::star -> cssMike Kaganski
2024-10-20tdf#163486: PVS: The variable was assign the same value.Bogdan Buzea
2024-08-19cid#1557694 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-19cid#1558041 silence COPY_INSTEAD_OF_MOVECaolán McNamara