summaryrefslogtreecommitdiff
path: root/external/lcms2/UnpackedTarball_lcms2.mk
blob: 6490110fe6cbbd5b585e9566c42801e3f91844f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- 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_UnpackedTarball_UnpackedTarball,lcms2))

$(eval $(call gb_UnpackedTarball_set_tarball,lcms2,$(LCMS2_TARBALL)))
$(eval $(call gb_UnpackedTarball_set_patchlevel,lcms2,3))

$(eval $(call gb_UnpackedTarball_add_patches,lcms2,\
	external/lcms2/lcms2.patch \
	external/lcms2/lcms2-2.4-windows.patch \
	external/lcms2/lcms2-msvc-disable-sse2.patch.1 \
	external/lcms2/lcms2-vc2013-project.patch \
	external/lcms2/lcms2-config-guess.patch.0 \
	external/lcms2/ubsan.patch.0 \
))

# vim: set noet sw=4 ts=4:
lo/core/commit/nlpsolver?h=cp-6.2-16&id=afe95a1d7a3ce6842bb230eeaff70dc94bd24934'>cid#1326608,cid#1326609 CN: Bad implementation of cloneable idiomNoel Grandin 2015-10-01Fix typosAndrea Gelmini 2015-10-01Fix typosAndrea Gelmini 2015-09-18Fix typosAndrea Gelmini 2015-06-30Fix typosAndrea Gelmini 2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin 2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin 2015-02-17tdf#87074 null-ref error from NLPSolver in BasicLeMoyne Castle 2015-01-05java: remove dead codeNoel Grandin 2014-12-19java: nlpsolver: getPropertyByName was checking the wrong datastructureNoel Grandin 2014-12-11java: reduce visibility of fields and methodsNoel Grandin 2014-12-05java: remove some unused local variablesNoel Grandin 2014-12-05java: remove some unused fieldsNoel Grandin 2014-11-25java: final fields that can be staticNoel Grandin 2014-11-18java: make fields final where possibleNoel Grandin 2014-11-18java: fix some javadoc errorsNoel Grandin 2014-11-12java: convert fields to local variables where possibleNoel Grandin 2014-11-12java: reduce excessive code indentation levelsNoel Grandin