diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-02-21 22:43:46 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-02-21 22:43:46 +0000 |
commit | 23d310ab27333f4bfc01ec8dc8287d63a3ebe700 (patch) | |
tree | 4579e582d7245e46f822627816a69c2eb5894f0b /audio/xwave/pkg | |
parent | 02cf4aac39e26d6e0807a591cf0dc2d46fe66c26 (diff) | |
download | pkgsrc-23d310ab27333f4bfc01ec8dc8287d63a3ebe700.tar.gz |
Audio player/recorder/editor for the X Window System.
Diffstat (limited to 'audio/xwave/pkg')
-rw-r--r-- | audio/xwave/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/xwave/pkg/DESCR | 36 | ||||
-rw-r--r-- | audio/xwave/pkg/PLIST | 3 |
3 files changed, 40 insertions, 0 deletions
diff --git a/audio/xwave/pkg/COMMENT b/audio/xwave/pkg/COMMENT new file mode 100644 index 00000000000..dc8236c0fde --- /dev/null +++ b/audio/xwave/pkg/COMMENT @@ -0,0 +1 @@ +Audio player/recorder/editor for the X Window System diff --git a/audio/xwave/pkg/DESCR b/audio/xwave/pkg/DESCR new file mode 100644 index 00000000000..414c00205c0 --- /dev/null +++ b/audio/xwave/pkg/DESCR @@ -0,0 +1,36 @@ + +xwave - an audio player, recorder, editor for the XWindow System + + Copyright (C) 1996 Kai Kollmorgen + (kkollmor@informatik.uni-rostock.de) + + +This is an alpha release, so be patient. +Many of the features i wanted to include are not there at this time. +I have not heavy tested the installation and xwave on different systems, +so it is possible that xwave will not compile or run on your system. + +I have used some libs from other authors, the copyrights and notes are in +the different directories. + +The Userinterface of xwave is based on the Athena Widget Set and some +Widgets from FWF. The application defaults are optimized for work with +Xaw3d (replaces the Xaw for 3d look), +so if you don't use Xaw3d you will probably modify the resources. + +Features: + - multiple files + - overview window + - zoom window + - mark, cut, copy, paste, merge + - echo, reverse, swap, resample, volume (absolute, dynamic + compressor) + - stop record on demand + - raw, wav, au, aiff, aifc (PCM,ALAW,ULAW,ADPCM <- not all + implementations) + - files of every length + +INSTALL: + If your /tmp is too small for handling temporary files, set + the X ressource XWave*tdir to some big directory (Either in + /usr/X11R6/lib/X11/app-defaults/XWave or your ~/.Xdefaults) diff --git a/audio/xwave/pkg/PLIST b/audio/xwave/pkg/PLIST new file mode 100644 index 00000000000..a261946f319 --- /dev/null +++ b/audio/xwave/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 1998/02/21 22:47:35 hubertf Exp $ +bin/xwave +lib/X11/app-defaults/XWave |