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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: app-accessibility/rhvoice-core/
@ 2025-03-20  9:22 David Roman
  0 siblings, 0 replies; 5+ messages in thread
From: David Roman @ 2025-03-20  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     4c76648585cc531f13cb52a0ff9892eee48852c5
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Mar 19 08:15:44 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Mar 19 08:20:21 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c766485

app-accessibility/rhvoice-core: update Manifest

Retagged upstream.

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

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

diff --git a/app-accessibility/rhvoice-core/Manifest b/app-accessibility/rhvoice-core/Manifest
index 7d3680339..27a31d0a9 100644
--- a/app-accessibility/rhvoice-core/Manifest
+++ b/app-accessibility/rhvoice-core/Manifest
@@ -1,4 +1,4 @@
 DIST RHVoice-1.14.0-sanitizers.tar.gz 7339 BLAKE2B e600886c9afed2681ea7ad5fd9900af7d3f98a7d96291af7c9ef648be438d149e86ee143f3fa5af0dee08457008ce66be43177adcac79401ef025ddd0d8d40fe SHA512 61df4641f3dbeca38cff44336df6fcea75d02d97135a677df51a02353b5580a96dd77af268bd42944afe36a58512fd948200098ea96a41d20ec503fc33a69421
 DIST RHVoice-1.14.0.tar.gz 3181853 BLAKE2B c3c8c7437aa859898dec8747963aa23e6e16b975b58d76f9b1ade3d1c17d9d4e63c24469a670c1210f9a1501606a34b6adf52ab4c64abfddb97541cced8f82b2 SHA512 dab57df49bdb1e2c574cd10e17e5bea08144a105d8f48991cef14b80d28db98dcae29b19d69ec97fc843ee8636d53c48845a3887552d347f117339c95fa0daf1
 DIST RHVoice-1.16.4-sanitizers.tar.gz 7339 BLAKE2B e600886c9afed2681ea7ad5fd9900af7d3f98a7d96291af7c9ef648be438d149e86ee143f3fa5af0dee08457008ce66be43177adcac79401ef025ddd0d8d40fe SHA512 61df4641f3dbeca38cff44336df6fcea75d02d97135a677df51a02353b5580a96dd77af268bd42944afe36a58512fd948200098ea96a41d20ec503fc33a69421
-DIST RHVoice-1.16.4.tar.gz 3228520 BLAKE2B bc48e4b008416ec32b53969ca94d50eca847ced140601c8480624ee21410da149662cf64b5bcb7119c79900654b5488bc719acbfc3c424c3ede606d7b5433b5a SHA512 97e08eb8277fc39dd09d9954f0bb5927ed49e4d8310b82b8d71a16236db988f49d92303278644ce9031da61a026c14a36b7de0f95cb42072a6ac9754e29272b8
+DIST RHVoice-1.16.4.tar.gz 3228577 BLAKE2B f27403f726c56808484c83ddf127441286f50802b9dea423434309171e56e6f7f01ef4ab8f23ca6cd6eedf7bb24369dd48907696bc3f67bfa5081e25c2886141 SHA512 f2373551cd8b7c83f9687b000e2f0a0d1f72842b52ed10943c52552f2fb74a8751742d327112fed4265b9461ba44e5d5c765fc7607496c07f4bdd9e67ffc806b


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

end of thread, other threads:[~2025-03-20  9:23 UTC | newest]

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

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