# # 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= 32_and_64 include ../../../make-rules/shared-macros.mk COMPONENT_NAME= libvisual-plugins COMPONENT_VERSION= 0.4.2 COMPONENT_REVISION= 1 COMPONENT_SUMMARY= Visualization plugins for the Libvisual library COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.bz2 COMPONENT_ARCHIVE_HASH= sha256:a1dd04eb3d311d68b4f43a5c707df7aba7a98a9cab820c58395a7f5d7d6d0157 COMPONENT_ARCHIVE_URL= https://github.com/Libvisual/libvisual/releases/download/$(COMPONENT_SRC)/$(COMPONENT_ARCHIVE) COMPONENT_PROJECT_URL= http://libvisual.org/ COMPONENT_FMRI= library/desktop/libvisual/plugins COMPONENT_CLASSIFICATION= Desktop (GNOME)/Libraries COMPONENT_LICENSE_FILE= COPYING COMPONENT_LICENSE= GPLv2 TEST_TARGET= $(NO_TESTS) include $(WS_MAKE_RULES)/common.mk CONFIGURE_OPTIONS += --sysconfdir=$(ETCDIR) CONFIGURE_OPTIONS += --enable-shared=yes CONFIGURE_OPTIONS += --enable-static=no CONFIGURE_OPTIONS += --disable-corona CONFIGURE_OPTIONS += --disable-gforce # Auto-generated dependencies REQUIRED_PACKAGES += library/audio/gstreamer1 REQUIRED_PACKAGES += library/audio/pulseaudio REQUIRED_PACKAGES += library/desktop/gdk-pixbuf REQUIRED_PACKAGES += library/desktop/libvisual REQUIRED_PACKAGES += library/glib2 REQUIRED_PACKAGES += system/library REQUIRED_PACKAGES += system/library/math REQUIRED_PACKAGES += x11/library/glu