75738a0f9c
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
21 lines
578 B
Makefile
21 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.3 2002/12/01 22:10:23 gson Exp $
|
|
|
|
DISTNAME= wavesurfer-1.4.6
|
|
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
|
|
|
|
USE_BUILDLINK2= YES
|
|
NO_BUILD= YES
|
|
DIST_SUBDIR= ${PKGNAME}
|
|
|
|
do-install:
|
|
${CP} ${WRKSRC}/wavesurfer.tcl ${PREFIX}/bin/wavesurfer
|
|
${CP} -R ${WRKSRC}/wsurf1.4 ${PREFIX}/lib/
|
|
|
|
.include "../../audio/tcl-snack/buildlink2.mk"
|
|
.include "../../x11/tk/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|