Revert "tdf#158280 Replace usage of InputDialog with SvxNameDialog"
[LibreOffice.git] / external / skia / UnpackedTarball_skia.mk
blob60481be5de23ef02fe2a8aa16eb07eaa9f0add60
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UnpackedTarball_UnpackedTarball,skia))
12 $(eval $(call gb_UnpackedTarball_set_tarball,skia,$(SKIA_TARBALL)))
14 skia_patches := \
15 fix-pch.patch.1 \
16 fix-ddi.patch \
17 make-api-visible.patch.1 \
18 no-trace-resources-on-exit.patch.1 \
19 fix-alpha-difference-copy.patch.1 \
20 share-grcontext.patch.1 \
21 clang-attributes-warning.patch.1 \
22 fontconfig-get-typeface.patch.1 \
23 windows-do-not-modify-logfont.patch.0 \
24 windows-text-gamma.patch.0 \
25 windows-force-unicode-api.patch.0 \
26 fix-without-gl.patch.1 \
27 windows-typeface-directwrite.patch.1 \
28 windows-raster-surface-no-copies.patch.1 \
29 fix-windows-dwrite.patch.1 \
30 swap-buffers-rect.patch.1 \
31 ubsan.patch.1 \
32 fix-warnings.patch.1 \
33 windows-libraries-system32.patch.1 \
34 allow-no-es2restrictions.patch.1 \
35 vk_mem_alloc.patch.1 \
36 macosmetal.patch.1 \
37 redefinition-of-op.patch.0 \
38 0001-Added-missing-include-cstdio.patch \
39 fix-SkDebugf-link-error.patch.1 \
40 ubsan-missing-typeinfo.patch.1 \
41 help-msvc-analyzer.patch \
42 always_inline_and_multiversioning_conflict.patch.1 \
43 windows-define-conflict.patch.1 \
45 $(eval $(call gb_UnpackedTarball_set_patchlevel,skia,1))
47 ifneq ($(MSYSTEM),)
48 # use binary flag so patch from git-bash won't choke on mixed line-endings in patches
49 $(eval $(call gb_UnpackedTarball_set_patchflags,skia,--binary))
50 endif
52 $(eval $(call gb_UnpackedTarball_add_patches,skia,\
53 $(foreach patch,$(skia_patches),external/skia/$(patch)) \
56 $(eval $(call gb_UnpackedTarball_set_post_action,skia,\
57 mv modules/skcms/skcms.cc modules/skcms/skcms.cpp && \
58 mv modules/skcms/src/skcms_TransformBaseline.cc modules/skcms/src/skcms_TransformBaseline.cpp && \
59 mv modules/skcms/src/skcms_TransformHsw.cc modules/skcms/src/skcms_TransformHsw.cpp && \
60 mv modules/skcms/src/skcms_TransformSkx.cc modules/skcms/src/skcms_TransformSkx.cpp \
63 # vim: set noet sw=4 ts=4: