related tdf#152305 writerfilter: avoid comment-related exceptions
[LibreOffice.git] / external / zxing / UnpackedTarball_zxing.mk
bloba171c86de7db28ba2f1376284a4815784c6aabaf
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,zxing))
12 $(eval $(call gb_UnpackedTarball_set_tarball,zxing,$(ZXING_TARBALL)))
14 $(eval $(call gb_UnpackedTarball_set_patchlevel,zxing,1))
16 $(eval $(call gb_UnpackedTarball_add_patches,zxing, \
17 external/zxing/zxing_newline.patch.1 \
18 external/zxing/0001-Use-a-patch-file-to-document-changes-from-upstream-s.patch \
19 external/zxing/0002-Update-stb_image_write-from-1.14-to-1.16.patch \
20 external/zxing/0003-Update-stb_image-from-2.25-to-2.27.patch \
21 external/zxing/0004-Apply-stb-PR-1223-to-stb_image.patch \
22 external/zxing/include.patch.0 \
25 # vim: set noet sw=4 ts=4: