Date: Thu, 25 Jul 2002 10:25:46 -0600 (MDT) From: Amar Takhar <verm@drunkmonk.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Pete Fritchman <petef@FreeBSD.org> Subject: ports/40990: new port: audio/xmms-surround Message-ID: <200207251625.g6PGPkVd035795@jolly.drunkmonk.net>
next in thread | raw e-mail | index | archive | help
>Number: 40990 >Category: ports >Synopsis: new port: audio/xmms-surround >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 25 09:30:02 PDT 2002 >Closed-Date: >Last-Modified: >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: >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?200207251625.g6PGPkVd035795>