Bug 16819

Summary: new port audio/gramofile
Product: Ports & Packages Reporter: Juergen Lock <nox>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: naddy
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Juergen Lock 2000-02-19 16:30:01 UTC
	I wanted to record longer audio files than short clips, and
	this one finally does it. (it also doesn't need X and uses
	shared memory for buffering, so you could probably use that
	old box thats doing nothing in the corner to do your
	recordings and then won't have to worry about losing data
	because of too much swapping etc. on the main box...)

	It also has some other interesting features for eg digitizing
	vinyl records (see pkg/DESCR), but that i haven't yet tried.

	Oh and for playback it also uses shared memory which makes it
	skip less than eg sox' /usr/local/bin/play...  Definitely a
	candidate for 4.0 i'd say.

How-To-Repeat: 
	as usual, unshar, make install
Comment 1 Juergen Lock 2000-02-19 20:24:10 UTC
In article <200002191622.RAA43447@saturn.kn-bremen.de> i wrote:

>echo x - Makefile
>sed 's/^X//' >Makefile << 'END-of-Makefile'
>X# New ports collection makefile for:	gramofile
>X# Version required:	1.5
>X# Date created:		Fri Jan 28 18:40:38 CET 2000
>X# Whom:			nox@jelal.kn-bremen.de
>X#
>X# $FreeBSD: $
>X#
>X
>XDISTNAME=	gramofile-1.5
>XCATEGORIES=	audio
>XMASTER_SITES=	http://cardit.et.tudelft.nl/~card06/
>X
>XMAINTAINER=	nox@jelal.kn-bremen.de
>X
>XALL_TARGET=	gramofile
>XUSE_GMAKE=	yes
>X
>XSTRIP=

Oops, i'm sure that STRIP= doesn't belong there...

 Sorry,
-- 
Juergen Lock <nox.foo@jelal.kn-bremen.de>
(remove dot foo from address to reply)
Comment 2 Thomas Gellekum freebsd_committer freebsd_triage 2000-04-07 11:36:56 UTC
State Changed
From-To: open->closed

Imported, thanks. I upgraded to 1.6 while I was at it.