# # 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 # Copyright 2023 Niklas Poslovski # include ../../../make-rules/shared-macros.mk COMPONENT_NAME= libmms COMPONENT_VERSION= 0.6.4 COMPONENT_REVISION= 2 COMPONENT_SUMMARY= mms stream protocol library COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH= \ sha256:3c05e05aebcbfcc044d9e8c2d4646cd8359be39a3f0ba8ce4e72a9094bee704f COMPONENT_ARCHIVE_URL= \ https://sourceforge.net/projects/libmms/files/libmms/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE) COMPONENT_PROJECT_URL= https://sourceforge.net/projects/libmms/ COMPONENT_LICENSE= LGPLv2 COMPONENT_LICENSE_FILE= COPYING.LIB COMPONENT_CLASSIFICATION=System/Multimedia Libraries COMPONENT_FMRI= library/video/libmms include $(WS_MAKE_RULES)/encumbered.mk include $(WS_MAKE_RULES)/common.mk CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR) CONFIGURE_OPTIONS += --enable-shared CONFIGURE_OPTIONS += --disable-static # Auto-generated dependencies REQUIRED_PACKAGES += system/library