Commit graph

11 commits

Author SHA1 Message Date
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
agc
e5ca7aa651 Apply a patch from Ole Hellqvist in PR 26206 to make the main
structure definition use fixed-size fields, which should go some way
to fixing some problems on LP64 platforms.
2004-11-29 09:17:10 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
xtraeme
561f8c439a * Enable pkgviews installation.
* Use subst.mk instead of patching the files for the audio device.
2004-07-09 12:02:04 +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