diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-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 |
4 files changed, 50 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index ad03eb0f79a4..eedcae91684b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -513,6 +513,7 @@ SUBDIR += xmms-faad SUBDIR += xmms-fc SUBDIR += xmms-flac + SUBDIR += xmms-fxt SUBDIR += xmms-imms SUBDIR += xmms-infopipe SUBDIR += xmms-jack 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 |