merge fixes to zxing's copy of stb_image
[LibreOffice.git] / external / zxing / UnpackedTarball_zxing.mk
blobff5f45e71c3046fea8b9d4a52be486889d792f28
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 \
24 # vim: set noet sw=4 ts=4: