Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2005 20:07:55 -0300
From:      "Alejandro Pulver" <alejandro@varnet.biz>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/82013: New port: audio/xmms-defx - Multi-effects processor plug-in for XMMS
Message-ID:  <1118185675.0@phobos.mars.bsd>
Resent-Message-ID: <200506072310.j57NAAaj073066@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         82013
>Category:       ports
>Synopsis:       New port: audio/xmms-defx - Multi-effects processor plug-in for XMMS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 07 23:10:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alejandro Pulver
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005
    root@phobos.mars.bsd:/usr/src/sys/i386/compile/ATHLON-ALE



>Description:





>How-To-Repeat:





>Fix:


--- xmms-defx.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	xmms-defx
#	xmms-defx/files
#	xmms-defx/files/patch-Makefile
#	xmms-defx/files/patch-config.mak
#	xmms-defx/distinfo
#	xmms-defx/pkg-descr
#	xmms-defx/Makefile
#
echo c - xmms-defx
mkdir -p xmms-defx > /dev/null 2>&1
echo c - xmms-defx/files
mkdir -p xmms-defx/files > /dev/null 2>&1
echo x - xmms-defx/files/patch-Makefile
sed 's/^X//' >xmms-defx/files/patch-Makefile << 'END-of-xmms-defx/files/patch-Makefile'
X*** Makefile.orig	Sat Oct 19 23:04:50 2002
X--- Makefile	Tue Jun  7 18:54:16 2005
X***************
X*** 8,14 ****
X  
X  $(DEFX):  $(COMMONLIBS)
X  	$(CC) $(LIBDIR) -shared src/plugin.o  -o $@ $(COMMONLIBS) 
X! 	cp $(DEFX) ..
X  
X  clean :
X  	$(MAKE) -C src/fx clean
X--- 8,14 ----
X  
X  $(DEFX):  $(COMMONLIBS)
X  	$(CC) $(LIBDIR) -shared src/plugin.o  -o $@ $(COMMONLIBS) 
X! #	cp $(DEFX) ..
X  
X  clean :
X  	$(MAKE) -C src/fx clean
END-of-xmms-defx/files/patch-Makefile
echo x - xmms-defx/files/patch-config.mak
sed 's/^X//' >xmms-defx/files/patch-config.mak << 'END-of-xmms-defx/files/patch-config.mak'
X*** config.mak.orig	Mon May 20 15:33:16 2002
X--- config.mak	Tue Jun  7 18:54:46 2005
X***************
X*** 1,5 ****
X! MAKE=make
X! CC=gcc
X! CFLAGS=-c -O2  `gtk-config --cflags`
X  OBJS = $(SRCS:.c=.o)
X  .SUFFIXES: .c .o
X--- 1,5 ----
X! #MAKE=make
X! #CC=gcc
X! CFLAGS+=-c -O2  `${GTK_CONFIG} --cflags`
X  OBJS = $(SRCS:.c=.o)
X  .SUFFIXES: .c .o
END-of-xmms-defx/files/patch-config.mak
echo x - xmms-defx/distinfo
sed 's/^X//' >xmms-defx/distinfo << 'END-of-xmms-defx/distinfo'
XMD5 (xmms-defx-0.9.9.tar.gz) = 89d1e2dce6fcb8eedada91891366a9ba
XSIZE (xmms-defx-0.9.9.tar.gz) = 20287
END-of-xmms-defx/distinfo
echo x - xmms-defx/pkg-descr
sed 's/^X//' >xmms-defx/pkg-descr << 'END-of-xmms-defx/pkg-descr'
XDeFX is a Multi-effects processor Plug-in.
X
XDeFX support 6 types of effects, grouped into 4 different modules.
X
X* Karaoke: Removes the song's voices trying to preserve the bass and drums.
X
X* Panning: Smoothly selects between the two stereo channels.
X
X* Modulation: Three classical effects. Flange, phaser and chorus.
X
X* Reverberation: You can simulate your songs as being played in a huge room.
X
XAuthor: Franco Catrin L.
X
XWWW: http://defx.sourceforge.net/
X
X- Alejandro Pulver
Xalejandro@varnet.biz
END-of-xmms-defx/pkg-descr
echo x - xmms-defx/Makefile
sed 's/^X//' >xmms-defx/Makefile << 'END-of-xmms-defx/Makefile'
X# New ports collection makefile for:   audio/xmms-defx
X# Date created:        7 Jun 2005
X# Whom:                Alejandro Pulver <alejandro@varnet.biz>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		defx
XPORTVERSION=		0.9.9
XCATEGORIES=		audio
XMASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XPKGNAMEPREFIX=		xmms-
XDISTNAME=		${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
X
XMAINTAINER=	alejandro@varnet.biz
XCOMMENT=	Multi-effects processor plug-in for XMMS
X
XLIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms
X
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
XUSE_GNOME=	gtk12
X
XMAKE_ENV+=	GTK_CONFIG="${GTK_CONFIG}"
X
XPLIST_FILES=	lib/xmms/Effect/libdefx.so
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/lib/libdefx.so ${PREFIX}/lib/xmms/Effect
X
X.include <bsd.port.mk>
END-of-xmms-defx/Makefile
exit

--- xmms-defx.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1118185675.0>