From d53e0cb3bbc13da140e64e2b301ad46c6bdbd1ff Mon Sep 17 00:00:00 2001 From: jylefort Date: Fri, 10 Jun 2005 15:56:42 +0000 Subject: 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 --- audio/xmms-fxt/Makefile | 27 +++++++++++++++++++++++++++ audio/xmms-fxt/distinfo | 2 ++ audio/xmms-fxt/pkg-descr | 20 ++++++++++++++++++++ 3 files changed, 49 insertions(+) create mode 100644 audio/xmms-fxt/Makefile create mode 100644 audio/xmms-fxt/distinfo create mode 100644 audio/xmms-fxt/pkg-descr (limited to 'audio/xmms-fxt') 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 +# +# $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 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 -- cgit