Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jun 2000 13:07:46 +0200 (CEST)
From:      esk@ira.uka.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19296: new port xmms-esound
Message-ID:  <200006151107.NAA07290@i30nb2.ira.uka.de>

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

>Number:         19296
>Category:       ports
>Synopsis:       New port, xmms-esound
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 15 04:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Espen Skoglund
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Universität Karlsruhe
>Environment:

	

>Description:

Xmms-esound is an output plugin for xmms that supports the Enlightenment
Sound Daemon (ESD).

>How-To-Repeat:

	

>Fix:

# 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-esound
#	xmms-esound/files
#	xmms-esound/files/md5
#	xmms-esound/pkg
#	xmms-esound/pkg/COMMENT
#	xmms-esound/pkg/DESCR
#	xmms-esound/pkg/PLIST
#	xmms-esound/patches
#	xmms-esound/patches/patch-aa
#	xmms-esound/Makefile
#
echo c - xmms-esound
mkdir -p xmms-esound > /dev/null 2>&1
echo c - xmms-esound/files
mkdir -p xmms-esound/files > /dev/null 2>&1
echo x - xmms-esound/files/md5
sed 's/^X//' >xmms-esound/files/md5 << 'END-of-xmms-esound/files/md5'
XMD5 (xmms-1.2.0.tar.gz) = 3f6be4d02ecb58c44ade0785f388eada
END-of-xmms-esound/files/md5
echo c - xmms-esound/pkg
mkdir -p xmms-esound/pkg > /dev/null 2>&1
echo x - xmms-esound/pkg/COMMENT
sed 's/^X//' >xmms-esound/pkg/COMMENT << 'END-of-xmms-esound/pkg/COMMENT'
XOutput plugin to XMMS for supporting the Enlightenment Sound Daemon.
END-of-xmms-esound/pkg/COMMENT
echo x - xmms-esound/pkg/DESCR
sed 's/^X//' >xmms-esound/pkg/DESCR << 'END-of-xmms-esound/pkg/DESCR'
XOutput plugin to XMMS for supporting the Enlightenment Sound Daemon.
X
XWWW: http://www.tux.org/~ricdude/EsounD.html
X
X    eSk
END-of-xmms-esound/pkg/DESCR
echo x - xmms-esound/pkg/PLIST
sed 's/^X//' >xmms-esound/pkg/PLIST << 'END-of-xmms-esound/pkg/PLIST'
Xlib/xmms/Output/libesdout.so
END-of-xmms-esound/pkg/PLIST
echo c - xmms-esound/patches
mkdir -p xmms-esound/patches > /dev/null 2>&1
echo x - xmms-esound/patches/patch-aa
sed 's/^X//' >xmms-esound/patches/patch-aa << 'END-of-xmms-esound/patches/patch-aa'
X*** libxmms/configure.org	Wed Jun 14 13:20:29 2000
X--- libxmms/configure	Wed Jun 14 13:20:57 2000
X***************
X*** 585,591 ****
X  # ./install, which can be erroneously created by make from ./install.sh.
X  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
X  echo "configure:588: checking for a BSD compatible install" >&5
X! if test -z "$INSTALL"; then
X  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
X    echo $ac_n "(cached) $ac_c" 1>&6
X  else
X--- 585,591 ----
X  # ./install, which can be erroneously created by make from ./install.sh.
X  echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
X  echo "configure:588: checking for a BSD compatible install" >&5
X! if test -z "$NO__INSTALL"; then
X  if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
X    echo $ac_n "(cached) $ac_c" 1>&6
X  else
END-of-xmms-esound/patches/patch-aa
echo x - xmms-esound/Makefile
sed 's/^X//' >xmms-esound/Makefile << 'END-of-xmms-esound/Makefile'
X# New ports collection makefile for:	xmms-esound
X# Version required:		1.2.0
X# Date created:			15 June 2000
X# Whom:				Espen Skoglund <esk@ira.uka.de>
X#
X# $FreeBSD:$
X#
X
XPORTNAME=	xmms-esound
XPORTVERSION=	1.2.0
XDISTNAME=	xmms-${PORTVERSION}
XCATEGORIES=	audio
XMASTER_SITES=	ftp://ftp.xmms.org/xmms/1.0/ \
X		ftp://ftp.uk.xmms.org/xmms/1.0/ \
X		ftp://ftp.us.xmms.org/xmms/1.0/ \
X		ftp://ftp.ca.us.xmms.org/xmms/1.0/ \
X		ftp://ftp.md.us.xmms.org/xmms/1.0/ \
X		ftp://ftp.nl.xmms.org/xmms/1.0/ \
X		ftp://ftp.de.xmms.org/xmms/1.0/
X
XMAINTAINER=	esk@ira.uka.de
X
XLIB_DEPENDS=	xmms.1:${PORTSDIR}/audio/xmms \
X		esd.2:${PORTSDIR}/audio/esound
X
XUSE_LIBTOOL=	yes
XCONFIGURE_ARGS= --without-gnome
X
XGTK_CONFIG?=	${X11BASE}/bin/gtk12-config
XGLIB_CONFIG?=	${LOCALBASE}/bin/glib12-config
X
XCONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}" \
X 		GLIB_CONFIG="${GLIB_CONFIG}"
X
Xdo-build:
X	@(cd ${WRKSRC}/Output/esd; ${SETENV} ${MAKE_ENV} \
X	  ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
X
Xdo-install:
X	@(cd ${WRKSRC}/Output/esd && ${SETENV} ${MAKE_ENV} \
X	  ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
X
X.include <bsd.port.mk>
END-of-xmms-esound/Makefile
exit


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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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