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>
This commit is contained in:
Jean-Yves Lefort 2005-06-18 00:28:43 +00:00
parent 91fe3ef09d
commit 2c7d8686db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137666
4 changed files with 43 additions and 0 deletions

View file

@ -584,6 +584,7 @@
SUBDIR += xmms-nebulus
SUBDIR += xmms-paranormal
SUBDIR += xmms-vumeter
SUBDIR += xmms-waterfall
SUBDIR += xmms-xvs
SUBDIR += xmorph
SUBDIR += xmountains

View file

@ -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>

View file

@ -0,0 +1,2 @@
MD5 (waterfall-0.11.tar.gz) = 42c70da6d223ce0e7f8a755a01f55b3f
SIZE (waterfall-0.11.tar.gz) = 126038

View file

@ -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