bump product version to 7.2.5.1
[LibreOffice.git] / external / skia / UnpackedTarball_skia.mk
blobbd9694bae443348e0ebec3ac1288490e2bdb0abb
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 # * c++20.patch.0 has been reported upstream at
15 # <https://groups.google.com/forum/#!topic/skia-discuss/pYZQq_sLnv8> "C++20 operator== issue":
16 skia_patches := \
17 fix-pch.patch.1 \
18 fix-ddi.patch \
19 make-api-visible.patch.1 \
20 no-trace-resources-on-exit.patch.1 \
21 fix-alpha-difference-copy.patch.1 \
22 libvulkan-name.patch.1 \
23 share-grcontext.patch.1 \
24 fix-gcc-x86.patch.1 \
25 clang11-flax-vector-conversion.patch.0 \
26 clang-attributes-warning.patch.1 \
27 fontconfig-get-typeface.patch.0 \
28 windows-do-not-modify-logfont.patch.0 \
29 windows-text-gamma.patch.0 \
30 windows-force-unicode-api.patch.0 \
31 fix-without-gl.patch.0 \
32 windows-typeface-directwrite.patch.0 \
33 windows-raster-surface-no-copies.patch.1 \
34 fix-windows-dwrite.patch.1 \
35 c++20.patch.0 \
36 constexpr-debug-std-max.patch.1 \
37 swap-buffers-rect.patch.1 \
38 ubsan.patch.0 \
39 fast-png-write.patch.1 \
40 skia_sk_cpu_sse_level_0_by_default.patch.1 \
41 fix-warnings.patch.1 \
42 disable-freetype-colrv1.1 \
43 windows-libraries-system32.patch.1 \
45 $(eval $(call gb_UnpackedTarball_set_patchlevel,skia,1))
47 $(eval $(call gb_UnpackedTarball_add_patches,skia,\
48 $(foreach patch,$(skia_patches),external/skia/$(patch)) \
51 $(eval $(call gb_UnpackedTarball_set_post_action,skia,\
52 mv third_party/skcms/skcms.cc third_party/skcms/skcms.cpp \
55 # vim: set noet sw=4 ts=4: