2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2015 Alexander Pyhalov
17 include ..
/..
/..
/make-rules
/shared-macros.mk
19 COMPONENT_NAME
= libvisual-plugins
20 COMPONENT_VERSION
= 0.4.2
22 COMPONENT_SUMMARY
= Visualization plugins for the Libvisual library
23 COMPONENT_SRC
= $(COMPONENT_NAME
)-$(COMPONENT_VERSION
)
24 COMPONENT_ARCHIVE
= $(COMPONENT_SRC
).
tar.bz2
25 COMPONENT_ARCHIVE_HASH
= sha256
:a1dd04eb3d311d68b4f43a5c707df7aba7a98a9cab820c58395a7f5d7d6d0157
26 COMPONENT_ARCHIVE_URL
= https
://github.com
/Libvisual
/libvisual
/releases
/download
/$(COMPONENT_SRC
)/$(COMPONENT_ARCHIVE
)
27 COMPONENT_PROJECT_URL
= http
://libvisual.org
/
28 COMPONENT_FMRI
= library
/desktop
/libvisual
/plugins
29 COMPONENT_CLASSIFICATION
= Desktop
(GNOME
)/Libraries
30 COMPONENT_LICENSE_FILE
= COPYING
31 COMPONENT_LICENSE
= GPLv2
33 TEST_TARGET
= $(NO_TESTS
)
34 include $(WS_MAKE_RULES
)/common.mk
36 CONFIGURE_OPTIONS
+= --sysconfdir
=$(ETCDIR
)
37 CONFIGURE_OPTIONS
+= --enable-shared
=yes
38 CONFIGURE_OPTIONS
+= --enable-static
=no
39 CONFIGURE_OPTIONS
+= --disable-corona
40 CONFIGURE_OPTIONS
+= --disable-gforce
42 # Auto-generated dependencies
43 REQUIRED_PACKAGES
+= library
/audio
/gstreamer1
44 REQUIRED_PACKAGES
+= library
/audio
/pulseaudio
45 REQUIRED_PACKAGES
+= library
/desktop
/gdk-pixbuf
46 REQUIRED_PACKAGES
+= library
/desktop
/libvisual
47 REQUIRED_PACKAGES
+= library
/glib2
48 REQUIRED_PACKAGES
+= system
/library
49 REQUIRED_PACKAGES
+= system
/library
/math
50 REQUIRED_PACKAGES
+= x11
/library
/glu