From 4045130092059221edab4c958c5d80b556dfc0b4 Mon Sep 17 00:00:00 2001 From: gson Date: Sun, 25 Aug 2002 18:50:00 +0000 Subject: Add wavesurfer: Tool for sound visualization and manipulation WaveSurfer is an Open Source tool for sound visualization and manipulation. It has been designed to suit both novice and advanced users. WaveSurfer has a simple and logical user interface that provides functionality in an intuitive way and which can be adapted to different tasks. It can be used as a stand-alone tool for a wide range of tasks in speech research and education. Typical applications are speech/sound analysis and sound annotation/transcription. WaveSurfer can also serve as a platform for more advanced/specialized applications. This is accomplished either through extending the WaveSurfer application with new custom plug-ins or by embedding WaveSurfer visualization components in other applications. --- audio/wavesurfer/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 audio/wavesurfer/Makefile (limited to 'audio/wavesurfer/Makefile') diff --git a/audio/wavesurfer/Makefile b/audio/wavesurfer/Makefile new file mode 100644 index 00000000000..2e0244a48d4 --- /dev/null +++ b/audio/wavesurfer/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/25 18:50:00 gson Exp $ + +DISTNAME= wavesurfer-1.4.3 +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-2.2a2:../tcl-snack + +USE_BUILDLINK_ONLY= YES +NO_BUILD= YES + +do-install: + ${CP} ${WRKSRC}/wavesurfer.tcl ${PREFIX}/bin/wavesurfer + ${CP} -R ${WRKSRC}/wsurf1.4 ${PREFIX}/lib/ + +.include "../../x11/tk/buildlink.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3