mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-libs/hts_engine: Import from ::lanodanOverlay
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
19
dev-libs/hts_engine/hts_engine-1.10.ebuild
Normal file
19
dev-libs/hts_engine/hts_engine-1.10.ebuild
Normal 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)
|
||||
}
|
||||
Reference in New Issue
Block a user