1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add xmms-defx.

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/

PR:		ports/82013
Submitted by:	Alejandro Pulver <alejandro@varnet.biz>
This commit is contained in:
Jean-Yves Lefort 2005-06-10 15:20:29 +00:00
parent 0eeffc923a
commit 57a29a7218
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137193
4 changed files with 50 additions and 0 deletions

View File

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

35
audio/xmms-defx/Makefile Normal file
View File

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

2
audio/xmms-defx/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (xmms-defx-0.9.9.tar.gz) = 89d1e2dce6fcb8eedada91891366a9ba
SIZE (xmms-defx-0.9.9.tar.gz) = 20287

12
audio/xmms-defx/pkg-descr Normal file
View File

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