python/hypothesis: update to 6.121.0
[oi-userland.git] / components / library / exiv2 / Makefile
blob38324d6b49d500de351bb5720a2ae94a4591a384
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2017 Carsten Grzemba
16 BUILD_STYLE= cmake
17 USE_DEFAULT_TEST_TRANSFORMS= yes
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= exiv2
21 COMPONENT_VERSION= 0.28.3
22 COMPONENT_SUMMARY= Image metadata library and tools
23 COMPONENT_PROJECT_URL= https://www.exiv2.org
24 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
26 COMPONENT_ARCHIVE_HASH= sha256:1315e17d454bf4da3cc0edb857b1d2c143670f3485b537d0f946d9ed31d87b70
27 COMPONENT_ARCHIVE_URL= https://github.com/Exiv2/exiv2/archive/refs/tags/v$(COMPONENT_VERSION).tar.gz
28 COMPONENT_FMRI= image/library/exiv2
29 COMPONENT_CLASSIFICATION= System/Multimedia Libraries
30 COMPONENT_LICENSE= GPLv2
31 COMPONENT_LICENSE_FILE= COPYING
33 include $(WS_MAKE_RULES)/common.mk
35 CFLAGS += $(XPG6MODE)
36 LDFLAGS += -lnsl -lsocket
38 # Manually added build dependencies
39 TEST_REQUIRED_PACKAGES += developer/googletest
41 # Auto-generated dependencies
42 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
43 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
44 REQUIRED_PACKAGES += library/brotli
45 REQUIRED_PACKAGES += library/expat
46 REQUIRED_PACKAGES += library/inih
47 REQUIRED_PACKAGES += library/zlib
48 REQUIRED_PACKAGES += system/library
49 REQUIRED_PACKAGES += system/library/math