perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / multimedia / taglib / Makefile
blob16ec2a1a686b00bd43e0b014f5208767cccc0c88
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
5 # 1.0 of the CDDL.
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 phorcys@126.com. All rights reserved.
14 # Copyright 2021 Andreas Wacknitz
15 # Copyright 2023 Niklas Poslovski
18 BUILD_BITS= 32_and_64
19 BUILD_STYLE= cmake
20 USE_DEFAULT_TEST_TRANSFORMS= yes
21 include ../../../make-rules/shared-macros.mk
23 COMPONENT_NAME= taglib
24 COMPONENT_VERSION= 1.13.1
25 COMPONENT_REVISION= 1
26 COMPONENT_SUMMARY= taglib is a library for reading and editing the meta-data of several popular audio formats
27 COMPONENT_PROJECT_URL= https://taglib.github.io/
28 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
29 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
30 COMPONENT_ARCHIVE_HASH= sha256:c8da2b10f1bfec2cd7dbfcd33f4a2338db0765d851a50583d410bacf055cfd0b
31 COMPONENT_ARCHIVE_URL= https://taglib.github.io/releases/$(COMPONENT_ARCHIVE)
32 COMPONENT_FMRI= library/audio/taglib
33 COMPONENT_CLASSIFICATION= System/Multimedia Libraries
34 COMPONENT_LICENSE= LGPL
36 include $(WS_MAKE_RULES)/common.mk
38 CMAKE_OPTIONS += -DBUILD_SHARED_LIBS=ON
40 # Auto-generated dependencies
41 REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
42 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
43 REQUIRED_PACKAGES += library/zlib
44 REQUIRED_PACKAGES += shell/ksh93
45 REQUIRED_PACKAGES += system/library
46 REQUIRED_PACKAGES += system/library/math