vim: update to 9.1.0984
[oi-userland.git] / components / library / libchamplain / Makefile
blob5002cfd61b5b2b36ac3a3e9feb1366e07ced2714
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL)". You may
4 # only use this file in accordance with the terms of the CDDL.
6 # A full copy of the text of the CDDL should have accompanied this
7 # source. A copy of the CDDL is also available via the Internet at
8 # http://www.illumos.org/license/CDDL.
12 # Copyright (c) 2014 Alexander Pyhalov
13 # Copyright (c) 2023 Friedrich Kink
16 BUILD_STYLE=meson
17 BUILD_BITS=64
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= libchamplain
21 COMPONENT_VERSION= 0.12.21
22 COMPONENT_FMRI= library/desktop/libchamplain
23 COMPONENT_PROJECT_URL= http://projects.gnome.org/libchamplain/
24 COMPONENT_SUMMARY= libchamplain - a Clutter based widget to display rich, eye-candy and interactive maps
25 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
26 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz
27 COMPONENT_ARCHIVE_HASH= \
28 sha256:a915cd172a0c52944c5579fcb4683f8a878c571bf5e928254b5dafefc727e5a7
29 COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/0.12/$(COMPONENT_ARCHIVE)
31 TEST_TARGET=$(NO_TESTS)
32 include $(WS_MAKE_RULES)/common.mk
34 PATH=$(PATH.gnu)
36 CONFIGURE_OPTIONS+= --sysconfdir=/etc
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES += database/sqlite-3
40 REQUIRED_PACKAGES += library/desktop/cairo
41 REQUIRED_PACKAGES += library/desktop/clutter
42 REQUIRED_PACKAGES += library/desktop/clutter/clutter-gtk
43 REQUIRED_PACKAGES += library/desktop/cogl
44 REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
45 REQUIRED_PACKAGES += library/desktop/gtk3
46 REQUIRED_PACKAGES += library/desktop/pango
47 REQUIRED_PACKAGES += library/glib2
48 REQUIRED_PACKAGES += library/libsoup3
49 REQUIRED_PACKAGES += system/library
50 REQUIRED_PACKAGES += system/library/math