aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-06-18 08:28:43 +0800
committerjylefort <jylefort@FreeBSD.org>2005-06-18 08:28:43 +0800
commit0b64497c3bc0915d09321a8edfa1290a297cb860 (patch)
tree1732537d321a71f3808685a80eed7465872c77ec /graphics
parent4c139feb96309734b23744ab3b849f07b7716b76 (diff)
downloadfreebsd-ports-gnome-0b64497c3bc0915d09321a8edfa1290a297cb860.tar.gz
freebsd-ports-gnome-0b64497c3bc0915d09321a8edfa1290a297cb860.tar.zst
freebsd-ports-gnome-0b64497c3bc0915d09321a8edfa1290a297cb860.zip
Add xmms-waterfall.
Waterfall is yet another XMMS spectrum analyzer. While most analyzers only show a changing snapshot of the current sound, waterfall shows a scrolling spectrogram, a 2-d plot of frequency vs time, with energy represented by intensity. There are also options to use color to display stereo discrepancies, frequency onsets, or frequency uniformity. WWW: http://www.aigeek.com/waterfall/ PR: ports/82372 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/xmms-waterfall/Makefile30
-rw-r--r--graphics/xmms-waterfall/distinfo2
-rw-r--r--graphics/xmms-waterfall/pkg-descr10
4 files changed, 43 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 7a872c77304d..fd4ea7dff53b 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -584,6 +584,7 @@
SUBDIR += xmms-nebulus
SUBDIR += xmms-paranormal
SUBDIR += xmms-vumeter
+ SUBDIR += xmms-waterfall
SUBDIR += xmms-xvs
SUBDIR += xmorph
SUBDIR += xmountains
diff --git a/graphics/xmms-waterfall/Makefile b/graphics/xmms-waterfall/Makefile
new file mode 100644
index 000000000000..256b65ad7aa8
--- /dev/null
+++ b/graphics/xmms-waterfall/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: graphics/xmms-waterfall
+# Date created: 17 Jun 2005
+# Whom: Alejandro Pulver <alejandro@varnet.biz>
+#
+# $FreeBSD$
+#
+
+PORTNAME= waterfall
+PORTVERSION= 0.11
+CATEGORIES= graphics
+MASTER_SITES= http://www.aigeek.com/waterfall/
+PKGNAMEPREFIX= xmms-
+
+MAINTAINER= alejandro@varnet.biz
+COMMENT= Yet another XMMS spectrum analyzer
+
+BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
+RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
+
+USE_X_PREFIX= yes
+USE_GNOME= gtk12
+USE_REINPLACE= yes
+USE_INC_LIBTOOL_VER= 13
+
+PLIST_FILES= lib/xmms/Visualization/libwaterfall.so
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-O2|${CFLAGS}|' ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>
diff --git a/graphics/xmms-waterfall/distinfo b/graphics/xmms-waterfall/distinfo
new file mode 100644
index 000000000000..ac6ef42fe5f6
--- /dev/null
+++ b/graphics/xmms-waterfall/distinfo
@@ -0,0 +1,2 @@
+MD5 (waterfall-0.11.tar.gz) = 42c70da6d223ce0e7f8a755a01f55b3f
+SIZE (waterfall-0.11.tar.gz) = 126038
diff --git a/graphics/xmms-waterfall/pkg-descr b/graphics/xmms-waterfall/pkg-descr
new file mode 100644
index 000000000000..689e01f9a0d6
--- /dev/null
+++ b/graphics/xmms-waterfall/pkg-descr
@@ -0,0 +1,10 @@
+Waterfall is yet another XMMS spectrum analyzer. While most analyzers only
+show a changing snapshot of the current sound, waterfall shows a scrolling
+spectrogram, a 2-d plot of frequency vs time, with energy represented by
+intensity. There are also options to use color to display stereo
+discrepancies, frequency onsets, or frequency uniformity.
+
+WWW: http://www.aigeek.com/waterfall/
+
+- Alejandro Pulver
+alejandro@varnet.biz