diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-06-10 23:56:42 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-06-10 23:56:42 +0800 |
commit | d53e0cb3bbc13da140e64e2b301ad46c6bdbd1ff (patch) | |
tree | 08ab2542958fc61bf30253fce30e4c942a9b9c9a /audio/xmms-fxt | |
parent | c32fe54fc184a06327cdf0e6837ba35e5c1a66d5 (diff) | |
download | freebsd-ports-gnome-d53e0cb3bbc13da140e64e2b301ad46c6bdbd1ff.tar.gz freebsd-ports-gnome-d53e0cb3bbc13da140e64e2b301ad46c6bdbd1ff.tar.zst freebsd-ports-gnome-d53e0cb3bbc13da140e64e2b301ad46c6bdbd1ff.zip |
Add xmms-fxt.
FX Toolbox plugin for XMMS.
People who enjoyed EaglePlayer II on Amiga, may remember the 8-bit Amplifier,
which featured a nice Surround effect. This plugin is an attempt to recreate
the same effect, plus some other goodies.
About the surround effect: it works like a cross echo. Some amount of the left
channel is delayed of some milliseconds, then added to the right channel, and
vice-versa.
* Provide a feeling of bigger room (that's what they said :).
* Reduce ear pressure when using headphones, especially with mods (try it to
understand).
* Despite being nearly a stereo -> mono effect, you can still locate the sound
in space, thanks to the delay.
WWW: http://xmms-fxt.sourceforge.net/
PR: ports/82053
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Diffstat (limited to 'audio/xmms-fxt')
-rw-r--r-- | audio/xmms-fxt/Makefile | 27 | ||||
-rw-r--r-- | audio/xmms-fxt/distinfo | 2 | ||||
-rw-r--r-- | audio/xmms-fxt/pkg-descr | 20 |
3 files changed, 49 insertions, 0 deletions
diff --git a/audio/xmms-fxt/Makefile b/audio/xmms-fxt/Makefile new file mode 100644 index 000000000000..0d110ea70bee --- /dev/null +++ b/audio/xmms-fxt/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: audio/xmms-fxt +# Date created: 8 Jun 2005 +# Whom: Alejandro Pulver <alejandro@varnet.biz> +# +# $FreeBSD$ +# + +PORTNAME= xmms-fxt +PORTVERSION= 0.4 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= alejandro@varnet.biz +COMMENT= Surround/Echo effect plugin for XMMS + +BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms + +USE_X_PREFIX= yes +USE_LIBTOOL_VER=15 +USE_GMAKE= yes +USE_GNOME= gtk12 + +PLIST_FILES= lib/xmms/Effect/libfxt.so + +.include <bsd.port.mk> diff --git a/audio/xmms-fxt/distinfo b/audio/xmms-fxt/distinfo new file mode 100644 index 000000000000..5eeea2888df8 --- /dev/null +++ b/audio/xmms-fxt/distinfo @@ -0,0 +1,2 @@ +MD5 (xmms-fxt-0.4.tar.gz) = c2569e5293615621b5ef533b54452205 +SIZE (xmms-fxt-0.4.tar.gz) = 303802 diff --git a/audio/xmms-fxt/pkg-descr b/audio/xmms-fxt/pkg-descr new file mode 100644 index 000000000000..34a40ee93f45 --- /dev/null +++ b/audio/xmms-fxt/pkg-descr @@ -0,0 +1,20 @@ +FX Toolbox plugin for XMMS. + +People who enjoyed EaglePlayer II on Amiga, may remember the 8-bit Amplifier, +which featured a nice Surround effect. This plugin is an attempt to recreate +the same effect, plus some other goodies. + +About the surround effect: it works like a cross echo. Some amount of the left +channel is delayed of some milliseconds, then added to the right channel, and +vice-versa. + +* Provide a feeling of bigger room (that's what they said :). +* Reduce ear pressure when using headphones, especially with mods (try it to + understand). +* Despite being nearly a stereo -> mono effect, you can still locate the sound + in space, thanks to the delay. + +WWW: http://xmms-fxt.sourceforge.net/ + +- Alejandro Pulver +alejandro@varnet.biz |