Bug 16819 - new port audio/gramofile
Summary: new port audio/gramofile
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-02-19 16:30 UTC by Juergen Lock
Modified: 2000-04-07 11:37 UTC (History)
1 user (show)

See Also:


Attachments
file.shar (15.08 KB, text/plain)
2000-02-19 16:30 UTC, Juergen Lock
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.