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
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 2024 Marcel Telka
17 USE_DEFAULT_TEST_TRANSFORMS
= yes
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 # This is cairomm-1.16 ABI series
23 COMPONENT_NAME
= cairomm
24 COMPONENT_VERSION
= 1.18.0
25 COMPONENT_SUMMARY
= C
++ wrapper for the cairo graphics library
26 COMPONENT_PROJECT_URL
= https
://cairographics.org
/cairomm
/
27 COMPONENT_FMRI
= library
/desktop
/c
++/cairomm-116
28 COMPONENT_CLASSIFICATION
= Desktop
(GNOME
)/Libraries
29 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
30 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
31 COMPONENT_ARCHIVE_URL
= https
://cairographics.org
/releases
/$(COMPONENT_ARCHIVE
)
32 COMPONENT_ARCHIVE_HASH
= sha256
:b81255394e3ea8e8aa887276d22afa8985fc8daef60692eb2407d23049f03cfb
33 COMPONENT_LICENSE
= LGPL-2.0
-only
34 COMPONENT_LICENSE_FILE
= COPYING
36 include $(WS_MAKE_RULES
)/common.mk
38 # Auto-generated dependencies
39 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
40 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
41 REQUIRED_PACKAGES
+= library
/c
++/sigcpp3
42 REQUIRED_PACKAGES
+= library
/desktop
/cairo
43 REQUIRED_PACKAGES
+= system
/library