summaryrefslogtreecommitdiff
path: root/audio/sptk/Makefile
diff options
context:
space:
mode:
authorobache <obache>2012-02-19 05:10:11 +0000
committerobache <obache>2012-02-19 05:10:11 +0000
commit6d6ca3695c4bfea5a35e20b2f7a3c96a8c1ce73e (patch)
treefb8cd5fa7c2331abf43cc73a25d756ab01304d29 /audio/sptk/Makefile
parent87fd25533172991c88c381e2f81e28d90f6130d6 (diff)
downloadpkgsrc-6d6ca3695c4bfea5a35e20b2f7a3c96a8c1ce73e.tar.gz
Update sptk to 3.5.
PR 46047 by ISHIHARA Takanori. Version 3.5: * add 'dtw' command. * add 'mfcc' command. * add 'mgc2mgclsp' and 'mgclsp2mgc' command. * add two pitch extraction algorithm, 'RAPT' and 'SWIPE' to 'pitch' command. * add -R and -M option to 'delta' command, to skip the magic number during the calculation. * unify data type for sampling frequency into float in kHz. * fix options of 'psgr' and 'grlogsp' command to draw more large graph. * fix 'wav2raw' to deal with IEEE float format. * bug fixes.
Diffstat (limited to 'audio/sptk/Makefile')
-rw-r--r--audio/sptk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/sptk/Makefile b/audio/sptk/Makefile
index 1ba270467d1..1b2d1739e0c 100644
--- a/audio/sptk/Makefile
+++ b/audio/sptk/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2012/01/11 20:30:18 hans Exp $
+# $NetBSD: Makefile,v 1.4 2012/02/19 05:10:11 obache Exp $
#
-DISTNAME= SPTK-3.4.1
+DISTNAME= SPTK-3.5
PKGNAME= ${DISTNAME:tl}
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sp-tk/}