1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name hts_engine_API |
---|
7 | version 1.04 |
---|
8 | categories audio |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license BSD |
---|
12 | |
---|
13 | description HMM-Based Speech Synthesis Engine |
---|
14 | |
---|
15 | long_description The hts_engine is software to synthesize speech waveform \ |
---|
16 | from HMMs trained by the HMM-based speech synthesis system (HTS). |
---|
17 | |
---|
18 | homepage http://hts-engine.sourceforge.net/ \ |
---|
19 | http://hts.sp.nitech.ac.jp/ |
---|
20 | master_sites sourceforge:hts-engine |
---|
21 | |
---|
22 | checksums sha1 48eb5567416b8f35bb7b80103766664dbf9870e1 \ |
---|
23 | rmd160 280d20e24aa82c2229339659bdea768897459f10 |
---|
24 | |
---|
25 | use_autoreconf yes |
---|
26 | |
---|
27 | livecheck.type regex |
---|
28 | livecheck.url http://sourceforge.net/projects/hts-engine/files/ |
---|
29 | livecheck.regex /hts_engine_API-(\[0-9.\]+)/ |
---|