5fc2162db5
* Mouse- and key binding updates: shortcuts keys for recording support for multiple popup events (shift-left-button and right-button are now the default on all platforms) * Misc. bug fixes including zoom in/out mixup Changes in WaveSurfer version 1.8.4 * Improved scrollwheel support, including zooming (Ctrl + wheel) * Fixed bugs in chooser & preferences dialogs * Several other bug fixes Changes in WaveSurfer version 1.8.3 * Global console variables SOUND and WSURF contain active sound/widget * Localization file for Brazilian Portuguese * Minor cosmetic fixes and some bug fixes Changes in WaveSurfer version 1.8.2 * The Chooser dialog can now handle bookmarks of the form pathname:<time> * Updated documentation * Bug fixes Changes in WaveSurfer version 1.8.1 * Many minor improvements and fixes Changes in WaveSurfer version 1.8 * Updated GUI that better matches the platform (WinXP, MacOSX, etc.) WaveSurfer is run on. * Other minor improvements and bug fixes Changes in WaveSurfer version 1.7.6 * -config option can now also specify a full path name * Chooser-dialog now handles auto-play, Windows path names and sorting * Automatically generated plots will not generate "Unsaved changes" dialog on exit as default anymore * WaveSurfer Mac binary now uses Tcl/Tk 8.4.9 * Lots of other minor improvements and bug fixes Changes in WaveSurfer version 1.7.5 * Expanded key binding functionality * Enhancements to the Chooser-dialog * WaveSurfer binaries now use Snack 2.2.9 * Several other improvements and bug fixes
30 lines
796 B
Makefile
30 lines
796 B
Makefile
# $NetBSD: Makefile,v 1.15 2007/05/28 07:38:26 gson Exp $
|
|
|
|
DISTNAME= wavesurfer-1.8.5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.speech.kth.se/wavesurfer/
|
|
|
|
MAINTAINER= gson@NetBSD.org
|
|
HOMEPAGE= http://www.speech.kth.se/wavesurfer/
|
|
COMMENT= Tool for sound visualization and manipulation
|
|
|
|
DEPENDS+= tcl-snack-[0-9]*:../../audio/tcl-snack
|
|
DEPENDS+= tk-[0-9]*:../../x11/tk
|
|
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
USE_LANGUAGES= # empty
|
|
|
|
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.4,wish,g'
|
|
|
|
INSTALLATION_DIRS= bin lib
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/wavesurfer.tcl ${PREFIX}/bin/wavesurfer
|
|
cd ${WRKSRC} && pax -wr -pm wsurf1.8 ${PREFIX}/lib/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|