app-accessibility/rhvoice - 1.18.1 (guru)

Search

Install

Install this version:

emerge -a =app-accessibility/rhvoice-1.18.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-accessibility/rhvoice-1.18.1

Or alternatively:

emerge --autounmask-write -a =app-accessibility/rhvoice-1.18.1

Package Information

Description:
Multilingual text-to-speech engine (metapackage)
Homepage:
https://rhvoice.org https://github.com/RHVoice/RHVoice
License:
metapackage

Ebuild Details

Version EAPI Keywords Slot
1.18.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 2024-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

declare -A VOICES=(
	[en]="
		redistributable? (
			app-voices/rhvoice-bdl
			app-voices/rhvoice-clb
			app-voices/rhvoice-slt
		)
	"
	[ru]="redistributable? ( app-voices/rhvoice-arina )"
)

DESCRIPTION="Multilingual text-to-speech engine (metapackage)"
HOMEPAGE="
	https://rhvoice.org
	https://github.com/RHVoice/RHVoice
"

LICENSE="metapackage"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="redistributable"

for lang in "${!VOICES[@]}"; do
	usestr="l10n_${lang:?}"
	IUSE+=" ${usestr:?}"
	RHVOICE_REQ_USE+="${usestr:?}?,"
	RDEPEND+=" ${usestr}? ( ${VOICES[${lang:?}]} )"
done

RDEPEND+=" >=app-accessibility/rhvoice-core-${PV}[${RHVOICE_REQ_USE%,}]"

USE Flags

Manage flags for this package: euse -i <flag> -p app-accessibility/rhvoice | euse -E <flag> -p app-accessibility/rhvoice | euse -D <flag> -p app-accessibility/rhvoice

Global/Standard Flags

Dependencies

RDEPEND

 l10n_${lang:?}? (  )  >=app-accessibility/rhvoice-core-1.18.1[l10n_${lang:?}?]