ports/82211: New port: audio/xmms-eq - Realtime graphical equalizer plugin for XMMS

Alejandro Pulver alejandro at varnet.biz
Mon Jun 13 23:00:39 UTC 2005


>Number:         82211
>Category:       ports
>Synopsis:       New port: audio/xmms-eq - Realtime graphical equalizer plugin 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:   Mon Jun 13 23:00:38 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 at 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 at 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 at 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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list