From alejandro@varnet.biz  Mon Jun 13 22:56:34 2005
Return-Path: <alejandro@varnet.biz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id BFC4916A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Jun 2005 22:56:34 +0000 (GMT)
	(envelope-from alejandro@varnet.biz)
Received: from relay02.pair.com (relay02.pair.com [209.68.5.16])
	by mx1.FreeBSD.org (Postfix) with SMTP id 5CECF43D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 13 Jun 2005 22:56:34 +0000 (GMT)
	(envelope-from alejandro@varnet.biz)
Received: (qmail 97803 invoked from network); 13 Jun 2005 22:56:32 -0000
Received: from unknown (HELO phobos.mars.bsd) (unknown)
  by unknown with SMTP; 13 Jun 2005 22:56:32 -0000
Message-Id: <1118703494.0@phobos.mars.bsd>
Date: Mon, 13 Jun 2005 19:58:14 -0300
From: "Alejandro Pulver" <alejandro@varnet.biz>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: New port: audio/xmms-eq - Realtime graphical equalizer plugin for XMMS
X-Send-Pr-Version: gtk-send-pr 0.4.4 
X-GNATS-Notify:

>Number:         82211
>Category:       ports
>Synopsis:       New port: audio/xmms-eq - Realtime graphical equalizer plugin for XMMS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jylefort
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 13 23:00:38 GMT 2005
>Closed-Date:    Tue Jun 14 17:24:11 GMT 2005
>Last-Modified:  Tue Jun 14 17:24:11 GMT 2005
>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:


In the previous PR I choose the wrong shell archive. Sorry.


>How-To-Repeat:





>Fix:


--- xmms-eq.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-eq
#	xmms-eq/pkg-descr
#	xmms-eq/Makefile
#	xmms-eq/distinfo
#	xmms-eq/pkg-message
#
echo c - xmms-eq
mkdir -p xmms-eq > /dev/null 2>&1
echo x - xmms-eq/pkg-descr
sed 's/^X//' >xmms-eq/pkg-descr << 'END-of-xmms-eq/pkg-descr'
XGraphical Equalizer XMMS Effect Plugin
X
XEQ is a realtime graphical equalizer that will equalize everything that you
Xare playing through XMMS, not just the MP3s.
X
XAuthor: Felipe Rivera
X
XWWW: http://equ.sourceforge.net/
X
X- Alejandro Pulver
Xalejandro@varnet.biz
END-of-xmms-eq/pkg-descr
echo x - xmms-eq/Makefile
sed 's/^X//' >xmms-eq/Makefile << 'END-of-xmms-eq/Makefile'
X# New ports collection makefile for:   audio/xmms-eq
X# Date created:        13 Jun 2005
X# Whom:                Alejandro Pulver <alejandro@varnet.biz>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		eq
XPORTVERSION=		0.6
XCATEGORIES=		audio
XMASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	equ
XPKGNAMEPREFIX=		xmms-
XDISTNAME=		${PORTNAME}-xmms-${PORTVERSION}
X
XMAINTAINER=	alejandro@varnet.biz
XCOMMENT=	Realtime graphical equalizer plugin for XMMS
X
XLIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XUSE_X_PREFIX=	yes
XUSE_GNOME=	gtk12
XUSE_LIBTOOL_VER=15
X
XOPTIONS=	MMX "Force MMX instruction generation" on \
X		OPTIMIZED_CFLAGS "Enable compilation optimizations" on \
X		SSE "Force SSE instruction generation" on \
X		SSE2 "Force SSE2 instruction generation" on
X
XGNU_CONFIGURE=		yes
XCONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
XCONFIGURE_ENV=		CPPFLAGS="-I${LOCALBASE}/include" \
X			LDFLAGS="-L${LOCALBASE}/lib"
X
XPLIST_FILES=	lib/xmms/Effect/libeq.so
X
Xpost-install:
X	@${ECHO_CMD}
X	@${CAT} ${PKGMESSAGE}
X	@${ECHO_CMD}
X
X.include <bsd.port.pre.mk>
X
X.if defined(WITH_MMX)
XCONFIGURE_ARGS+=	--enable-mmx
X.endif
X
X.if defined(WITHOUT_OPTIMIZED_CFLAGS)
XCONFIGURE_ARGS+=	--without-gcc
X.endif
X
X.if defined(WITH_SSE)
XCONFIGURE_ARGS+=	--enable-sse
X.endif
X
X.if defined(WITH_SSE2)
XCONFIGURE_ARGS+=	--enable-sse2
X.endif
X
X.include <bsd.port.post.mk>
END-of-xmms-eq/Makefile
echo x - xmms-eq/distinfo
sed 's/^X//' >xmms-eq/distinfo << 'END-of-xmms-eq/distinfo'
XMD5 (eq-xmms-0.6.tar.bz2) = 9176ecf7a4d3e7016ce662c207844ec8
XSIZE (eq-xmms-0.6.tar.bz2) = 421407
END-of-xmms-eq/distinfo
echo x - xmms-eq/pkg-message
sed 's/^X//' >xmms-eq/pkg-message << 'END-of-xmms-eq/pkg-message'
XXMMS-EQ has been installed.
X
X***WARNING***
X
XThis plugin may crash XMMS with the message "Segmentation fault" when
Xenabling or disabling it from the GUI.
X
XThe temporary solution for this is to edit the XMMS configuration file
Xdirectly. It is usually located at "~/.xmms/config". The section that
Xindicates the effect plugins to be loaded is called "xmms". To enable or
Xdisable it just add or remove respectively the string "libeq.so" to the
Xvariable "enabled_eplugins".
X
XFor example (XMMS-EQ is enabled):
X
X[xmms]
X
Xenabled_eplugins=libeq.so
X
X***WARNING***
END-of-xmms-eq/pkg-message
exit

--- xmms-eq.shar ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->jylefort 
Responsible-Changed-By: jylefort 
Responsible-Changed-When: Tue Jun 14 14:21:27 GMT 2005 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82211 
State-Changed-From-To: open->closed 
State-Changed-By: jylefort 
State-Changed-When: Tue Jun 14 17:24:03 GMT 2005 
State-Changed-Why:  
Committed with a few modifications, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=82211 
>Unformatted:
