# # 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 # include ../../../make-rules/shared-macros.mk COMPONENT_NAME= schroedinger COMPONENT_VERSION= 1.0.11 COMPONENT_REVISION= 1 COMPONENT_SUMMARY= Library for decoding and encoding video in the Dirac format COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ sha256:1e572a0735b92aca5746c4528f9bebd35aa0ccf8619b22fa2756137a8cc9f912 COMPONENT_ARCHIVE_URL= \ https://launchpad.net/schroedinger/trunk/$(COMPONENT_VERSION)/+download/$(COMPONENT_ARCHIVE) COMPONENT_PROJECT_URL = http://diracvideo.org COMPONENT_LICENSE = LGPLv2 COMPONENT_LICENSE_FILE = COPYING.LGPL COMPONENT_CLASSIFICATION = System/Media COMPONENT_FMRI = library/video/libschroedinger include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/configure.mk include $(WS_MAKE_RULES)/ips.mk # Build can't create generated sources without this COMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D)) CONFIGURE_SCRIPT=$(@D)/configure CONFIGURE_OPTIONS += --disable-gtk-doc CONFIGURE_OPTIONS += --enable-shared CONFIGURE_OPTIONS += --disable-static build: $(BUILD_32_and_64) install: $(INSTALL_32_and_64) # Auto-generated dependencies REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/math REQUIRED_PACKAGES += system/library/orc REQUIRED_PACKAGES += developer/documentation-tool/gtk-doc