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 2020 Alexander Pyhalov
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= libmypaint
20 COMPONENT_VERSION
= 1.6.1
22 COMPONENT_SUMMARY
= MyPaint Brush Library
23 COMPONENT_CLASSIFICATION
= System
/Multimedia Libraries
24 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
25 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.xz
26 COMPONENT_ARCHIVE_HASH
= \
27 sha256
:741754f293f6b7668f941506da07cd7725629a793108bb31633fb6c3eae5315f
28 COMPONENT_ARCHIVE_URL
= \
29 https
://github.com
/mypaint
/libmypaint
/releases
/download
/v
$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
30 COMPONENT_PROJECT_URL
= https
://github.com
/mypaint
/libmypaint
31 COMPONENT_LICENSE
= ISC
32 COMPONENT_LICENSE_FILE
= COPYING
33 COMPONENT_FMRI
= library
/libmypaint
35 include $(WS_MAKE_RULES
)/common.mk
39 COMPONENT_TEST_TRANSFORMER
= $(NAWK
)
40 COMPONENT_TEST_TRANSFORMS
= "'/TOTAL|PASS|FAIL|XFAIL|SKIP|XPASS|ERROR/'"
42 # Needed for "gmake test" to work successfully.
45 # Auto-generated dependencies
46 REQUIRED_PACKAGES
+= library
/glib2
47 REQUIRED_PACKAGES
+= library
/json-c
48 REQUIRED_PACKAGES
+= system
/library
49 REQUIRED_PACKAGES
+= system
/library
/math