# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"). You may # only use this file in accordance with the terms of the CDDL. # # A full copy of the text of the CDDL should have accompanied this # source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # # Copyright 2019 Rouven Weiler # Copyright 2022 Andreas Wacknitz # BUILD_BITS= 64 include ../../../make-rules/shared-macros.mk COMPONENT_NAME= wavpack COMPONENT_VERSION= 5.6.0 COMPONENT_REVISION= 1 COMPONENT_SUMMARY= wavpack - Hybrid Lossless Audio Compression COMPONENT_PROJECT_URL= https://www.wavpack.com/ COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 COMPONENT_ARCHIVE_HASH= sha256:8cbfa15927d29bcf953db35c0cfca7424344ff43ebe4083daf161577fb839cc1 COMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE) COMPONENT_FMRI= audio/wavpack COMPONENT_CLASSIFICATION= System/Multimedia Libraries COMPONENT_LICENSE= BSD COMPONENT_LICENSE_FILE= COPYING include $(WS_TOP)/make-rules/common.mk CONFIGURE_OPTIONS += --disable-static CONFIGURE_OPTIONS += --enable-legacy COMPONENT_TEST_TRANSFORMS= \ ' -n ' \ ' -e "/PASS/p" ' \ ' -e "/pass/p" ' \ ' -e "/\*\*\*/p" ' \ ' -e "/===/p" ' # Auto-generated dependencies REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/math