Bump version to 5.0-14
[LibreOffice.git] / external / redland / UnpackedTarball_redland.mk
blobd28e0dd0ecaff248724b58b44ae8515a5a42b503
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,redland))
12 $(eval $(call gb_UnpackedTarball_set_tarball,redland,$(REDLAND_TARBALL),,redland))
14 # configure generated files for MSVC
15 $(eval $(call gb_UnpackedTarball_add_file,redland,src/librdf.h,external/redland/redland/librdf.h))
17 $(eval $(call gb_UnpackedTarball_set_patchlevel,redland,0))
19 # redland-format.patch.0 sent upstream as
20 # <https://github.com/dajobe/librdf/pull/6>
21 $(eval $(call gb_UnpackedTarball_add_patches,redland,\
22 external/redland/redland/redland-query-rasqal-avoid-assert.patch.1 \
23 external/redland/redland/redland-pkgconfig.patch.1 \
24 external/redland/redland/redland-freebsd.patch.1 \
25 external/redland/redland/redland-msvc.patch.1 \
26 $(if $(filter-out WNT,$(OS)),external/redland/redland/redland-bundled-soname.patch.1) \
27 $(if $(filter ANDROID,$(OS)),external/redland/redland/redland-android.patch.1) \
28 $(if $(filter WNTGCC,$(OS)$(COM)),external/redland/redland/redland-mingw.patch.1) \
29 $(if $(CROSS_COMPILING),external/redland/redland/redland-xcompile.patch.1) \
30 external/redland/redland/redland-format.patch.0 \
31 external/redland/redland/rpath.patch \
34 # vim: set noet sw=4 ts=4: