1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/xmms-fxt/Makefile
Jean-Yves Lefort 996592e1ee 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>
2005-06-10 15:56:42 +00:00

28 lines
585 B
Makefile

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