# -*- 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_CustomTarget_CustomTarget,desktop/soffice)) $(call gb_CustomTarget_get_target,desktop/soffice) : \ $(call gb_CustomTarget_get_workdir,desktop/soffice)/soffice.sh $(call gb_CustomTarget_get_workdir,desktop/soffice)/soffice.sh : \ $(SRCDIR)/desktop/scripts/soffice.sh \ | $(call gb_CustomTarget_get_workdir,desktop/soffice)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SED,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),SED) ifneq ($(JITC_PROCESSOR_TYPE),) sed -e "s/^#@JITC_PROCESSOR_TYPE_EXPORT@/export JITC_PROCESSOR_TYPE=$(JITC_PROCESSOR_TYPE)/" $< > $@ else cp $< $@ endif $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),SED) # vim:set shiftwidth=4 tabstop=4 noexpandtab: eta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/slideshow/Package_opengl.mk
AgeCommit message (Expand)Author
2016-02-09slideshow: Add shadows to the Vortex transitionEmmanuel Gil Peyrot
2016-01-20slideshow: Change quads into cubes in the Vortex transitionEmmanuel Gil Peyrot
2016-01-05slideshow: Improve the Vortex transition to match PowerPoint betterEmmanuel Gil Peyrot
2015-12-11slideshow: Improve the performances of the Glitter transitionEmmanuel Gil Peyrot
2015-12-11slideshow: Improve the performances of the Honeycomb transitionEmmanuel Gil Peyrot
2015-11-20slideshow: Reimplement reflections in shaders, and port Rochade and TurnAroundEmmanuel Gil Peyrot
2015-11-20slideshow: Reimplement both Fade transitions in shadersEmmanuel Gil Peyrot
2015-11-20slideshow: Make SimpleTransition inherit from ShaderTransitionEmmanuel Gil Peyrot
2015-11-06Add a 'Ripple' transitionTor Lillqvist
2015-10-27Initial work on a "Vortex" transitionTor Lillqvist
2014-10-03GLSL files should go into $(LIBO_ETC_FOLDER)/openglTor Lillqvist
2014-08-13fix problems around shadersMarkus Mohrhard
2014-08-13remove useless OGL transition shader codeMarkus Mohrhard