dev-libs/hts_engine: Import from ::lanodanOverlay

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2020-04-05 00:05:59 +02:00
parent 281ad53ca0
commit e598adea7a
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Copyright 2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="HMM-based speech synthesis system (HTS) engine and API"
HOMEPAGE="http://hts-engine.sourceforge.net/"
SRC_URI="http://downloads.sourceforge.net/hts-engine/hts_engine_API-${PV}.tar.gz"
S="${WORKDIR}/hts_engine_API-${PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="speech-tools"
DEPENDS="speech-tools? ( app-accessibility/speech-tools )"
src_configure() {
econf $(use_enable speech-tools festival)
}