Commit graph

4 commits

Author SHA1 Message Date
rillig
b381c6e2f3 Sort PLIST files.
Unsorted entries in PLIST files have generated a pkglint warning for at
least 12 years. Somewhat more recently, pkglint has learned to sort
PLIST files automatically. Since pkglint 5.4.23, the sorting is only
done in obvious, simple cases. These have been applied by running:

  pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01 22:29:15 +00:00
agc
4ba262c7c1 Install bplay and brec as well as gramofile.
Use /dev/sound on NetBSD.
Bring in ossaudio via buildlink3.
Bump PKGREVISION.

Fixes the problems reported in PR 26206 by Ole Hellqvist
2004-07-08 18:33:06 +00:00
agc
f5d7edda78 It might help if I committed the latest versions to the tree - make it so. 2004-07-04 22:40:11 +00:00
agc
f5977d58bd Initial import of gramofile-1.6 into the Packages Collection. With
thanks to Steve Woodford for the nudge.

	GramoFile is able to record hours of CD quality music, split long
	sound files in separate tracks, and remove ticks and pops from
	recordings.  It can be used for ripping audio from vinyl LPs.

	+ Integrated sound recording and playback (with customized versions of
	  brec(1) and bplay(1) by David Monro);
	+ Handling of large sound files up to a few GB;
	+ Signal peak level meter during recording;
	+ Playback of user-specifiable parts of sound files;
	+ Signal processing through application of `filters';
	+ Nine filters (filter types, actually) are supplied, new ones can be
	  added fairly easily;
	+ Multiple filters can be used, in random order, in one single run - even
	  multiple instances of the same filter;
	+ Most filters can be fine-tuned through a number of parameters
	  (independent of each filter instance);
	+ A large sound file containing an entire side of a gramophone record can
	  be split into separate sound files, one for each track;
	+ Signal processing and track splitting are performed simultaneously;
	+ Text mode user interface with a windows-like look and `feel';
	+ Sound files of the familiar .wav type are used
2004-07-04 22:35:40 +00:00