diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/xmms-defx/Makefile | 35 | ||||
-rw-r--r-- | audio/xmms-defx/distinfo | 2 | ||||
-rw-r--r-- | audio/xmms-defx/pkg-descr | 12 |
4 files changed, 50 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 1c1bccde248b..ad03eb0f79a4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -509,6 +509,7 @@ SUBDIR += xmms-cdread SUBDIR += xmms-crossfade SUBDIR += xmms-crystality + SUBDIR += xmms-defx SUBDIR += xmms-faad SUBDIR += xmms-fc SUBDIR += xmms-flac diff --git a/audio/xmms-defx/Makefile b/audio/xmms-defx/Makefile new file mode 100644 index 000000000000..3b2c36bc4345 --- /dev/null +++ b/audio/xmms-defx/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: audio/xmms-defx +# Date created: 7 Jun 2005 +# Whom: Alejandro Pulver <alejandro@varnet.biz> +# +# $FreeBSD$ +# + +PORTNAME= xmms-defx +PORTVERSION= 0.9.9 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= defx + +MAINTAINER= alejandro@varnet.biz +COMMENT= Multi-effects processor plug-in for XMMS + +BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms +RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms + +USE_X_PREFIX= yes +USE_REINPLACE= yes +USE_GMAKE= yes +USE_GNOME= gtk12 + +PLIST_FILES= lib/xmms/Effect/libdefx.so + +post-patch: + @${REINPLACE_CMD} -e 's|^MAKE=.*||; s|gcc|${CC}|; s|-O2|${CFLAGS}|; \ + s|gtk-config|${GTK_CONFIG}|' ${WRKSRC}/config.mak + @${REINPLACE_CMD} -e 's|-shared|-shared -fPIC|' ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/lib/libdefx.so ${PREFIX}/lib/xmms/Effect + +.include <bsd.port.mk> diff --git a/audio/xmms-defx/distinfo b/audio/xmms-defx/distinfo new file mode 100644 index 000000000000..9eeefadbfaf4 --- /dev/null +++ b/audio/xmms-defx/distinfo @@ -0,0 +1,2 @@ +MD5 (xmms-defx-0.9.9.tar.gz) = 89d1e2dce6fcb8eedada91891366a9ba +SIZE (xmms-defx-0.9.9.tar.gz) = 20287 diff --git a/audio/xmms-defx/pkg-descr b/audio/xmms-defx/pkg-descr new file mode 100644 index 000000000000..117211b5936d --- /dev/null +++ b/audio/xmms-defx/pkg-descr @@ -0,0 +1,12 @@ +DeFX is a multi-effects processor plug-in. DeFX supports 6 types of effects, +grouped into 4 different modules. + + - Karaoke: removes the song's voices, trying to preserve the bass and drums. + - Panning: smoothly selects between the two stereo channels. + - Modulation: three classical effects: flange, phaser and chorus. + - Reverberation: simulates the reverberation of a huge room. + +WWW: http://defx.sourceforge.net/ + +- Alejandro Pulver +alejandro@varnet.biz |