mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b2381b3e70
port. Tell users about the change. Add "PLIST=${WRKDIR}/pkg-plist" to fix a problem found by bento. Add a patch needed for compiling without GUILE. Increment PORTREVISION.
24 lines
969 B
Plaintext
24 lines
969 B
Plaintext
Snd is a sound editor modeled loosely after Emacs and an old, sorely-missed
|
|
PDP-10 sound editor named Dpysnd. It can accommodate any number of sounds,
|
|
each with any number of channels, and can be customized and extended using
|
|
guile and guile-gtk. It is under LGPL.
|
|
|
|
Included with it are some command-line utilities:
|
|
- snd-info (note: renamed from sndinfo, for this FreeBSD port) prints a
|
|
description of a sound file.
|
|
- sndplay plays a sound file.
|
|
- sndrecord records sound from a microphone.
|
|
- audinfo describes the current state of the audio hardware.
|
|
- sndsine writes a mono NeXT/Sun sound file of a 440 Hz sine wave.
|
|
|
|
To build without the GUI, define WITHOUT_X. To build without the enhanced
|
|
file-selection dialog, define WITHOUT_GTKEXTRA (this is implied by WITHOUT_X).
|
|
To omit support for GUILE, define WITHOUT_GUILE.
|
|
|
|
Saving a selection from the Edit menu does not work.
|
|
|
|
WWW: http://www-ccrma.stanford.edu/software/snd/
|
|
|
|
Trevor Johnson
|
|
trevor@FreeBSD.org
|