diff options
author | gson <gson> | 2004-11-27 10:52:06 +0000 |
---|---|---|
committer | gson <gson> | 2004-11-27 10:52:06 +0000 |
commit | 80482adfe1a5fee49a0bf8569970aa61458a4ff1 (patch) | |
tree | 8c19aa7b182e5805f09c671f54677905a6ad0d44 | |
parent | 4fb4482b9ffb167b52c34c9d334832ac9fd1db64 (diff) | |
download | pkgsrc-80482adfe1a5fee49a0bf8569970aa61458a4ff1.tar.gz |
Updated wavesurfer to version 1.7.4. Summary of changes:
* Changes in WaveSurfer version 1.7.4
New functionality for handling long transcription files. The Browse
dialog now shows all text for easy navigation. Words are highlighted
during playback and when clicked on that part of the sound file will
be centered in the view.
Unwanted labels can be hidden in transcription panes.
Added possibility to "child safe" panes through the new option -state
to method addPane in the wsurf API, create such panes like this:
$widget addPane -state disabled
* Changes in WaveSurfer version 1.7.3
New statistics window for dataplot-pane
Several other improvements and bug fixes
* Changes in WaveSurfer version 1.7.2
New View-menu items for quick and accurate zooming
WaveBar now displays the zoom level
Moved several preference items from Misc-pane to new Sound I/O-pane
Many other improvements and bug fixes
* Changes in WaveSurfer version 1.7.1
Corrected bugs in TIMIT-format detection and Chooser...
Multiple -config options can now be given when starting WaveSurfer
from the command line
Added method wsurf::new
* Changes in WaveSurfer version 1.7
Transcription file format is now automatically detected
The WaveSurfer transcription format now allows for non-contiguous
labels
The menu item for converting transcription format became superfluous
due to other changes and was removed
* Changes in WaveSurfer version 1.6.5
WaveSurfer binaries now use Snack 2.2.7
* Changes in WaveSurfer version 1.6.4
New "Chooser" dialog to load a list of sound file names for quick
access. The command line option -filelist can be used to specify this
list at start-up.
New transcription function to split a sound file according to a
transcription. Labels specify file names.
Wsurf widget now has zoom icons built in.
WaveSurfer binaries now use Snack 2.2.5
Updated demos
Many bug fixes
* Changes in WaveSurfer version 1.6.3
New Wsurf.py by Kazuaki Maeda used for embedding wsurf widgets in
Python applications
Key bindings Shift-Control-space for playing labels continuously with
short inserted pause between each
Many bug fixes
* Changes in WaveSurfer version 1.6.2
WaveSurfer MacOSX binary does not require a Tcl/Tk installation anymore
Key bindings for zooming
File | Save will now save files for all panes if they contain changes
or if they have been created from scratch
Removed confusing properties, such as "Data spacing", for dataplot
panes related to pitch, power, and formant plots
Current configuration shown in title bar
WaveSurfer binaries now use Snack 2.2.4
Bug fixes for locking dataplots, Windows USB sound cards, etc.
* Changes in WaveSurfer version 1.6.1
Bug fix in dataplot plug-in which prevented saving of configurations
Some sound information is now shown in the message bar when cursor is
over the widget title bar
* Changes in WaveSurfer version 1.6.0
Changed organization of pop-up menus
Dataplot pane can now also display files where one column gives the
time coordinate
New Python API for writing WaveSurfer plugins in Python. Contributed
Geoffrey Wilfart
Other minor bug fixes
* Changes in WaveSurfer version 1.5.7
Improved transcription file search logic
A start time offset can be specified for the time axis
Values in spectrum section can now be copied to the clipboard as text
Enhancements and bug fixes
* Changes in WaveSurfer version 1.5.6
Added standard copy/paste functionality for transcription labels
Values in dataplot pane can now be copied to the clipboard as text
Other enhancements and bug fixes
* Changes in WaveSurfer version 1.5.5
New "About WaveSurfer" window that displays version and build id
(date+time). Moved Plug-ins menu entry from File menu to "Help | About
Plug-ins"
Fixed bugs in dataplot and off-line help on windows.
Other enhancements and bug fixes
* Changes in WaveSurfer version 1.5.4
Reorganized popup-menu and moved several functions to Analysis sub-menu
Help page works without internet connection
Pasting of transcription labels and regexp search
Several other enhancements and bug fixes
* Changes in WaveSurfer version 1.5.3
WaveSurfer binaries now use Snack 2.2.3
Many minor enhancements and bug fixes
* Changes in WaveSurfer version 1.5.2
Default configuration can now be specified
Preference settings can now be stored together with configuration
New slider for changing spectrogram analysis bandwith
Fixed recording problem on Windows
Transcription improvements: play labels with mouse button 2,
boundaries lie above selection
Several other minor enhancements
* Changes in WaveSurfer version 1.5.1
Cursor visible in transcription panes
New time format: seconds
Transcription panes now defaults to use WaveSurfer native format
WaveSurfer binaries now use Snack 2.2.2
Many minor enhancements and bug fixes
* Changes in WaveSurfer version 1.5
Looping playback
Support for 24-bit recording
New enhanced console
New build system for WaveSurfer binaries, should solve earlier
problems with anti-virus software
WaveSurfer binaries now use Tcl/Tk 8.4.2
Many bug fixes
* Changes in WaveSurfer version 1.4.7
Improved printing on Windows
Support for packed 24-bit files
CoreAudio support on MacOS
Transcription labels can highlight during playback
WaveSurfer now uses Snack version 2.2.1
Many bug fixes. For example, regarding of Waves transcription files,
unsynchronized panes, frequency axis after rate conversion, scroll
during playback, combobox rendering on Macintosh
-rw-r--r-- | audio/wavesurfer/Makefile | 9 | ||||
-rw-r--r-- | audio/wavesurfer/PLIST | 72 | ||||
-rw-r--r-- | audio/wavesurfer/distinfo | 6 |
3 files changed, 44 insertions, 43 deletions
diff --git a/audio/wavesurfer/Makefile b/audio/wavesurfer/Makefile index b6a54008482..59ac8e91411 100644 --- a/audio/wavesurfer/Makefile +++ b/audio/wavesurfer/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2004/03/09 18:04:06 minskim Exp $ +# $NetBSD: Makefile,v 1.8 2004/11/27 10:52:06 gson Exp $ -DISTNAME= wavesurfer-1.4.6 -PKGREVISION= 1 +DISTNAME= wavesurfer-1.7.4 CATEGORIES= audio MASTER_SITES= http://www.speech.kth.se/wavesurfer/ @@ -21,12 +20,12 @@ SUBST_CLASSES+= wish SUBST_MESSAGE.wish= "Fixing hardcoded command names." SUBST_STAGE.wish= post-patch SUBST_FILES.wish= wavesurfer.tcl -SUBST_SED.wish= -e 's,wish8.3,wish,g' \ +SUBST_SED.wish= -e 's,wish8.4,wish,g' \ INSTALLATION_DIRS= bin lib do-install: ${CP} ${WRKSRC}/wavesurfer.tcl ${PREFIX}/bin/wavesurfer - ${CP} -R ${WRKSRC}/wsurf1.4 ${PREFIX}/lib/ + ${CP} -R ${WRKSRC}/wsurf1.7 ${PREFIX}/lib/ .include "../../mk/bsd.pkg.mk" diff --git a/audio/wavesurfer/PLIST b/audio/wavesurfer/PLIST index b24835e147f..9c72fcb7478 100644 --- a/audio/wavesurfer/PLIST +++ b/audio/wavesurfer/PLIST @@ -1,36 +1,38 @@ -@comment $NetBSD: PLIST,v 1.3 2004/03/09 18:04:06 minskim Exp $ +@comment $NetBSD: PLIST,v 1.4 2004/11/27 10:52:06 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 -lib/wsurf1.4/configurations/Transcription.conf -lib/wsurf1.4/configurations/WAVES transcription.conf -lib/wsurf1.4/configurations/Waveform.conf -lib/wsurf1.4/configurations/n-waveforms.conf -lib/wsurf1.4/htmllib.tcl -lib/wsurf1.4/http.tcl -lib/wsurf1.4/messagebar.tcl -lib/wsurf1.4/notebook.tcl -lib/wsurf1.4/pkgIndex.tcl -lib/wsurf1.4/plugins/analysis.plug -lib/wsurf1.4/plugins/dataplot.plug -lib/wsurf1.4/plugins/timeaxis.plug -lib/wsurf1.4/plugins/transcription.plug -lib/wsurf1.4/plugins/transcription_format_htk.plug -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 -lib/wsurf1.4/wavebar.tcl -lib/wsurf1.4/wsurf.tcl -@dirrm lib/wsurf1.4/plugins -@dirrm lib/wsurf1.4/configurations -@dirrm lib/wsurf1.4 +lib/wsurf1.7/cmdline.tcl +lib/wsurf1.7/combobox.tcl +lib/wsurf1.7/configurations/Demonstration.conf +lib/wsurf1.7/configurations/HTK transcription.conf +lib/wsurf1.7/configurations/IPA transcription.conf +lib/wsurf1.7/configurations/Spectrogram.conf +lib/wsurf1.7/configurations/Speech analysis.conf +lib/wsurf1.7/configurations/TIMIT phones-words.conf +lib/wsurf1.7/configurations/TIMIT transcription.conf +lib/wsurf1.7/configurations/Transcription.conf +lib/wsurf1.7/configurations/WAVES transcription.conf +lib/wsurf1.7/configurations/Waveform.conf +lib/wsurf1.7/configurations/n-waveforms.conf +lib/wsurf1.7/htmllib.tcl +lib/wsurf1.7/messagebar.tcl +lib/wsurf1.7/notebook.tcl +lib/wsurf1.7/pkgIndex.tcl +lib/wsurf1.7/plugins/analysis.plug +lib/wsurf1.7/plugins/dataplot.plug +lib/wsurf1.7/plugins/timeaxis.plug +lib/wsurf1.7/plugins/transcription.plug +lib/wsurf1.7/plugins/transcription_format_htk.plug +lib/wsurf1.7/plugins/transcription_format_isis.plug +lib/wsurf1.7/plugins/transcription_format_phondat.plug +lib/wsurf1.7/plugins/transcription_format_timit.plug +lib/wsurf1.7/plugins/transcription_format_waves.plug +lib/wsurf1.7/plugins/transcription_format_ws.plug +lib/wsurf1.7/resizer.tcl +lib/wsurf1.7/surfutil.tcl +lib/wsurf1.7/tkcon.tcl +lib/wsurf1.7/vtcanvas.tcl +lib/wsurf1.7/wavebar.tcl +lib/wsurf1.7/wsurf.tcl +@dirrm lib/wsurf1.7/plugins +@dirrm lib/wsurf1.7/configurations +@dirrm lib/wsurf1.7 diff --git a/audio/wavesurfer/distinfo b/audio/wavesurfer/distinfo index 29fa29b674f..e0f4d68be47 100644 --- a/audio/wavesurfer/distinfo +++ b/audio/wavesurfer/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2003/09/10 20:44:18 jmmv Exp $ +$NetBSD: distinfo,v 1.5 2004/11/27 10:52:06 gson Exp $ -SHA1 (wavesurfer-1.4.6.tar.gz) = 6f7767ac8d2ced95a4b931986c0c53f93201ff84 -Size (wavesurfer-1.4.6.tar.gz) = 180320 bytes +SHA1 (wavesurfer-1.7.4.tar.gz) = 3c6c138f6346f75b9ec97c089cec91b6c2ed0b2f +Size (wavesurfer-1.7.4.tar.gz) = 275598 bytes |