summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/hts_engine/hts-engine_1.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-multimedia/hts_engine/hts-engine_1.10.bb')
-rwxr-xr-xrecipes-multimedia/hts_engine/hts-engine_1.10.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-multimedia/hts_engine/hts-engine_1.10.bb b/recipes-multimedia/hts_engine/hts-engine_1.10.bb
new file mode 100755
index 00000000..3522f666
--- /dev/null
+++ b/recipes-multimedia/hts_engine/hts-engine_1.10.bb
@@ -0,0 +1,19 @@
+SUMMARY = "hts_engine is software to synthesize speech waveform from HMMs trained by the HMM-based speech synthesis system (HTS)."
+HOMEPAGE = "http://hts-engine.sourceforge.net/"
+SECTION = "libs"
+LICENSE = "BSD"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=b3be85b37c90bfd4d34d79a0e3f28700"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"
+
+S = "${WORKDIR}/hts_engine_API-${PV}"
+
+
+SRC_URI = "http://downloads.sourceforge.net/hts-engine/hts_engine_API-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "5626d1e2522659e93fb295f0b42339f5"
+SRC_URI[sha256sum] = "e2132be5860d8fb4a460be766454cfd7c3e21cf67b509c48e1804feab14968f7"
+