diff options
author | gson <gson> | 2002-12-01 22:10:23 +0000 |
---|---|---|
committer | gson <gson> | 2002-12-01 22:10:23 +0000 |
commit | e4ce49da25fc771bc042d340a99a5d2576e1dc58 (patch) | |
tree | f5c1ad3ab3fb5a3f405041ab603f767d19c0694f /audio | |
parent | e04aca263cdcd28f4d115772f39eebec3d45fc3d (diff) | |
download | pkgsrc-e4ce49da25fc771bc042d340a99a5d2576e1dc58.tar.gz |
Updated to version 1.4.6.
Changes in WaveSurfer version 1.4.6:
Added WaveSurfer native transcription format, one label per line
"start_sec end_sec label"
WaveSurfer now uses the latest release of Snack, version 2.2
Several new keyboard shortcuts
Two new visualization plug-ins available, for plotting of pitch marks
files and boundary differences between two transcriptions files.
Many bug fixes and minor improvements
Changes in WaveSurfer version 1.4.5:
New sound mixing functionality
New time display formats "10ms frames" "PAL frames" and "NTSC frames"
Several bug fixes and minor improvements
Changes in WaveSurfer version 1.4.4:
New video plugin that makes it possible to open video files in
WaveSurfer, to do labelling or annotations as well as simple
cut-and-paste editing (Windows only)
Several bug fixes and minor improvements
Diffstat (limited to 'audio')
-rw-r--r-- | audio/wavesurfer/Makefile | 5 | ||||
-rw-r--r-- | audio/wavesurfer/PLIST | 4 | ||||
-rw-r--r-- | audio/wavesurfer/distinfo | 6 |
3 files changed, 8 insertions, 7 deletions
diff --git a/audio/wavesurfer/Makefile b/audio/wavesurfer/Makefile index da4463b691e..81d53136d55 100644 --- a/audio/wavesurfer/Makefile +++ b/audio/wavesurfer/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2002/10/21 14:43:25 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/01 22:10:23 gson Exp $ -DISTNAME= wavesurfer-1.4.3 -PKGREVISION= 1 +DISTNAME= wavesurfer-1.4.6 CATEGORIES= audio MASTER_SITES= http://www.speech.kth.se/wavesurfer/ diff --git a/audio/wavesurfer/PLIST b/audio/wavesurfer/PLIST index ea7f869aa84..969af9bd321 100644 --- a/audio/wavesurfer/PLIST +++ b/audio/wavesurfer/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/25 18:50:00 gson Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/12/01 22:10:23 gson Exp $ bin/wavesurfer lib/wsurf1.4/cmdline.tcl lib/wsurf1.4/combobox.tcl lib/wsurf1.4/configurations/HTK transcription.conf +lib/wsurf1.4/configurations/IPA transcription.conf lib/wsurf1.4/configurations/Spectrogram.conf lib/wsurf1.4/configurations/Speech analysis.conf lib/wsurf1.4/configurations/TIMIT transcription.conf @@ -23,6 +24,7 @@ lib/wsurf1.4/plugins/transcription_format_isis.plug lib/wsurf1.4/plugins/transcription_format_phondat.plug lib/wsurf1.4/plugins/transcription_format_timit.plug lib/wsurf1.4/plugins/transcription_format_waves.plug +lib/wsurf1.4/plugins/transcription_format_ws.plug lib/wsurf1.4/resizer.tcl lib/wsurf1.4/surfutil.tcl lib/wsurf1.4/vtcanvas.tcl diff --git a/audio/wavesurfer/distinfo b/audio/wavesurfer/distinfo index ad1cec6d1da..27a35b37fe1 100644 --- a/audio/wavesurfer/distinfo +++ b/audio/wavesurfer/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/10/21 14:43:26 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/12/01 22:10:23 gson Exp $ -SHA1 (wavesurfer-1.4.3nb1/wavesurfer-1.4.3.tar.gz) = b874cf601abf0f4faab4c009ab5c15b27717b6f3 -Size (wavesurfer-1.4.3nb1/wavesurfer-1.4.3.tar.gz) = 173549 bytes +SHA1 (wavesurfer-1.4.6/wavesurfer-1.4.6.tar.gz) = 963de7b8b004e93b4db6f241c4ea37b7c2cb8738 +Size (wavesurfer-1.4.6/wavesurfer-1.4.6.tar.gz) = 178208 bytes |