summaryrefslogtreecommitdiff
path: root/external/libgltf/UnpackedTarball_libgltf.mk
blob: 2e027ad2a47f0c4578ccc5f702b0ae903b97e7d0 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
# -*- 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,libgltf))

$(eval $(call gb_UnpackedTarball_set_tarball,libgltf,$(LIBGLTF_TARBALL)))

$(eval $(call gb_UnpackedTarball_set_patchflags,libgltf,--binary))

$(eval $(call gb_UnpackedTarball_set_patchlevel,libgltf,1))

$(eval $(call gb_UnpackedTarball_add_patches,libgltf,\
	external/libgltf/patches/libgltf_configure.patch \
	external/libgltf/patches/remove_config_h_in_dependencies.patch \
	external/libgltf/patches/init_scene_set_handle.patch \
	external/libgltf/patches/extend_get_bitmap_for_rgba_ones.patch \
	external/libgltf/patches/wrong_duration_caused_by_uninitialized_member.patch \
	external/libgltf/patches/wrong_media_time_caused_by_missing_fmod.patch \
	external/libgltf/patches/wrong_animation_state_when_set_time_to_null.patch \
	external/libgltf/patches/no_effect_of_set_looping.patch \
	external/libgltf/patches/wrong_media_time_at_first_run_caused_by_uninitilized_member.patch \
	external/libgltf/patches/no_animation_in_orbit_mode.patch \
	external/libgltf/patches/walkthrough_mode_affects_orbit_mode_unexpectedly.patch \
	external/libgltf/patches/move_fps_closer_to_the_corner.patch \
	external/libgltf/patches/compiler_error_fixes.patch \
	external/libgltf/patches/fix_package_file.patch \
	external/libgltf/patches/comma_at_end_of_enumerator_list.patch \
	external/libgltf/patches/extra_semicolon.patch \
))

# vim: set noet sw=4 ts=4: