From verm@jolly.drunkmonk.net  Thu Jul 25 09:25:58 2002
Return-Path: <verm@jolly.drunkmonk.net>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id E08DF37B400; Thu, 25 Jul 2002 09:25:57 -0700 (PDT)
Received: from jolly.drunkmonk.net (jolly.drunkmonk.net [66.37.140.163])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id 7DCE443E5E; Thu, 25 Jul 2002 09:25:57 -0700 (PDT)
	(envelope-from verm@jolly.drunkmonk.net)
Received: from jolly.drunkmonk.net (verm@localhost [127.0.0.1])
	by jolly.drunkmonk.net (8.12.3/8.12.3) with ESMTP id g6PGPk9H035796
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO);
	Thu, 25 Jul 2002 10:25:47 -0600 (MDT)
	(envelope-from verm@jolly.drunkmonk.net)
Received: (from verm@localhost)
	by jolly.drunkmonk.net (8.12.3/8.12.1/Submit) id g6PGPkVd035795;
	Thu, 25 Jul 2002 10:25:46 -0600 (MDT)
Message-Id: <200207251625.g6PGPkVd035795@jolly.drunkmonk.net>
Date: Thu, 25 Jul 2002 10:25:46 -0600 (MDT)
From: Amar Takhar <verm@drunkmonk.net>
Reply-To: Amar Takhar <verm@drunkmonk.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Pete Fritchman <petef@freebsd.org>
Subject: new port: audio/xmms-surround
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         40990
>Category:       ports
>Synopsis:       new port: audio/xmms-surround
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    naddy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 25 09:30:02 PDT 2002
>Closed-Date:    Sun Aug 11 14:05:09 PDT 2002
>Last-Modified:  Sun Aug 11 14:05:09 PDT 2002
>Originator:     Amar Takhar
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:

>Description:

Add surround sound capabilities to xmms, the input plugin must support the 
OSSSurround plugin for it to work (a52-xmms does)

>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-surround/Makefile
#	xmms-surround/distinfo
#	xmms-surround/files
#	xmms-surround/pkg-comment
#	xmms-surround/pkg-descr
#	xmms-surround/pkg-plist
#	xmms-surround/files/patch-src::OSSSurround-0.1::Makefile
#
echo x - xmms-surround/Makefile
sed 's/^X//' >xmms-surround/Makefile << 'END-of-xmms-surround/Makefile'
X# New ports collection makefile for:	xmms-surround
X# Date created:		24 July 2002
X# Whom:			Amar Takhar <verm@drunkmonk.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	xmms-surround
XPORTVERSION=	1.0
XCATEGORIES=	audio
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	xmms-a52dec
XDISTNAME=	xmms-a52dec-${PORTVERSION}
X
XMAINTAINER=	verm@drunkmonk.net
X
XLIB_DEPENDS=	xmms:${PORTSDIR}/audio/xmms
X
XUSE_BZIP2=	yes
XUSE_X_PREFIX=	yes
XUSE_GTK=	yes
X
X.include <bsd.port.pre.mk>
X
Xdo-build:
X	cd ${WRKSRC}/OSSSurround-0.1 && ${MAKE_ENV} make
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/OSSSurround-0.1/libOSSSurround.so `${X11BASE}/bin/xmms-config --output-plugin-dir`
X
X.include <bsd.port.post.mk>
END-of-xmms-surround/Makefile
echo x - xmms-surround/distinfo
sed 's/^X//' >xmms-surround/distinfo << 'END-of-xmms-surround/distinfo'
XMD5 (xmms-a52dec-1.0.tar.bz2) = 35a49bcde8fcb32a6e899677198d424c
END-of-xmms-surround/distinfo
echo c - xmms-surround/files
mkdir -p xmms-surround/files > /dev/null 2>&1
echo x - xmms-surround/pkg-comment
sed 's/^X//' >xmms-surround/pkg-comment << 'END-of-xmms-surround/pkg-comment'
XOSSSuround adds Surround Sound capabilities to XMMS
END-of-xmms-surround/pkg-comment
echo x - xmms-surround/pkg-descr
sed 's/^X//' >xmms-surround/pkg-descr << 'END-of-xmms-surround/pkg-descr'
XOSSSuround is an output plugin for XMMS included with xmms-a52dec.
X(audio/xmms-a52dec)  It provides surround sound capability to xmms-a42dec and is
Xfully compatible with all other input plugins.  It can be used as a dropin
Xreplacement for the original OSS plugin distributed with XMMS.  For developers,
Xif you are interested in using OSSSurround to provide surround sound support for
Xyour XMMS input plugin, you can read the API document or contact the author for
Xhelp.
X
XFor latest API info: http://xmms-a52dec.sourceforge.net/API
X
XWWW: http://xmms-a52dec.sourceforge.net/
END-of-xmms-surround/pkg-descr
echo x - xmms-surround/pkg-plist
sed 's/^X//' >xmms-surround/pkg-plist << 'END-of-xmms-surround/pkg-plist'
Xlib/xmms/Output/libOSSSurround.so
END-of-xmms-surround/pkg-plist
echo x - xmms-surround/files/patch-src::OSSSurround-0.1::Makefile
sed 's/^X//' >xmms-surround/files/patch-src::OSSSurround-0.1::Makefile << 'END-of-xmms-surround/files/patch-src::OSSSurround-0.1::Makefile'
X$FreeBSD$
X
X--- OSSSurround-0.1/Makefile.orig	Sun Mar 31 03:26:30 2002
X+++ OSSSurround-0.1/Makefile	Tue Jul 23 22:11:41 2002
X@@ -1,4 +1,4 @@
X-CFLAGS = `gtk-config --cflags`
X+CFLAGS = `${GTK_CONFIG} --cflags` -I/usr/X11R6/include -L/usr/local/lib
X 
X all: libOSSSurround.so
X 
END-of-xmms-surround/files/patch-src::OSSSurround-0.1::Makefile
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->naddy 
Responsible-Changed-By: naddy 
Responsible-Changed-When: Thu Aug 1 08:49:32 PDT 2002 
Responsible-Changed-Why:  
I'll look at this 

http://www.freebsd.org/cgi/query-pr.cgi?pr=40990 
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Sun Aug 11 14:01:36 PDT 2002 
State-Changed-Why:  
Fixed up and committed, thanks! 

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