OpenColorIO: update to 2.4.0
[oi-userland.git] / components / library / libid3tag / Makefile
blob8bedaa4c74a8bf0e73fecd1fe83806dd93b5da83
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 2015 Alexander Pyhalov
13 # Copyright 2023 Andreas Wacknitz
16 BUILD_BITS= 64_and_32
17 BUILD_STYLE= cmake
18 include ../../../make-rules/shared-macros.mk
20 COMPONENT_NAME= libid3tag
21 COMPONENT_VERSION= 0.16.3
22 COMPONENT_SUMMARY= ID3 tag reading library from the MAD project
23 COMPONENT_PROJECT_URL= https://www.underbit.com/products/mad/
24 COMPONENT_SRC= $(COMPONENT_NAME)
25 COMPONENT_ARCHIVE= $(COMPONENT_SRC)-$(COMPONENT_VERSION).tar.gz
26 COMPONENT_ARCHIVE_HASH= sha256:0561009778513a95d91dac33cee8418d6622f710450a7cb56a74636d53b588cb
27 COMPONENT_ARCHIVE_URL= https://codeberg.org/tenacityteam/libid3tag/archive/$(COMPONENT_VERSION).tar.gz
28 COMPONENT_FMRI= library/audio/libid3tag
29 COMPONENT_CLASSIFICATION=System/Multimedia Libraries
30 COMPONENT_LICENSE= GPLv2
31 COMPONENT_LICENSE_FILE= COPYING
33 TEST_TARGET= $(NO_TESTS)
34 include $(WS_MAKE_RULES)/common.mk
36 FP_ARCH.32 = default
37 FP_ARCH.64 = 64bit
39 CONFIGURE_OPTIONS += --sysconfdir=/etc
40 CONFIGURE_OPTIONS += --enable-shared
41 CONFIGURE_OPTIONS += --disable-static
42 CONFIGURE_OPTIONS += --enable-accuracy
43 CONFIGURE_OPTIONS += --enable-fpm=$(FP_ARCH.$(BITS))
45 # Auto-generated dependencies
46 REQUIRED_PACKAGES += library/zlib
47 REQUIRED_PACKAGES += system/library