public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: app-accessibility/rhvoice-core/
@ 2024-02-05 11:57 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-02-05 11:57 UTC (permalink / raw
  To: gentoo-commits

commit:     2afbf955a47a40bbd929a66a98729b20fea8a667
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Feb  3 12:10:46 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb  4 19:26:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2afbf955

app-accessibility/rhvoice-core: enable langs (en, ru)

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild b/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild
index 1a33f1bf06..e2990a848b 100644
--- a/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild
+++ b/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild
@@ -45,6 +45,12 @@ DEPEND="${COMMON_DEPEND}
 
 DOCS=( README.md doc/. config/dicts )
 
+LANGS=( en ru )
+for lang in "${LANGS[@]}"; do
+	IUSE+=" l10n_${lang}"
+	RDEPEND+=" l10n_${lang}? ( app-dicts/rhvoice-${lang} )"
+done
+
 src_unpack() {
 	default
 	cd "${S}" || die


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-accessibility/rhvoice-core/
@ 2024-02-06  9:20 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2024-02-06  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     21982f205e065d4e1220635eecaefe6916098019
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Feb  6 07:13:26 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 08:43:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21982f20

app-accessibility/rhvoice-core: update DESCRIPTION

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild b/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild
index e2990a848b..fe166e13d7 100644
--- a/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild
+++ b/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild
@@ -8,7 +8,7 @@ inherit cmake flag-o-matic
 MY_PN="RHVoice"
 MY_P="${MY_PN}-${PV}"
 SANITIZERS_COMMIT="99e159ec9bc8dd362b08d18436bd40ff0648417b"
-DESCRIPTION="TTS engine with extended languages support (including Russian)"
+DESCRIPTION="TTS engine with extended languages support"
 HOMEPAGE="
 	https://rhvoice.org
 	https://github.com/RHVoice/RHVoice


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-accessibility/rhvoice-core/
@ 2024-02-06  9:20 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2024-02-06  9:20 UTC (permalink / raw
  To: gentoo-commits

commit:     463544160cd6cefb463203972948d5961705ed8e
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Feb  6 08:42:19 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Feb  6 08:43:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46354416

app-accessibility/rhvoice-core: add missing dep

Closes: https://bugs.gentoo.org/923877
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 .../{rhvoice-core-1.14.0.ebuild => rhvoice-core-1.14.0-r1.ebuild}        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild b/app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild
similarity index 99%
rename from app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild
rename to app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild
index fe166e13d7..1cf48f599f 100644
--- a/app-accessibility/rhvoice-core/rhvoice-core-1.14.0.ebuild
+++ b/app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild
@@ -25,6 +25,7 @@ SLOT="0"
 REQUIRED_USE="|| ( ao portaudio pulseaudio )"
 
 COMMON_DEPEND="
+	dev-libs/boost:=
 	ao? ( media-libs/libao )
 	dbus? (
 		dev-libs/glib:2[dbus]


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-accessibility/rhvoice-core/
@ 2024-02-07 10:10 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-02-07 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     04cdd825203111b73912214dace608b877c12dae
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Feb  6 09:07:59 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Feb  6 15:13:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04cdd825

app-accessibility/rhvoice-core: update LICENSE

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild b/app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild
index 1cf48f599f..3361d95b06 100644
--- a/app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild
+++ b/app-accessibility/rhvoice-core/rhvoice-core-1.14.0-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/refs/tags/${PV}.tar.gz ->
 "
 S="${WORKDIR}/${MY_P}"
 
-LICENSE="BSD GPL-2 GPL-3+ LGPL-2.1+"
+LICENSE="BSD GPL-2+ GPL-3+ LGPL-2.1+"
 KEYWORDS="~amd64 ~x86"
 IUSE="ao dbus portaudio +pulseaudio +speech-dispatcher"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-07 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06  9:20 [gentoo-commits] repo/proj/guru:master commit in: app-accessibility/rhvoice-core/ Florian Schmaus
  -- strict thread matches above, loose matches on Subject: below --
2024-02-07 10:10 David Roman
2024-02-06  9:20 Florian Schmaus
2024-02-05 11:57 David Roman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox