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 2016 Alexander Pyhalov
14 # Copyright 2019 Nona Hansel
19 include ..
/..
/..
/make-rules
/shared-macros.mk
21 COMPONENT_NAME
= libmusicbrainz
22 COMPONENT_VERSION
= 5.1.0
24 COMPONENT_SUMMARY
= Software library for accessing MusicBrainz servers
25 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
26 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.gz
27 COMPONENT_ARCHIVE_HASH
= sha256
:6749259e89bbb273f3f5ad7acdffb7c47a2cf8fcaeab4c4695484cef5f4c6b46
28 COMPONENT_ARCHIVE_URL
= https
://github.com
/metabrainz
/libmusicbrainz
/releases
/download
/release-
$(COMPONENT_VERSION
)/$(COMPONENT_ARCHIVE
)
29 COMPONENT_PROJECT_URL
= https
://musicbrainz.org
/doc
/libmusicbrainz
30 COMPONENT_CLASSIFICATION
= System
/Multimedia Libraries
31 COMPONENT_FMRI
= library
/musicbrainz
/libmusicbrainz-5
32 COMPONENT_LICENSE
= LGPLv2.1
33 COMPONENT_LICENSE_FILE
= COPYING.txt
35 include $(WS_MAKE_RULES
)/common.mk
37 CXXFLAGS
+= -fpermissive
39 CMAKE_OPTIONS
+= -DCMAKE_BUILD_TYPE
=Release
40 CMAKE_OPTIONS
+= -DCMAKE_VERBOSE_MAKEFILE
=1
42 CMAKE_OPTIONS
.64 += -DLIB_SUFFIX
=/$(MACH64
)
44 # Auto-generated dependencies
45 REQUIRED_PACKAGES
+= $(GCC_RUNTIME_PKG
)
46 REQUIRED_PACKAGES
+= $(GXX_RUNTIME_PKG
)
47 REQUIRED_PACKAGES
+= library
/libxml2
48 REQUIRED_PACKAGES
+= library
/neon
49 REQUIRED_PACKAGES
+= system
/library