diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-19 08:35:30 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-10-19 08:35:30 +0000 |
commit | b2381b3e703dfc35624bed713718796eaf61bd05 (patch) | |
tree | 8f4703d2733aca5a3eca48166677e7357391df25 /audio/snd/pkg-descr | |
parent | Add audio/lopster, a GTK+ Napster client. (diff) |
Rename sndinfo to snd-info, to avoid conflict with audio/csound
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.
Diffstat (limited to 'audio/snd/pkg-descr')
-rw-r--r-- | audio/snd/pkg-descr | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/audio/snd/pkg-descr b/audio/snd/pkg-descr index c8a62d8ae863..3a988f04dd7b 100644 --- a/audio/snd/pkg-descr +++ b/audio/snd/pkg-descr @@ -1,22 +1,23 @@ 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. +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: -- sndinfo prints a description of a sound file. +- 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. To omit -support for GUILE, define WITHOUT_GUILE. +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@jpj.net +trevor@FreeBSD.org |