summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-10 15:56:42 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-06-10 15:56:42 +0000
commit996592e1ee010258f7f51725a318f2a06636c0e1 (patch)
tree9a66089accbd91a7f73860e61ab8774c70d4b3b8 /audio
parentUpdate to 1.5.a.60 (diff)
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>
Notes
Notes: svn path=/head/; revision=137201
Diffstat (limited to 'audio')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/xmms-fxt/Makefile27
-rw-r--r--audio/xmms-fxt/distinfo2
-rw-r--r--audio/xmms-fxt/pkg-descr20
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