# # This file and its contents are supplied under the terms of the # Common Development and Distribution License ("CDDL"), version 1.0. # You may only use this file in accordance with the terms of version # 1.0 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 2015 Alexander Pyhalov # BUILD_BITS=64 include ../../../make-rules/shared-macros.mk COMPONENT_NAME= libdca COMPONENT_VERSION= 0.0.7 COMPONENT_REVISION= 1 COMPONENT_FMRI= library/audio/libdca COMPONENT_CLASSIFICATION=System/Multimedia Libraries COMPONENT_SUMMARY= A free library for decoding DTS Coherent Acoustics streams COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 COMPONENT_ARCHIVE_HASH= sha256:3a0b13815f582c661d2388ffcabc2f1ea82f471783c400f765f2ec6c81065f6a COMPONENT_ARCHIVE_URL= https://download.videolan.org/pub/videolan/libdca/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) COMPONENT_PROJECT_URL= https://www.videolan.org/developers/libdca.html COMPONENT_LICENSE= LGPLv2.1 COMPONENT_LICENSE_FILE= COPYING TEST_TARGET= $(NO_TESTS) include $(WS_MAKE_RULES)/encumbered.mk include $(WS_MAKE_RULES)/common.mk CFLAGS += $($(COMPILER)_PIC) COMPONENT_PRE_CONFIGURE_ACTION = \ ($(CLONEY) $(SOURCE_DIR) $(@D)) COMPONENT_PREP_ACTION = \ (cd $(@D) ; autoreconf -fi) CONFIGURE_OPTIONS += --enable-shared CONFIGURE_OPTIONS += --disable-static # Auto-generated dependencies REQUIRED_PACKAGES += shell/ksh93 REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/math