Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 1998 20:36:12 -0500 (CDT)
From:      Phillip Salzman <eclipse@gulf.net>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7671: new port: audio/replay
Message-ID:  <199808190136.UAA06637@saten.dyn.ml.org>

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

>Number:         7671
>Category:       ports
>Synopsis:       new port: audio/replay
>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:   Tue Aug 18 18:50:01 PDT 1998
>Last-Modified:
>Originator:     Phillip Salzman
>Organization:
New Media Interactive
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

	

>Description:

        An MP3 player for X11R6, uses the GTK interface.

>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:
#
#	.
#	./files
#	./files/md5
#	./patches
#	./patches/patch-aa
#	./pkg
#	./pkg/COMMENT
#	./pkg/PLIST
#	./pkg/DESCR
#	./Makefile
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (replay-source-dgtk_0.34.tar.gz) = e4f19e455b6bd5f9994b4470244cbf7d
END-of-./files/md5
echo c - ./patches
mkdir -p ./patches > /dev/null 2>&1
echo x - ./patches/patch-aa
sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa'
X*** audioIO_Linux.c.orig	Tue Aug 18 18:25:56 1998
X--- audioIO_Linux.c	Tue Aug 18 18:26:38 1998
X***************
X*** 17,28 ****
X  #include <unistd.h>
X  #include <stdio.h>
X  #include "audioIO.h"
X- 
X- #ifdef HAVE_MACHINE_SOUNDCARD_H
X  #include <machine/soundcard.h>
X! #else
X! #include <linux/soundcard.h>
X! #endif
X  
X  /* optimal fragment size */
X  
X--- 17,26 ----
X  #include <unistd.h>
X  #include <stdio.h>
X  #include "audioIO.h"
X  #include <machine/soundcard.h>
X! 
X! 
X! 
X  
X  /* optimal fragment size */
X  
END-of-./patches/patch-aa
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XA GTK MP3 player, based off of amp.
END-of-./pkg/COMMENT
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xbin/replay
END-of-./pkg/PLIST
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XView the readme in the work/
Xdirectory for more info.
END-of-./pkg/DESCR
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	replay
X# Version required:	0.34
X# Date created:		Aug 18 1998
X# Whom:			Phillip Salzman <eclipse@gulf.net>
X#
X# $Id$
X#
X
XDISTNAME=	replay-source-dgtk_0.34
XPKGNAME=	replay-0.34
XCATEGORIES=	audio
XMASTER_SITES=	ftp://k2.lund.se/pub/replay/
X
XMAINTAINER=	eclipse@gulf.net
X
XUSE_GMAKE=	yes
X
Xdo-install:
X	@ ${INSTALL_PROGRAM} ${WRKSRC}/replay ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-./Makefile
exit


>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?199808190136.UAA06637>