[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/files/, profiles/, app-accessibility/espeak/

2023-09-10 Thread Sam James
commit: c0f3d9ff9f0e0bfec1a54a849b341c10bf5fa15e
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Mon Sep  4 04:23:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 11 00:54:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f3d9ff

app-accessibility/espeak: treeclean

Closes: https://bugs.gentoo.org/709290
Closes: https://bugs.gentoo.org/726326
Closes: https://bugs.gentoo.org/877221
Signed-off-by: Leonardo Hernández Hernández  proton.me>
Closes: https://github.com/gentoo/gentoo/pull/32599
Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak/Manifest  |   1 -
 app-accessibility/espeak/espeak-1.48.04-r1.ebuild  | 103 -
 .../espeak/files/espeak-1.48.04-gcc-6-fix.patch|  13 ---
 app-accessibility/espeak/metadata.xml  |  14 ---
 profiles/package.mask  |   6 --
 5 files changed, 137 deletions(-)

diff --git a/app-accessibility/espeak/Manifest 
b/app-accessibility/espeak/Manifest
deleted file mode 100644
index 24cc686e8b37..
--- a/app-accessibility/espeak/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST espeak-1.48.04-source.zip 3019245 BLAKE2B 
a29da5eab832fa76b180049765f7fa671ebf47c0a68ee2cdfb0f4466846d97b2bf7b8f07dba747e236a27c9b077000bfd471e35b9744ffac7c9014679f5c04fd
 SHA512 
f0759e6ace2604c8cbb19e8c3fd4b106edf4dcece247a6677f6b734af7746c35a367126edfbe585396c98f6c54f07e25d64bfab35e258e64f09bd2c0833247fa

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
deleted file mode 100644
index eebc2c473640..
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ /dev/null
@@ -1,103 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit flag-o-matic toolchain-funcs
-
-MY_P="${P}-source"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-DESCRIPTION="Speech synthesizer for English and other languages"
-HOMEPAGE="http://espeak.sourceforge.net/;
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
-IUSE="portaudio pulseaudio"
-
-COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )
-   pulseaudio? ( media-sound/pulseaudio )"
-
-DEPEND="${COMMON_DEPEND}
-   app-arch/unzip"
-
-RDEPEND="${COMMON_DEPEND}
-   media-sound/sox"
-
-PATCHES=( "${FILESDIR}"/${P}-gcc-6-fix.patch )
-
-S="${WORKDIR}/${MY_P}/src"
-
-get_audio() {
-   if use portaudio && use pulseaudio; then
-   echo runtime
-   elif use portaudio; then
-   echo portaudio
-   elif use pulseaudio; then
-   echo pulseaudio
-   else
-   echo none
-   fi
-}
-
-src_prepare() {
-   default
-   # gentoo uses portaudio 19.
-   mv -f portaudio19.h portaudio.h
-}
-
-src_compile() {
-   # Uses removed 'register' keyword, bug #894180
-   append-cxxflags -std=c++14
-
-   emake \
-   PREFIX="${EPREFIX}/usr" \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}" \
-   CXX="$(tc-getCXX)" \
-   CXXFLAGS="${CXXFLAGS}" \
-   AR="$(tc-getAR)" \
-   AUDIO="$(get_audio)" \
-   all
-
-   einfo "Fixing byte order of phoneme data files"
-   pushd ../platforms/big_endian > /dev/null
-   emake \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}"
-   ./espeak-phoneme-data \
-   ../../espeak-data \
-   . \
-   ../../espeak-data/phondata-manifest
-   cp -f phondata phonindex phontab "../../espeak-data"
-}
-
-src_install() {
-   emake \
-   PREFIX="${EPREFIX}/usr" \
-   LIBDIR="\$(PREFIX)/$(get_libdir)" \
-   DESTDIR="${D}" \
-   AUDIO="$(get_audio)" \
-   install
-
-   cd ..
-   insinto /usr/share/espeak-data
-   doins -r dictsource
-   dodoc ChangeLog.txt ReadMe
-   HTML_DOCS="docs/*" einstalldocs
-}
-
-pkg_preinst() {
-   local voicedir="${ROOT}/usr/share/${PN}-data/voices/en"
-   if [ -d "${voicedir}" ]; then
-   rm -rf "${voicedir}"
-   fi
-}
-
-pkg_postinst() {
-   if ! use portaudio && ! use pulseaudio; then
-   ewarn "Since portaudio and pulseaudio are not in your use 
flags,"
-   ewarn "espeak will only be able to create wav files."
-   ewarn "If this is not what you want, please reemerge 
${CATEGORY}/${PN}"
-   ewarn "with either portaudio or pulseaudio USE flag enabled."
-   fi
-}

diff --git a/app-accessibility/espeak/files/espeak-1.48.04-gcc-6-fix.patch 
b/app-accessibility/espeak/files/espeak-1.48.04-gcc-6-fix.patch
deleted file mode 100644
index f28de7338b37..
--- a/app-accessibility/espeak/files/espeak-1.48.04-gcc-6-fix.patch
+++ 

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2023-06-10 Thread William Hubbs
commit: c6137ef2289b4a4ae529e7057c2231170eb836af
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 29 13:35:19 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jun 10 20:12:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6137ef2

app-accessibility/espeak-ng: update  EAPI 7 -> 8, cleanup

- drop superfluous COMMON_DEPEND
- move blocker to RDEPEND
- drop nonexistent app-text/ronn BDEPEND

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: William Hubbs  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.51.ebuild | 11 +--
 app-accessibility/espeak-ng/espeak-ng-.ebuild | 18 --
 2 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
index b1bb63eb8365..19d3e39695fa 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -14,18 +14,17 @@ SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
-COMMON_DEPEND="
-   !app-accessibility/espeak
+DEPEND="
mbrola? ( app-accessibility/mbrola )
sound? ( media-libs/pcaudiolib )
 "
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
+   !app-accessibility/espeak
sound? ( media-sound/sox )
 "
 BDEPEND="
virtual/pkgconfig
-   man? ( || ( app-text/ronn-ng app-text/ronn ) )
+   man? ( app-text/ronn-ng )
 "
 
 DOCS=( CHANGELOG.md README.md docs )

diff --git a/app-accessibility/espeak-ng/espeak-ng-.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-.ebuild
index 4dc30d2b5348..791939bee5a1 100644
--- a/app-accessibility/espeak-ng/espeak-ng-.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-.ebuild
@@ -1,37 +1,36 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 
 DESCRIPTION="Software speech synthesizer for English, and some other languages"
 HOMEPAGE="https://github.com/espeak-ng/espeak-ng;
 
-if [[ ${PV} ==  ]]; then
+if [[ ${PV} == ** ]]; then
EGIT_REPO_URI="https://github.com/espeak-ng/espeak-ng.git;
inherit git-r3
 else
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
-COMMON_DEPEND="
-   !app-accessibility/espeak
+DEPEND="
mbrola? ( app-accessibility/mbrola )
sound? ( media-libs/pcaudiolib )
 "
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
+   !app-accessibility/espeak
sound? ( media-sound/sox )
 "
 BDEPEND="
virtual/pkgconfig
-   man? ( || ( app-text/ronn-ng app-text/ronn ) )
+   man? ( app-text/ronn-ng )
 "
 
 DOCS=( CHANGELOG.md README.md docs )
@@ -66,7 +65,6 @@ src_configure() {
--without-libfuzzer
--without-sonic
--disable-rpath
-   --disable-static
)
econf "${econf_args[@]}"
 }



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2023-06-10 Thread William Hubbs
commit: d71ef35f5a39c6e09aaa728e9ef40ffd6e63f65b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon May 29 13:31:12 2023 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sat Jun 10 20:12:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71ef35f

app-accessibility/espeak-ng: drop 1.50-r3

Signed-off-by: Andreas Sturmlechner  gentoo.org>
Signed-off-by: William Hubbs  gentoo.org>

 app-accessibility/espeak-ng/Manifest   |  2 -
 .../espeak-ng/espeak-ng-1.50-r3.ebuild | 88 --
 2 files changed, 90 deletions(-)

diff --git a/app-accessibility/espeak-ng/Manifest 
b/app-accessibility/espeak-ng/Manifest
index c145ee48ff57..174291e7849e 100644
--- a/app-accessibility/espeak-ng/Manifest
+++ b/app-accessibility/espeak-ng/Manifest
@@ -1,3 +1 @@
-DIST espeak-ng-1.50-ieee80.patch.xz 8128 BLAKE2B 
f9ae3b64d52f18b0dd4bb1ff1832d89fc22c319bccf3f7ada61628569857fded15a426703d035737b829fc8580707876ad09527380890f73df919740b40aa046
 SHA512 
4183fd13c902bdda27ac7e86fb4e4573ce85ca015aaea757aed27a869e4067a58c99b8f4d3e289710d1359d4fa289c2a4e6d5803845cd454c3dc59f79f4e2e80
-DIST espeak-ng-1.50.tar.gz 13665536 BLAKE2B 
c64c2a474374d4b6fe13bf3a99f5dfb661923c13ebd6c0bc323e7f26d9d90945c7075cc5c8f4b51e5db3303632c8c9daca7a65a1883e09d7c3faf63dd725ea3f
 SHA512 
297dd80a6cdae3e2b8acf6823475220ce89d6a5fb68ea303156ad52cb3e7388049b6921759d4ed4e3d2e2ebd19bf931259e454f74a2ac0b7ecf4ce56c1d60c0c
 DIST espeak-ng-1.51.tar.gz 14260788 BLAKE2B 
230e8860247bdd44a26ba7281fadb7486e7fff90de229c71fb883693badfc141d5ad883769d6cead150f43560a5c47152cada4fcb5a28c0b0384dacaad2c9d09
 SHA512 
6c29275706d21de2d5fa393702d2f173fc05d2ce4e2f46f3bf9a2742b0a8f294177663df0d079188e31cc2541f2c21a64e09e8afffe95befab667a4d00429fd2

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
deleted file mode 100644
index c3240b2d2dd3..
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Software speech synthesizer for English, and some other languages"
-HOMEPAGE="https://github.com/espeak-ng/espeak-ng;
-SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   https://dev.gentoo.org/~ulm/distfiles/${P}-ieee80.patch.xz;
-
-LICENSE="GPL-3+ unicode"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
-
-COMMON_DEPEND="
-   !app-accessibility/espeak
-   mbrola? ( app-accessibility/mbrola )
-   sound? ( media-libs/pcaudiolib )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   sound? ( media-sound/sox )
-"
-BDEPEND="
-   virtual/pkgconfig
-   man? ( || ( app-text/ronn-ng app-text/ronn ) )
-"
-
-PATCHES=( "${WORKDIR}"/${P}-ieee80.patch )
-
-DOCS=( CHANGELOG.md README.md docs )
-
-src_prepare() {
-   default
-
-   # disable failing tests
-   rm tests/{language-pronunciation,translate}.test || die
-   sed -i \
-   -e "/language-pronunciation.check/d" \
-   -e "/translate.check/d" \
-   Makefile.am || die
-
-   # https://github.com/espeak-ng/espeak-ng/issues/699
-   # fixed in master
-   sed -i -e "s/int samplerate;/static int samplerate;/" src/espeak-ng.c 
|| die
-
-   eautoreconf
-}
-
-src_configure() {
-   # https://bugs.gentoo.org/836646
-   export PULSE_SERVER=""
-
-   local econf_args
-   econf_args=(
-   $(use_with async)
-   $(use_with klatt)
-   $(use_with l10n_ru extdict-ru)
-   $(use_with l10n_zh extdict-zh)
-   $(use_with l10n_zh extdict-zhy)
-   $(use_with mbrola)
-   $(use_with sound pcaudiolib)
-   --without-libfuzzer
-   --without-sonic
-   --disable-rpath
-   --disable-static
-   )
-   econf "${econf_args[@]}"
-}
-
-src_compile() {
-   # see docs/building.md
-   # The -j1s from compile/test/install may be droppable in next release
-   # (after 1.50). Several bugs have been fixed upstream in git.
-   emake -j1
-}
-
-src_test() {
-   emake check -j1
-}
-
-src_install() {
-   emake DESTDIR="${D}" VIMDIR=/usr/share/vim/vimfiles install -j1
-   find "${ED}" -name '*.la' -delete  || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2023-04-08 Thread Sam James
commit: 1d57842ea031bd9035f08c1ecdd2ff0bed05d288
Author: Sam James  gentoo  org>
AuthorDate: Sat Apr  8 22:52:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  8 23:19:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d57842e

app-accessibility/espeak-ng: update man description for ronn-ng

Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak-ng/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/metadata.xml 
b/app-accessibility/espeak-ng/metadata.xml
index 45532b56bef7..4901fb4be0a0 100644
--- a/app-accessibility/espeak-ng/metadata.xml
+++ b/app-accessibility/espeak-ng/metadata.xml
@@ -18,7 +18,7 @@
Enables Klatt formant synthesis and 
implementation
Builds extended Russian Dictionary 
file
Builds extended Chinese (Mandarin and 
Cantonese) Dictionary files
-   Builds and installs manpage with 
app-text/ronn
+   Builds and installs manpage with 
app-text/ronn-ng
Adds support for mbrola voices

 



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2023-03-07 Thread Sam James
commit: bb265b2806f4bae586a5f12599e5b504f5a7e459
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  7 12:21:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  7 12:21:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb265b28

app-accessibility/espeak: use append-cxxflags

Closes: https://bugs.gentoo.org/900152
Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index b7da32ffabbc..eebc2c473640 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -47,7 +47,7 @@ src_prepare() {
 
 src_compile() {
# Uses removed 'register' keyword, bug #894180
-   append-flags -std=c++14
+   append-cxxflags -std=c++14
 
emake \
PREFIX="${EPREFIX}/usr" \



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2023-02-13 Thread Sam James
commit: 2d14b011d128010337f1e0a7ff3a6b0ee9130c9d
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 14 03:49:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 14 03:49:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d14b011

app-accessibility/espeak: fix build w/ clang 16

Closes: https://bugs.gentoo.org/894180
Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index 083d363b1b10..b7da32ffabbc 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit toolchain-funcs
+inherit flag-o-matic toolchain-funcs
 
 MY_P="${P}-source"
 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
@@ -46,6 +46,9 @@ src_prepare() {
 }
 
 src_compile() {
+   # Uses removed 'register' keyword, bug #894180
+   append-flags -std=c++14
+
emake \
PREFIX="${EPREFIX}/usr" \
CC="$(tc-getCC)" \



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2022-08-27 Thread WANG Xuerui
commit: 93e657f46946bf81916fec8b597d6d9335c202eb
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Aug 28 05:39:12 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Aug 28 05:39:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e657f4

app-accessibility/espeak: keyword 1.48.04-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index fba712bdf426..083d363b1b10 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Speech synthesizer for English and other 
languages"
 HOMEPAGE="http://espeak.sourceforge.net/;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="portaudio pulseaudio"
 
 COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-06-12 Thread Agostino Sarubbo
commit: 1934067ebd8c6efee2199eb923c760b2a3fe202f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jun 12 08:31:36 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jun 12 08:32:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1934067e

app-accessibility/espeak-ng: x86 stable wrt bug #850919

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
index bf0911272422..b1bb63eb8365 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-06-11 Thread Agostino Sarubbo
commit: d16f359e0624cc2e158d489144550fc3970fdd90
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jun 11 07:40:46 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jun 11 07:40:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d16f359e

app-accessibility/espeak-ng: sparc stable wrt bug #850919

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
index 302cb367729b..bf0911272422 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc 
~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-06-11 Thread Agostino Sarubbo
commit: 033fab99780e7d01add539172203a16047e9f924
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jun 11 07:40:10 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jun 11 07:40:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=033fab99

app-accessibility/espeak-ng: ppc64 stable wrt bug #850919

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
index afa684000344..302cb367729b 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~sparc 
~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-06-11 Thread Agostino Sarubbo
commit: 0571ae45f1dc22aecc255774817ee913a771ab25
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jun 11 07:38:18 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jun 11 07:39:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0571ae45

app-accessibility/espeak-ng: ppc stable wrt bug #850919

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
index c7b43241cd90..afa684000344 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~sparc 
~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-06-11 Thread Agostino Sarubbo
commit: e91ecea24f5498879211eafc8b7076103385a768
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jun 11 07:37:43 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jun 11 07:37:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e91ecea2

app-accessibility/espeak-ng: arm64 stable wrt bug #850919

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
index b3a19336ec1c..c7b43241cd90 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-06-11 Thread Agostino Sarubbo
commit: b02ba9d24966ad0c67b283437f4d318685ba9dde
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jun 11 07:37:25 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jun 11 07:37:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b02ba9d2

app-accessibility/espeak-ng: arm stable wrt bug #850919

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
index 36d884f95ce2..b3a19336ec1c 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-06-11 Thread Agostino Sarubbo
commit: 8155910cc3697f49d39231764a397354e2be9cba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Jun 11 07:36:51 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Jun 11 07:36:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8155910c

app-accessibility/espeak-ng: amd64 stable wrt bug #850919

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
index 3b853ba6c6de..36d884f95ce2 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-05-25 Thread WANG Xuerui
commit: 59b31fb7aaba6ad4b23fffafbc7b015813fba0ef
Author: WANG Xuerui  gentoo  org>
AuthorDate: Thu May 26 05:20:24 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Thu May 26 05:20:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59b31fb7

app-accessibility/espeak-ng: keyword 1.51 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.51.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
index a9ea01fea59e..3b853ba6c6de 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-04-03 Thread William Hubbs
commit: cccecafab917464137d22cec82e7458d6f5c277e
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Apr  4 02:17:05 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Apr  4 02:18:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccecafa

app-accessibility/espeak-ng: add fix for pulseaudio access violation

Closes: https://bugs.gentoo.org/836646
Closes: https://github.com/gentoo/gentoo/pull/24878

Signed-off-by: Peter Alfredsen  icloud.com>
Signed-off-by: William Hubbs  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild | 3 +++
 app-accessibility/espeak-ng/espeak-ng-1.51.ebuild| 4 
 app-accessibility/espeak-ng/espeak-ng-.ebuild| 4 
 3 files changed, 11 insertions(+)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
index 016fdf386418..c3240b2d2dd3 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
@@ -51,6 +51,9 @@ src_prepare() {
 }
 
 src_configure() {
+   # https://bugs.gentoo.org/836646
+   export PULSE_SERVER=""
+
local econf_args
econf_args=(
$(use_with async)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
index 345d810491c0..a9ea01fea59e 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -45,6 +45,10 @@ src_prepare() {
 
 src_configure() {
local econf_args
+
+   # https://bugs.gentoo.org/836646
+   export PULSE_SERVER=""
+
econf_args=(
$(use_with async)
$(use_with klatt)

diff --git a/app-accessibility/espeak-ng/espeak-ng-.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-.ebuild
index d55d1a306616..4dc30d2b5348 100644
--- a/app-accessibility/espeak-ng/espeak-ng-.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-.ebuild
@@ -51,6 +51,10 @@ src_prepare() {
 
 src_configure() {
local econf_args
+
+   # https://bugs.gentoo.org/836646
+   export PULSE_SERVER=""
+
econf_args=(
$(use_with async)
$(use_with klatt)



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-04-03 Thread William Hubbs
commit: f82fbd1bf01f4eb321912524b5484cd7146f4883
Author: William Hubbs  gentoo  org>
AuthorDate: Mon Apr  4 01:03:31 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Mon Apr  4 01:46:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82fbd1b

app-accessibility/espeak-ng: drop 1.50, 1.50-r1, 1.50-r2

Signed-off-by: William Hubbs  gentoo.org>

 .../espeak-ng/espeak-ng-1.50-r1.ebuild | 82 -
 .../espeak-ng/espeak-ng-1.50-r2.ebuild | 85 --
 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild  | 82 -
 3 files changed, 249 deletions(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
deleted file mode 100644
index 9b3280273ec1..
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Software speech synthesizer for English, and some other languages"
-HOMEPAGE="https://github.com/espeak-ng/espeak-ng;
-SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+ Turkowski unicode"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
-
-COMMON_DEPEND="
-   !app-accessibility/espeak
-   mbrola? ( app-accessibility/mbrola )
-   sound? ( media-libs/pcaudiolib )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   sound? ( media-sound/sox )
-"
-BDEPEND="
-   virtual/pkgconfig
-   man? ( || ( app-text/ronn-ng app-text/ronn ) )
-"
-
-DOCS=( CHANGELOG.md README.md docs )
-
-src_prepare() {
-   default
-
-   # disable failing tests
-   rm tests/{language-pronunciation,translate}.test || die
-   sed -i \
-   -e "/language-pronunciation.check/d" \
-   -e "/translate.check/d" \
-   Makefile.am || die
-
-   # https://github.com/espeak-ng/espeak-ng/issues/699
-   # fixed in master
-   sed -i -e "s/int samplerate;/static int samplerate;/" src/espeak-ng.c 
|| die
-
-   eautoreconf
-}
-
-src_configure() {
-   local econf_args
-   econf_args=(
-   $(use_with async)
-   $(use_with klatt)
-   $(use_with l10n_ru extdict-ru)
-   $(use_with l10n_zh extdict-zh)
-   $(use_with l10n_zh extdict-zhy)
-   $(use_with mbrola)
-   $(use_with sound pcaudiolib)
-   --without-libfuzzer
-   --without-sonic
-   --disable-rpath
-   --disable-static
-   )
-   econf "${econf_args[@]}"
-}
-
-src_compile() {
-   # see docs/building.md
-   # The -j1s from compile/test/install may be droppable in next release
-   # (after 1.50). Several bugs have been fixed upstream in git.
-   emake -j1
-}
-
-src_test() {
-   emake check -j1
-}
-
-src_install() {
-   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install -j1
-   rm "${ED}"/usr/lib*/*.la || die
-}

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r2.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r2.ebuild
deleted file mode 100644
index 5e780ba05fea..
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r2.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Software speech synthesizer for English, and some other languages"
-HOMEPAGE="https://github.com/espeak-ng/espeak-ng;
-SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz
-   https://dev.gentoo.org/~ulm/distfiles/${P}-ieee80.patch.xz;
-
-LICENSE="GPL-3+ unicode"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
-
-COMMON_DEPEND="
-   !app-accessibility/espeak
-   mbrola? ( app-accessibility/mbrola )
-   sound? ( media-libs/pcaudiolib )
-"
-DEPEND="${COMMON_DEPEND}"
-RDEPEND="${COMMON_DEPEND}
-   sound? ( media-sound/sox )
-"
-BDEPEND="
-   virtual/pkgconfig
-   man? ( || ( app-text/ronn-ng app-text/ronn ) )
-"
-
-PATCHES=( "${WORKDIR}"/${P}-ieee80.patch )
-
-DOCS=( CHANGELOG.md README.md docs )
-
-src_prepare() {
-   default
-
-   # disable failing tests
-   rm tests/{language-pronunciation,translate}.test || die
-   sed -i \
-   -e "/language-pronunciation.check/d" \
-   -e "/translate.check/d" \
-   Makefile.am || die
-
-   # https://github.com/espeak-ng/espeak-ng/issues/699
-   # fixed in master
-   sed -i -e "s/int samplerate;/static int samplerate;/" src/espeak-ng.c 
|| die
-
-   

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-04-03 Thread William Hubbs
commit: 60944549fb37913447bc1bb09717a28d9f53444f
Author: William Hubbs  gentoo  org>
AuthorDate: Sun Apr  3 17:31:38 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Apr  3 18:13:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60944549

app-accessibility/espeak-ng: add 1.51

Signed-off-by: William Hubbs  gentoo.org>

 app-accessibility/espeak-ng/Manifest  |  1 +
 app-accessibility/espeak-ng/espeak-ng-1.51.ebuild | 76 +++
 2 files changed, 77 insertions(+)

diff --git a/app-accessibility/espeak-ng/Manifest 
b/app-accessibility/espeak-ng/Manifest
index ca6c1169c145..c145ee48ff57 100644
--- a/app-accessibility/espeak-ng/Manifest
+++ b/app-accessibility/espeak-ng/Manifest
@@ -1,2 +1,3 @@
 DIST espeak-ng-1.50-ieee80.patch.xz 8128 BLAKE2B 
f9ae3b64d52f18b0dd4bb1ff1832d89fc22c319bccf3f7ada61628569857fded15a426703d035737b829fc8580707876ad09527380890f73df919740b40aa046
 SHA512 
4183fd13c902bdda27ac7e86fb4e4573ce85ca015aaea757aed27a869e4067a58c99b8f4d3e289710d1359d4fa289c2a4e6d5803845cd454c3dc59f79f4e2e80
 DIST espeak-ng-1.50.tar.gz 13665536 BLAKE2B 
c64c2a474374d4b6fe13bf3a99f5dfb661923c13ebd6c0bc323e7f26d9d90945c7075cc5c8f4b51e5db3303632c8c9daca7a65a1883e09d7c3faf63dd725ea3f
 SHA512 
297dd80a6cdae3e2b8acf6823475220ce89d6a5fb68ea303156ad52cb3e7388049b6921759d4ed4e3d2e2ebd19bf931259e454f74a2ac0b7ecf4ce56c1d60c0c
+DIST espeak-ng-1.51.tar.gz 14260788 BLAKE2B 
230e8860247bdd44a26ba7281fadb7486e7fff90de229c71fb883693badfc141d5ad883769d6cead150f43560a5c47152cada4fcb5a28c0b0384dacaad2c9d09
 SHA512 
6c29275706d21de2d5fa393702d2f173fc05d2ce4e2f46f3bf9a2742b0a8f294177663df0d079188e31cc2541f2c21a64e09e8afffe95befab667a4d00429fd2

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
new file mode 100644
index ..345d810491c0
--- /dev/null
+++ b/app-accessibility/espeak-ng/espeak-ng-1.51.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Software speech synthesizer for English, and some other languages"
+HOMEPAGE="https://github.com/espeak-ng/espeak-ng;
+SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+ unicode"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
+
+COMMON_DEPEND="
+   !app-accessibility/espeak
+   mbrola? ( app-accessibility/mbrola )
+   sound? ( media-libs/pcaudiolib )
+"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+   sound? ( media-sound/sox )
+"
+BDEPEND="
+   virtual/pkgconfig
+   man? ( || ( app-text/ronn-ng app-text/ronn ) )
+"
+
+DOCS=( CHANGELOG.md README.md docs )
+
+src_prepare() {
+   default
+
+   # disable failing tests
+   rm tests/{language-pronunciation,translate}.test || die
+   sed -i \
+   -e "/language-pronunciation.check/d" \
+   -e "/translate.check/d" \
+   Makefile.am || die
+
+   eautoreconf
+}
+
+src_configure() {
+   local econf_args
+   econf_args=(
+   $(use_with async)
+   $(use_with klatt)
+   $(use_with l10n_ru extdict-ru)
+   $(use_with l10n_zh extdict-cmn)
+   $(use_with l10n_zh extdict-yue)
+   $(use_with mbrola)
+   $(use_with sound pcaudiolib)
+   --without-libfuzzer
+   --without-speechplayer
+   --without-sonic
+   --disable-rpath
+   --disable-static
+   )
+   econf "${econf_args[@]}"
+}
+
+src_compile() {
+   emake
+}
+
+src_test() {
+   emake check
+}
+
+src_install() {
+   emake DESTDIR="${D}" VIMDIR=/usr/share/vim/vimfiles install -j1
+   find "${ED}" -name '*.la' -delete  || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-03-06 Thread Sam James
commit: 66d7314e56a9ceaf03e1c749b64f0ddf7b758ce3
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  7 03:51:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  7 03:51:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66d7314e

app-accessibility/espeak-ng: Stabilize 1.50-r3 arm, #834428

Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
index fc4f2f70bcb9..016fdf386418 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-03-06 Thread Sam James
commit: 0334d9910302d86d7c242bf6df7d836413a2cf86
Author: Sam James  gentoo  org>
AuthorDate: Mon Mar  7 03:46:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Mar  7 03:46:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0334d991

app-accessibility/espeak-ng: Stabilize 1.50-r3 arm64, #834428

Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
index d3e2c24a391c..fc4f2f70bcb9 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-03-02 Thread Agostino Sarubbo
commit: 97ef98350711ea6882c2e352316a348d72515773
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Mar  2 09:07:51 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Mar  2 09:07:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ef9835

app-accessibility/espeak-ng: x86 stable wrt bug #834428

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
index 8174e710a339..d3e2c24a391c 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-03-01 Thread Jakov Smolić
commit: 63420c05cf705da9b734b58c98c024f8dab5af8b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar  1 11:41:38 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar  1 11:41:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63420c05

app-accessibility/espeak-ng: Stabilize 1.50-r3 amd64, #834428

Signed-off-by: Jakov Smolić  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
index fadbcfeafff8..8174e710a339 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-03-01 Thread Agostino Sarubbo
commit: 51f02f120496d75642b450c956d2b753cb82c0be
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar  1 11:30:39 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar  1 11:30:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f02f12

app-accessibility/espeak-ng: sparc stable wrt bug #834428

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
index 49126bda26b9..fadbcfeafff8 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-03-01 Thread Agostino Sarubbo
commit: ace23820141c1a4450586993ff415e49a80df9f1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar  1 11:29:40 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar  1 11:29:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace23820

app-accessibility/espeak-ng: ppc64 stable wrt bug #834428

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
index 850d07aa83a2..49126bda26b9 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-03-01 Thread Agostino Sarubbo
commit: e0d229044584671ee2b5a25472f78b413a097caa
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Mar  1 11:28:45 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Mar  1 11:28:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0d22904

app-accessibility/espeak-ng: ppc stable wrt bug #834428

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
index 67764ae3fb14..850d07aa83a2 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-02-15 Thread Matt Turner
commit: 063d53793d51bf7d9619bca3c0b9d96c2db53172
Author: Matt Turner  gentoo  org>
AuthorDate: Tue Feb 15 18:31:20 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Feb 15 18:31:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063d5379

app-accessibility/espeak-ng: Keyword 1.50-r3 alpha, #801103

Signed-off-by: Matt Turner  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
index cef1fe386ed7..67764ae3fb14 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-02-13 Thread William Hubbs
commit: 5ce13b8297859a360466e7f8794d0bda12b0702c
Author: Anna Vyalkova  sysrq  in>
AuthorDate: Sun Feb 13 08:38:04 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Feb 13 08:48:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce13b82

app-accessibility/espeak-ng: 1.50-r3 bump

- fix installation path of vimfiles
- fix removal of *.la files

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Anna Vyalkova  sysrq.in>
Signed-off-by: William Hubbs  gentoo.org>

 .../espeak-ng/espeak-ng-1.50-r3.ebuild | 85 ++
 1 file changed, 85 insertions(+)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
new file mode 100644
index ..cef1fe386ed7
--- /dev/null
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r3.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Software speech synthesizer for English, and some other languages"
+HOMEPAGE="https://github.com/espeak-ng/espeak-ng;
+SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   https://dev.gentoo.org/~ulm/distfiles/${P}-ieee80.patch.xz;
+
+LICENSE="GPL-3+ unicode"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
+
+COMMON_DEPEND="
+   !app-accessibility/espeak
+   mbrola? ( app-accessibility/mbrola )
+   sound? ( media-libs/pcaudiolib )
+"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+   sound? ( media-sound/sox )
+"
+BDEPEND="
+   virtual/pkgconfig
+   man? ( || ( app-text/ronn-ng app-text/ronn ) )
+"
+
+PATCHES=( "${WORKDIR}"/${P}-ieee80.patch )
+
+DOCS=( CHANGELOG.md README.md docs )
+
+src_prepare() {
+   default
+
+   # disable failing tests
+   rm tests/{language-pronunciation,translate}.test || die
+   sed -i \
+   -e "/language-pronunciation.check/d" \
+   -e "/translate.check/d" \
+   Makefile.am || die
+
+   # https://github.com/espeak-ng/espeak-ng/issues/699
+   # fixed in master
+   sed -i -e "s/int samplerate;/static int samplerate;/" src/espeak-ng.c 
|| die
+
+   eautoreconf
+}
+
+src_configure() {
+   local econf_args
+   econf_args=(
+   $(use_with async)
+   $(use_with klatt)
+   $(use_with l10n_ru extdict-ru)
+   $(use_with l10n_zh extdict-zh)
+   $(use_with l10n_zh extdict-zhy)
+   $(use_with mbrola)
+   $(use_with sound pcaudiolib)
+   --without-libfuzzer
+   --without-sonic
+   --disable-rpath
+   --disable-static
+   )
+   econf "${econf_args[@]}"
+}
+
+src_compile() {
+   # see docs/building.md
+   # The -j1s from compile/test/install may be droppable in next release
+   # (after 1.50). Several bugs have been fixed upstream in git.
+   emake -j1
+}
+
+src_test() {
+   emake check -j1
+}
+
+src_install() {
+   emake DESTDIR="${D}" VIMDIR=/usr/share/vim/vimfiles install -j1
+   find "${ED}" -name '*.la' -delete  || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-02-13 Thread William Hubbs
commit: ee7888fbc6198d358cf8bc6948b2fa7b62f51dc0
Author: Anna Vyalkova  sysrq  in>
AuthorDate: Sun Feb 13 08:47:12 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Sun Feb 13 08:48:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7888fb

app-accessibility/espeak-ng: sync live

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Anna Vyalkova  sysrq.in>
Signed-off-by: William Hubbs  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-.ebuild
index 828368f3d064..d55d1a306616 100644
--- a/app-accessibility/espeak-ng/espeak-ng-.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-.ebuild
@@ -72,6 +72,6 @@ src_test() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install
-   rm "${ED}"/usr/lib*/*.la || die
+   emake DESTDIR="${D}" VIMDIR=/usr/share/vim/vimfiles install
+   find "${ED}" -name '*.la' -delete  || die
 }



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-02-11 Thread William Hubbs
commit: b9922bafc91e9b3872ca61b105a6d30f48319eaa
Author: William Hubbs  gentoo  org>
AuthorDate: Fri Feb 11 22:38:11 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Fri Feb 11 22:38:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9922baf

app-accessibility/espeak-ng: sync live ebuild keywords

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: William Hubbs  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-.ebuild
index c59573e05321..828368f3d064 100644
--- a/app-accessibility/espeak-ng/espeak-ng-.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 fi
 
 LICENSE="GPL-3+ unicode"



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-02-11 Thread Ulrich Müller
commit: b90a50fab78c1e2bacaeabd1d2ba4cd9be104dc7
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Feb 11 22:19:01 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Feb 11 22:24:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b90a50fa

app-accessibility/espeak-ng: Replace non-free ieee80.c code

Patch has been accepted upstream.

Acked-by: William Hubbs  gentoo.org>
Closes: https://bugs.gentoo.org/832778
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 app-accessibility/espeak-ng/Manifest   |  1 +
 .../espeak-ng/espeak-ng-1.50-r2.ebuild | 85 ++
 2 files changed, 86 insertions(+)

diff --git a/app-accessibility/espeak-ng/Manifest 
b/app-accessibility/espeak-ng/Manifest
index a89c9b5ddaa2..ca6c1169c145 100644
--- a/app-accessibility/espeak-ng/Manifest
+++ b/app-accessibility/espeak-ng/Manifest
@@ -1 +1,2 @@
+DIST espeak-ng-1.50-ieee80.patch.xz 8128 BLAKE2B 
f9ae3b64d52f18b0dd4bb1ff1832d89fc22c319bccf3f7ada61628569857fded15a426703d035737b829fc8580707876ad09527380890f73df919740b40aa046
 SHA512 
4183fd13c902bdda27ac7e86fb4e4573ce85ca015aaea757aed27a869e4067a58c99b8f4d3e289710d1359d4fa289c2a4e6d5803845cd454c3dc59f79f4e2e80
 DIST espeak-ng-1.50.tar.gz 13665536 BLAKE2B 
c64c2a474374d4b6fe13bf3a99f5dfb661923c13ebd6c0bc323e7f26d9d90945c7075cc5c8f4b51e5db3303632c8c9daca7a65a1883e09d7c3faf63dd725ea3f
 SHA512 
297dd80a6cdae3e2b8acf6823475220ce89d6a5fb68ea303156ad52cb3e7388049b6921759d4ed4e3d2e2ebd19bf931259e454f74a2ac0b7ecf4ce56c1d60c0c

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r2.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r2.ebuild
new file mode 100644
index ..5e780ba05fea
--- /dev/null
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r2.ebuild
@@ -0,0 +1,85 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Software speech synthesizer for English, and some other languages"
+HOMEPAGE="https://github.com/espeak-ng/espeak-ng;
+SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz
+   https://dev.gentoo.org/~ulm/distfiles/${P}-ieee80.patch.xz;
+
+LICENSE="GPL-3+ unicode"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
+
+COMMON_DEPEND="
+   !app-accessibility/espeak
+   mbrola? ( app-accessibility/mbrola )
+   sound? ( media-libs/pcaudiolib )
+"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+   sound? ( media-sound/sox )
+"
+BDEPEND="
+   virtual/pkgconfig
+   man? ( || ( app-text/ronn-ng app-text/ronn ) )
+"
+
+PATCHES=( "${WORKDIR}"/${P}-ieee80.patch )
+
+DOCS=( CHANGELOG.md README.md docs )
+
+src_prepare() {
+   default
+
+   # disable failing tests
+   rm tests/{language-pronunciation,translate}.test || die
+   sed -i \
+   -e "/language-pronunciation.check/d" \
+   -e "/translate.check/d" \
+   Makefile.am || die
+
+   # https://github.com/espeak-ng/espeak-ng/issues/699
+   # fixed in master
+   sed -i -e "s/int samplerate;/static int samplerate;/" src/espeak-ng.c 
|| die
+
+   eautoreconf
+}
+
+src_configure() {
+   local econf_args
+   econf_args=(
+   $(use_with async)
+   $(use_with klatt)
+   $(use_with l10n_ru extdict-ru)
+   $(use_with l10n_zh extdict-zh)
+   $(use_with l10n_zh extdict-zhy)
+   $(use_with mbrola)
+   $(use_with sound pcaudiolib)
+   --without-libfuzzer
+   --without-sonic
+   --disable-rpath
+   --disable-static
+   )
+   econf "${econf_args[@]}"
+}
+
+src_compile() {
+   # see docs/building.md
+   # The -j1s from compile/test/install may be droppable in next release
+   # (after 1.50). Several bugs have been fixed upstream in git.
+   emake -j1
+}
+
+src_test() {
+   emake check -j1
+}
+
+src_install() {
+   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install -j1
+   rm "${ED}"/usr/lib*/*.la || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-02-11 Thread Ulrich Müller
commit: cdf457479fbe36c9045bf87c7028d0c187d3c910
Author: Ulrich Müller  gentoo  org>
AuthorDate: Fri Feb 11 09:08:31 2022 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Fri Feb 11 09:09:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf45747

app-accessibility/espeak-ng: Update LICENSE of live ebuild

Bug: https://bugs.gentoo.org/832778
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-.ebuild
index 9012010b2cae..c59573e05321 100644
--- a/app-accessibility/espeak-ng/espeak-ng-.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-.ebuild
@@ -16,7 +16,7 @@ else
KEYWORDS="~amd64 ~riscv"
 fi
 
-LICENSE="GPL-3+ Turkowski unicode"
+LICENSE="GPL-3+ unicode"
 SLOT="0"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-01-30 Thread Yixun Lan
commit: cfa9b78dca9d22f072ace110b30a90266ae89e6f
Author: Yixun Lan  gentoo  org>
AuthorDate: Sun Jan 30 10:46:03 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Sun Jan 30 13:12:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfa9b78d

app-accessibility/espeak-ng: keyword ~riscv, #801103

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild | 2 +-
 app-accessibility/espeak-ng/espeak-ng-.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
index 237ff7bdc53e..9b3280273ec1 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ Turkowski unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="

diff --git a/app-accessibility/espeak-ng/espeak-ng-.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-.ebuild
index e8f33d12072d..9012010b2cae 100644
--- a/app-accessibility/espeak-ng/espeak-ng-.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
 else
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="~amd64 ~riscv"
 fi
 
 LICENSE="GPL-3+ Turkowski unicode"



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-01-28 Thread Sam James
commit: e2f8528da44dd511574fd6f22f409c89dd29602f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 07:14:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 07:14:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f8528d

app-accessibility/espeak-ng: Keyword 1.50-r1 hppa, #801103

Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
index eb0c299aa47b..237ff7bdc53e 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ Turkowski unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-01-28 Thread Sam James
commit: 34e8855445b2424d4b329cfb386ebf2cec02d946
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 04:31:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 04:31:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e88554

app-accessibility/espeak-ng: Keyword 1.50-r1 ia64, #801103

Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
index 814a89258ff2..eb0c299aa47b 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ Turkowski unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-01-28 Thread Sam James
commit: 730fc769fc6806fd55a77b95832abc5dfa5fe92b
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 02:14:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:56:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730fc769

app-accessibility/espeak-ng: run tests serially

A bunch of fixes have landed upstream to fix parallel build & tests
but they don't apply at all to the last release, so let's force
-j1 for now to let us proceed with keywording & stabling.

Closes: https://bugs.gentoo.org/812062
Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild | 6 --
 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild| 8 +---
 app-accessibility/espeak-ng/espeak-ng-.ebuild| 5 -
 3 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
index ac99a8facef1..814a89258ff2 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
@@ -67,14 +67,16 @@ src_configure() {
 
 src_compile() {
# see docs/building.md
+   # The -j1s from compile/test/install may be droppable in next release
+   # (after 1.50). Several bugs have been fixed upstream in git.
emake -j1
 }
 
 src_test() {
-   emake check
+   emake check -j1
 }
 
 src_install() {
-   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install
+   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install -j1
rm "${ED}"/usr/lib*/*.la || die
 }

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
index de70028fc38a..c9289793f7fa 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -67,14 +67,16 @@ src_configure() {
 
 src_compile() {
# see docs/building.md
+   # The -j1s from compile/test/install may be droppable in next release
+   # (after 1.50). Several bugs have been fixed upstream in git.
emake -j1
 }
 
 src_test() {
-   emake check
+   emake check -j1
 }
 
 src_install() {
-   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install
+   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install -j1
rm "${ED}"/usr/lib*/*.la || die
 }

diff --git a/app-accessibility/espeak-ng/espeak-ng-.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-.ebuild
index dfba4f0058bf..e8f33d12072d 100644
--- a/app-accessibility/espeak-ng/espeak-ng-.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-.ebuild
@@ -67,11 +67,6 @@ src_configure() {
econf "${econf_args[@]}"
 }
 
-src_compile() {
-   # see docs/building.md
-   emake -j1
-}
-
 src_test() {
emake check
 }



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-01-28 Thread Sam James
commit: 06174640689993a76794351e83d463103fd5d8f5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 29 03:55:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 29 03:55:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06174640

app-accessibility/espeak-ng: Keyword 1.50-r1 sparc, #801103

Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
index 95392dcb4fcb..ac99a8facef1 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ Turkowski unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2022-01-27 Thread Sam James
commit: 629c12eac77f710cf35f1a7572bcfaa79d4c7053
Author: Sam James  gentoo  org>
AuthorDate: Fri Jan 28 07:12:56 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jan 28 07:14:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=629c12ea

app-accessibility/espeak-ng: allow using  app-text/ronn-ng for USE=man

app-text/ronn will be last-rited soon.

Bug: https://bugs.gentoo.org/770907
Signed-off-by: Sam James  gentoo.org>

 ...eak-ng-.ebuild => espeak-ng-1.50-r1.ebuild} | 22 ++
 app-accessibility/espeak-ng/espeak-ng-.ebuild  |  4 ++--
 2 files changed, 12 insertions(+), 14 deletions(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
similarity index 74%
copy from app-accessibility/espeak-ng/espeak-ng-.ebuild
copy to app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
index 941edd1d327b..95392dcb4fcb 100644
--- a/app-accessibility/espeak-ng/espeak-ng-.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,17 +7,11 @@ inherit autotools
 
 DESCRIPTION="Software speech synthesizer for English, and some other languages"
 HOMEPAGE="https://github.com/espeak-ng/espeak-ng;
-
-if [[ ${PV} ==  ]]; then
-   EGIT_REPO_URI="https://github.com/espeak-ng/espeak-ng.git;
-   inherit git-r3
-else
-   SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
+SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-3+ Turkowski unicode"
 SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="
@@ -31,7 +25,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 BDEPEND="
virtual/pkgconfig
-   man? ( app-text/ronn )
+   man? ( || ( app-text/ronn-ng app-text/ronn ) )
 "
 
 DOCS=( CHANGELOG.md README.md docs )
@@ -46,6 +40,10 @@ src_prepare() {
-e "/translate.check/d" \
Makefile.am || die
 
+   # https://github.com/espeak-ng/espeak-ng/issues/699
+   # fixed in master
+   sed -i -e "s/int samplerate;/static int samplerate;/" src/espeak-ng.c 
|| die
+
eautoreconf
 }
 
@@ -55,8 +53,8 @@ src_configure() {
$(use_with async)
$(use_with klatt)
$(use_with l10n_ru extdict-ru)
-   $(use_with l10n_zh extdict-cmn)
-   $(use_with l10n_zh extdict-yue)
+   $(use_with l10n_zh extdict-zh)
+   $(use_with l10n_zh extdict-zhy)
$(use_with mbrola)
$(use_with sound pcaudiolib)
--without-libfuzzer

diff --git a/app-accessibility/espeak-ng/espeak-ng-.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-.ebuild
index 941edd1d327b..dfba4f0058bf 100644
--- a/app-accessibility/espeak-ng/espeak-ng-.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -31,7 +31,7 @@ RDEPEND="${COMMON_DEPEND}
 "
 BDEPEND="
virtual/pkgconfig
-   man? ( app-text/ronn )
+   man? ( || ( app-text/ronn-ng app-text/ronn ) )
 "
 
 DOCS=( CHANGELOG.md README.md docs )



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2021-10-10 Thread Sam James
commit: 4a72bb506a6b6a6a92bd0b7d58a23db4daf719c9
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct 10 22:22:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct 10 22:22:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a72bb50

app-accessibility/espeak-ng: Keyword 1.50 ppc, #801103

Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
index 9f3f16e4a69..de70028fc38 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ Turkowski unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2021-09-07 Thread Sam James
commit: db5af9bd21f5d14222b3911d11d765ad40d7bb2f
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  7 18:58:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  7 18:58:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5af9bd

app-accessibility/espeak-ng: Keyword 1.50 arm, #801103

Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
index abb4f2d4f72..9f3f16e4a69 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ Turkowski unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2021-09-06 Thread Sam James
commit: 8a9cd105ba3bd5ef326ebb70ca9a573f072cef26
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  7 02:31:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  7 02:31:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9cd105

app-accessibility/espeak-ng: Keyword 1.50 arm64, #801103

Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
index 8f51634f0e8..abb4f2d4f72 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ Turkowski unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2021-08-10 Thread Yixun Lan
commit: 7294ccd7ce48f7e5081447b6355e7403a108aead
Author: Alex Fan  yahoo  com>
AuthorDate: Sun Aug  8 05:24:11 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Aug 10 08:50:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7294ccd7

app-accessibility/espeak: keyword 1.48.04-r1 for ~riscv

Signed-off-by: Alex Fan  yahoo.com>
Signed-off-by: Yixun Lan  gentoo.org>

 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index ffc6b42f28e..fba712bdf42 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Speech synthesizer for English and other 
languages"
 HOMEPAGE="http://espeak.sourceforge.net/;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
 IUSE="portaudio pulseaudio"
 
 COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2021-07-27 Thread Sam James
commit: 592c4955ebf5057eca476de10db576c8668f0579
Author: Sam James  gentoo  org>
AuthorDate: Wed Jul 28 02:39:02 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jul 28 02:39:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592c4955

app-accessibility/espeak-ng: Keyword 1.50 x86, #801103

Signed-off-by: Sam James  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
index 095c9ff8470..8f51634f0e8 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ Turkowski unicode"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="~amd64 ~ppc64 ~x86"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2021-07-15 Thread Sergei Trofimovich
commit: 03d01d1cbe5870d89e62dee927b806a079b35a25
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul 15 22:19:56 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul 15 22:19:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03d01d1c

app-accessibility/espeak-ng: keyworded 1.50 for ppc64

keyworded wrt bug #801103

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
index 4382cc4984e..095c9ff8470 100644
--- a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> ${P}.tar
 
 LICENSE="GPL-3+ Turkowski unicode"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~ppc64"
 IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
 
 COMMON_DEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2021-07-07 Thread William Hubbs
commit: d9f06ef14e0da05bf7a6fbd2071aa1d20ea9aadf
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jul  7 17:06:51 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jul  7 17:10:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9f06ef1

app-accessibility/espeak-ng: add live ebuild

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 app-accessibility/espeak-ng/espeak-ng-.ebuild | 82 +++
 1 file changed, 82 insertions(+)

diff --git a/app-accessibility/espeak-ng/espeak-ng-.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-.ebuild
new file mode 100644
index 000..941edd1d327
--- /dev/null
+++ b/app-accessibility/espeak-ng/espeak-ng-.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Software speech synthesizer for English, and some other languages"
+HOMEPAGE="https://github.com/espeak-ng/espeak-ng;
+
+if [[ ${PV} ==  ]]; then
+   EGIT_REPO_URI="https://github.com/espeak-ng/espeak-ng.git;
+   inherit git-r3
+else
+   SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-3+ Turkowski unicode"
+SLOT="0"
+IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
+
+COMMON_DEPEND="
+   !app-accessibility/espeak
+   mbrola? ( app-accessibility/mbrola )
+   sound? ( media-libs/pcaudiolib )
+"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+   sound? ( media-sound/sox )
+"
+BDEPEND="
+   virtual/pkgconfig
+   man? ( app-text/ronn )
+"
+
+DOCS=( CHANGELOG.md README.md docs )
+
+src_prepare() {
+   default
+
+   # disable failing tests
+   rm tests/{language-pronunciation,translate}.test || die
+   sed -i \
+   -e "/language-pronunciation.check/d" \
+   -e "/translate.check/d" \
+   Makefile.am || die
+
+   eautoreconf
+}
+
+src_configure() {
+   local econf_args
+   econf_args=(
+   $(use_with async)
+   $(use_with klatt)
+   $(use_with l10n_ru extdict-ru)
+   $(use_with l10n_zh extdict-cmn)
+   $(use_with l10n_zh extdict-yue)
+   $(use_with mbrola)
+   $(use_with sound pcaudiolib)
+   --without-libfuzzer
+   --without-sonic
+   --disable-rpath
+   --disable-static
+   )
+   econf "${econf_args[@]}"
+}
+
+src_compile() {
+   # see docs/building.md
+   emake -j1
+}
+
+src_test() {
+   emake check
+}
+
+src_install() {
+   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install
+   rm "${ED}"/usr/lib*/*.la || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak-ng/

2021-06-30 Thread William Hubbs
commit: 26f1515395e781c9a00654456599db862581ec1a
Author: William Hubbs  gentoo  org>
AuthorDate: Wed Jun 30 22:07:31 2021 +
Commit: William Hubbs  gentoo  org>
CommitDate: Wed Jun 30 22:07:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f15153

app-accessibility/espeak-ng: new package, replaces app-accessibility/espeak

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: William Hubbs  gentoo.org>

 app-accessibility/espeak-ng/Manifest  |  1 +
 app-accessibility/espeak-ng/espeak-ng-1.50.ebuild | 80 +++
 app-accessibility/espeak-ng/metadata.xml  | 24 +++
 3 files changed, 105 insertions(+)

diff --git a/app-accessibility/espeak-ng/Manifest 
b/app-accessibility/espeak-ng/Manifest
new file mode 100644
index 000..a89c9b5ddaa
--- /dev/null
+++ b/app-accessibility/espeak-ng/Manifest
@@ -0,0 +1 @@
+DIST espeak-ng-1.50.tar.gz 13665536 BLAKE2B 
c64c2a474374d4b6fe13bf3a99f5dfb661923c13ebd6c0bc323e7f26d9d90945c7075cc5c8f4b51e5db3303632c8c9daca7a65a1883e09d7c3faf63dd725ea3f
 SHA512 
297dd80a6cdae3e2b8acf6823475220ce89d6a5fb68ea303156ad52cb3e7388049b6921759d4ed4e3d2e2ebd19bf931259e454f74a2ac0b7ecf4ce56c1d60c0c

diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild 
b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
new file mode 100644
index 000..4382cc4984e
--- /dev/null
+++ b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Software speech synthesizer for English, and some other languages"
+HOMEPAGE="https://github.com/espeak-ng/espeak-ng;
+SRC_URI="https://github.com/espeak-ng/espeak-ng/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+ Turkowski unicode"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+async +klatt l10n_ru l10n_zh man mbrola +sound"
+
+COMMON_DEPEND="
+   !app-accessibility/espeak
+   mbrola? ( app-accessibility/mbrola )
+   sound? ( media-libs/pcaudiolib )
+"
+DEPEND="${COMMON_DEPEND}"
+RDEPEND="${COMMON_DEPEND}
+   sound? ( media-sound/sox )
+"
+BDEPEND="
+   virtual/pkgconfig
+   man? ( app-text/ronn )
+"
+
+DOCS=( CHANGELOG.md README.md docs )
+
+src_prepare() {
+   default
+
+   # disable failing tests
+   rm tests/{language-pronunciation,translate}.test || die
+   sed -i \
+   -e "/language-pronunciation.check/d" \
+   -e "/translate.check/d" \
+   Makefile.am || die
+
+   # https://github.com/espeak-ng/espeak-ng/issues/699
+   # fixed in master
+   sed -i -e "s/int samplerate;/static int samplerate;/" src/espeak-ng.c 
|| die
+
+   eautoreconf
+}
+
+src_configure() {
+   local econf_args
+   econf_args=(
+   $(use_with async)
+   $(use_with klatt)
+   $(use_with l10n_ru extdict-ru)
+   $(use_with l10n_zh extdict-zh)
+   $(use_with l10n_zh extdict-zhy)
+   $(use_with mbrola)
+   $(use_with sound pcaudiolib)
+   --without-libfuzzer
+   --without-sonic
+   --disable-rpath
+   --disable-static
+   )
+   econf "${econf_args[@]}"
+}
+
+src_compile() {
+   # see docs/building.md
+   emake -j1
+}
+
+src_test() {
+   emake check
+}
+
+src_install() {
+   emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install
+   rm "${ED}"/usr/lib*/*.la || die
+}

diff --git a/app-accessibility/espeak-ng/metadata.xml 
b/app-accessibility/espeak-ng/metadata.xml
new file mode 100644
index 000..8683d692251
--- /dev/null
+++ b/app-accessibility/espeak-ng/metadata.xml
@@ -0,0 +1,24 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   
+   Reece H. Dunn
+   mscl...@gmail.com
+   
+   espeak-ng/espeak-ng
+   
https://github.com/espeak-ng/espeak-ng/releases.atom
+   
+   
+   willi...@gentoo.org
+   William Hubbs
+   
+   
+   Enables asynchronous commands
+   Enables Klatt formant synthesis and 
implementation
+   Builds extended Russian Dictionary 
file
+   Builds extended Chinese (Mandarin and 
Cantonese) Dictionary files
+   Builds and installs manpage with 
app-text/ronn
+   Adds support for mbrola voices
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2020-09-26 Thread Aaron Bauman
commit: 3760fa41beb2fb9a78b4d16f7bbe039b5fa964f7
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sat Sep 26 13:14:58 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sat Sep 26 14:33:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3760fa41

app-accessibility/espeak: drop old EAPI=5

Signed-off-by: Aaron Bauman  gentoo.org>

 app-accessibility/espeak/Manifest |  1 -
 app-accessibility/espeak/espeak-1.47.11-r1.ebuild | 97 ---
 app-accessibility/espeak/espeak-1.48.04.ebuild| 97 ---
 3 files changed, 195 deletions(-)

diff --git a/app-accessibility/espeak/Manifest 
b/app-accessibility/espeak/Manifest
index 67bec782cc5..24cc686e8b3 100644
--- a/app-accessibility/espeak/Manifest
+++ b/app-accessibility/espeak/Manifest
@@ -1,2 +1 @@
-DIST espeak-1.47.11-source.zip 2813649 BLAKE2B 
0ebeabcfd8193dd0d37c43974616f5fc4d769bde7b0a730b37456cd1ab580ab84b5bc141804f4c25d7bff6f4b401fe46764e0117cd9c4a55e2216de6965c17b7
 SHA512 
77c3989fbd0e4aadae0da2d7f1c587854895ae103633704ee5b4042b0618897d01edffa80b1f13e6cbf356f2f31beaf4fdb7e90e4ab641d5286d559aaefe932b
 DIST espeak-1.48.04-source.zip 3019245 BLAKE2B 
a29da5eab832fa76b180049765f7fa671ebf47c0a68ee2cdfb0f4466846d97b2bf7b8f07dba747e236a27c9b077000bfd471e35b9744ffac7c9014679f5c04fd
 SHA512 
f0759e6ace2604c8cbb19e8c3fd4b106edf4dcece247a6677f6b734af7746c35a367126edfbe585396c98f6c54f07e25d64bfab35e258e64f09bd2c0833247fa

diff --git a/app-accessibility/espeak/espeak-1.47.11-r1.ebuild 
b/app-accessibility/espeak/espeak-1.47.11-r1.ebuild
deleted file mode 100644
index 1682a370839..000
--- a/app-accessibility/espeak/espeak-1.47.11-r1.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib toolchain-funcs
-
-MY_P="${P}-source"
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
-DESCRIPTION="Speech synthesizer for English and other languages"
-HOMEPAGE="http://espeak.sourceforge.net/;
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
-IUSE="portaudio pulseaudio"
-
-COMMON_DEPEND=" portaudio? ( >=media-libs/portaudio-19_pre20071207 )
-   pulseaudio? ( media-sound/pulseaudio )"
-
-DEPEND="${COMMON_DEPEND}
-   app-arch/unzip"
-
-RDEPEND="${COMMON_DEPEND}
-   media-sound/sox"
-
-S=${WORKDIR}/${MY_P}/src
-
-get_audio() {
-   if use portaudio && use pulseaudio; then
-   echo runtime
-   elif use portaudio; then
-   echo portaudio
-   elif use pulseaudio; then
-   echo pulseaudio
-   else
-   echo none
-   fi
-}
-
-src_prepare() {
-   # gentoo uses portaudio 19.
-   mv -f portaudio19.h portaudio.h
-}
-
-src_compile() {
-   emake \
-   PREFIX="${EPREFIX}/usr" \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}" \
-   CXX="$(tc-getCXX)" \
-   CXXFLAGS="${CXXFLAGS}" \
-   AR="$(tc-getAR)" \
-   AUDIO="$(get_audio)" \
-   all
-
-   einfo "Fixing byte order of phoneme data files"
-   pushd ../platforms/big_endian > /dev/null
-   emake \
-   CC="$(tc-getCC)" \
-   CFLAGS="${CFLAGS}"
-   ./espeak-phoneme-data \
-   ../../espeak-data \
-   . \
-   ../../espeak-data/phondata-manifest
-   cp -f phondata phonindex phontab "../../espeak-data"
-}
-
-src_install() {
-   emake \
-   PREFIX="${EPREFIX}/usr" \
-   LIBDIR="\$(PREFIX)/$(get_libdir)" \
-   DESTDIR="${D}" \
-   AUDIO="$(get_audio)" \
-   install
-
-   cd ..
-   insinto /usr/share/espeak-data
-   doins -r dictsource
-   dodoc ChangeLog.txt ReadMe
-   dohtml -r docs/*
-}
-
-pkg_preinst() {
-   local voicedir="${ROOT}/usr/share/${PN}-data/voices/en"
-   if [ -d "${voicedir}" ]; then
-   rm -rf "${voicedir}"
-   fi
-}
-
-pkg_postinst() {
-   if ! use portaudio && ! use pulseaudio; then
-   ewarn "Since portaudio and pulseaudio are not in your use 
flags,"
-   ewarn "espeak will only be able to create wav files."
-   ewarn "If this is not what you want, please reemerge 
${CATEGORY}/${PN}"
-   ewarn "with either portaudio or pulseaudio USE flag enabled."
-   fi
-}

diff --git a/app-accessibility/espeak/espeak-1.48.04.ebuild 
b/app-accessibility/espeak/espeak-1.48.04.ebuild
deleted file mode 100644
index 0ab3acc0376..000
--- a/app-accessibility/espeak/espeak-1.48.04.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils multilib toolchain-funcs
-
-MY_P="${P}-source"

[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2018-08-25 Thread Andreas Sturmlechner
commit: 2d326d4edfbf76c02327f3ec0548e22ae52b1cbd
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Aug 22 20:49:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Aug 25 21:29:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d326d4e

app-accessibility/espeak: Drop to ~hppa

Depends on media-sound/sox.

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 app-accessibility/espeak/espeak-1.47.11-r1.ebuild | 4 ++--
 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-accessibility/espeak/espeak-1.47.11-r1.ebuild 
b/app-accessibility/espeak/espeak-1.47.11-r1.ebuild
index a697715f8fe..874a9b8fec1 100644
--- a/app-accessibility/espeak/espeak-1.47.11-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.47.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ DESCRIPTION="Speech synthesizer for English and other 
languages"
 HOMEPAGE="http://espeak.sourceforge.net/;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="portaudio pulseaudio"
 
 COMMON_DEPEND=" portaudio? ( >=media-libs/portaudio-19_pre20071207 )

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index 90ae07df5f8..bc42c8624d3 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Speech synthesizer for English and other 
languages"
 HOMEPAGE="http://espeak.sourceforge.net/;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="portaudio pulseaudio"
 
 COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2018-07-20 Thread Sergei Trofimovich
commit: 378108ca05e553eb6faa9cd4c0f826a38fe3843f
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Jul 20 22:22:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jul 20 22:23:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378108ca

app-accessibility/espeak: stable 1.48.04-r1 for hppa, bug #632154

Bug: https://bugs.gentoo.org/632154
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"

 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index bc42c8624d3..90ae07df5f8 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Speech synthesizer for English and other 
languages"
 HOMEPAGE="http://espeak.sourceforge.net/;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="portaudio pulseaudio"
 
 COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2018-03-28 Thread Sergei Trofimovich
commit: 7f1593ab052ac6602dcbacf830b6321073520908
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Mar 28 18:34:43 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Mar 28 19:32:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f1593ab

app-accessibility/espeak: stable 1.48.04-r1 for sparc

Bug: https://bugs.gentoo.org/632154
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index 0fda149e16d..bc42c8624d3 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Speech synthesizer for English and other 
languages"
 HOMEPAGE="http://espeak.sourceforge.net/;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="portaudio pulseaudio"
 
 COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2017-11-25 Thread Markus Meier
commit: a238d7118fd866fad91d276c03dc0411e40a27f1
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Nov 25 11:51:18 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Nov 25 11:51:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a238d711

app-accessibility/espeak: arm stable, bug #632154

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="arm"

 app-accessibility/espeak/Manifest | 4 ++--
 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-accessibility/espeak/Manifest 
b/app-accessibility/espeak/Manifest
index e8492b3bf2e..67bec782cc5 100644
--- a/app-accessibility/espeak/Manifest
+++ b/app-accessibility/espeak/Manifest
@@ -1,2 +1,2 @@
-DIST espeak-1.47.11-source.zip 2813649 SHA256 
9bd4d0569af48a2cb13fa76704dec3124d27025a3f21c87598457976472b360c SHA512 
77c3989fbd0e4aadae0da2d7f1c587854895ae103633704ee5b4042b0618897d01edffa80b1f13e6cbf356f2f31beaf4fdb7e90e4ab641d5286d559aaefe932b
 WHIRLPOOL 
c26f481d4c3c485ba0eb3fe7ae3bcf36e7001d49e0e27a6f0934fdb9c91cfef4974c1d34daebd0286694346a44c647cfb96769da54536e0b4380778af755673c
-DIST espeak-1.48.04-source.zip 3019245 SHA256 
bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659 SHA512 
f0759e6ace2604c8cbb19e8c3fd4b106edf4dcece247a6677f6b734af7746c35a367126edfbe585396c98f6c54f07e25d64bfab35e258e64f09bd2c0833247fa
 WHIRLPOOL 
259fe408a2d3808f4b1ecec6850262f3b7c0e9a4511fa1bcca414da7d6608e2a0b847a3abb19687ea1cb4e21ca8334fdf0b66b6a78bd363882891b3ebdfb06fc
+DIST espeak-1.47.11-source.zip 2813649 BLAKE2B 
0ebeabcfd8193dd0d37c43974616f5fc4d769bde7b0a730b37456cd1ab580ab84b5bc141804f4c25d7bff6f4b401fe46764e0117cd9c4a55e2216de6965c17b7
 SHA512 
77c3989fbd0e4aadae0da2d7f1c587854895ae103633704ee5b4042b0618897d01edffa80b1f13e6cbf356f2f31beaf4fdb7e90e4ab641d5286d559aaefe932b
+DIST espeak-1.48.04-source.zip 3019245 BLAKE2B 
a29da5eab832fa76b180049765f7fa671ebf47c0a68ee2cdfb0f4466846d97b2bf7b8f07dba747e236a27c9b077000bfd471e35b9744ffac7c9014679f5c04fd
 SHA512 
f0759e6ace2604c8cbb19e8c3fd4b106edf4dcece247a6677f6b734af7746c35a367126edfbe585396c98f6c54f07e25d64bfab35e258e64f09bd2c0833247fa

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index 4ddd4e5d1d6..0fda149e16d 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Speech synthesizer for English and other 
languages"
 HOMEPAGE="http://espeak.sourceforge.net/;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="portaudio pulseaudio"
 
 COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2017-11-02 Thread Tobias Klausmann
commit: 905b82075ea4c687c276f14ff6725dfb9488572e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Nov  2 13:13:08 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Nov  2 14:33:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905b8207

app-accessibility/espeak-1.48.04-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/632154

 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index fca27bd1263..4ddd4e5d1d6 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Speech synthesizer for English and other 
languages"
 HOMEPAGE="http://espeak.sourceforge.net/;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux"
 IUSE="portaudio pulseaudio"
 
 COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2017-10-26 Thread Thomas Deutschmann
commit: 54cb6012ab48236d4a6dc88c59c5dbf6f7473357
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Oct 26 18:34:36 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Oct 26 18:53:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54cb6012

app-accessibility/espeak: x86 stable (bug #632154)

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index b0f59013ac6..fca27bd1263 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Speech synthesizer for English and other 
languages"
 HOMEPAGE="http://espeak.sourceforge.net/;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="portaudio pulseaudio"
 
 COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2017-10-25 Thread Manuel Rüger
commit: 419f72d3b9150e09727f926911f7f59e793b836e
Author: Manuel Rüger  gentoo  org>
AuthorDate: Wed Oct 25 23:44:46 2017 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Wed Oct 25 23:44:46 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=419f72d3

app-accessibility/espeak: Stable on amd64

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index 5a3547504f6..b0f59013ac6 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Speech synthesizer for English and other 
languages"
 HOMEPAGE="http://espeak.sourceforge.net/;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="portaudio pulseaudio"
 
 COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2017-10-24 Thread Sergei Trofimovich
commit: 73959e0e08c3aff792db09087ecb221ef8c5
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 24 19:13:57 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 24 19:23:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73959e0e

app-accessibility/espeak: stable 1.48.04-r1 for ia64, bug #632154

Package-Manager: Portage-2.3.12, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"

 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index ce2ab1f1609..5a3547504f6 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Speech synthesizer for English and other 
languages"
 HOMEPAGE="http://espeak.sourceforge.net/;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="portaudio pulseaudio"
 
 COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/

2017-10-22 Thread Sergei Trofimovich
commit: 2b381d2ae37ca14d302dca17c178a81a3ed40048
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Oct 22 19:51:18 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct 22 19:51:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b381d2a

app-accessibility/espeak: stable 1.48.04-r1 for ppc/ppc64, bug #632154

Package-Manager: Portage-2.3.12, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc ppc64"

 app-accessibility/espeak/espeak-1.48.04-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
index 2559bb14743..ce2ab1f1609 100644
--- a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Speech synthesizer for English and other 
languages"
 HOMEPAGE="http://espeak.sourceforge.net/;
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
 IUSE="portaudio pulseaudio"
 
 COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )



[gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeak/, app-accessibility/espeak/files/

2017-04-08 Thread Pacho Ramos
commit: 8f477fede7c52d36ebea9917b216dc97dc1f27f5
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sat Apr  8 09:57:13 2017 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Apr  8 10:28:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f477fed

app-accessibility/espeak: Fix gcc6 support (#593936 by Peter Levine), port to 
eapi6.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-accessibility/espeak/espeak-1.48.04-r1.ebuild  | 100 +
 .../espeak/files/espeak-1.48.04-gcc-6-fix.patch|  13 +++
 2 files changed, 113 insertions(+)

diff --git a/app-accessibility/espeak/espeak-1.48.04-r1.ebuild 
b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
new file mode 100644
index 000..2559bb14743
--- /dev/null
+++ b/app-accessibility/espeak/espeak-1.48.04-r1.ebuild
@@ -0,0 +1,100 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+MY_P="${P}-source"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip"
+DESCRIPTION="Speech synthesizer for English and other languages"
+HOMEPAGE="http://espeak.sourceforge.net/;
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="portaudio pulseaudio"
+
+COMMON_DEPEND="portaudio? ( >=media-libs/portaudio-19_pre20071207 )
+   pulseaudio? ( media-sound/pulseaudio )"
+
+DEPEND="${COMMON_DEPEND}
+   app-arch/unzip"
+
+RDEPEND="${COMMON_DEPEND}
+   media-sound/sox"
+
+PATCHES=( "${FILESDIR}"/${P}-gcc-6-fix.patch )
+
+S="${WORKDIR}/${MY_P}/src"
+
+get_audio() {
+   if use portaudio && use pulseaudio; then
+   echo runtime
+   elif use portaudio; then
+   echo portaudio
+   elif use pulseaudio; then
+   echo pulseaudio
+   else
+   echo none
+   fi
+}
+
+src_prepare() {
+   default
+   # gentoo uses portaudio 19.
+   mv -f portaudio19.h portaudio.h
+}
+
+src_compile() {
+   emake \
+   PREFIX="${EPREFIX}/usr" \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS}" \
+   CXX="$(tc-getCXX)" \
+   CXXFLAGS="${CXXFLAGS}" \
+   AR="$(tc-getAR)" \
+   AUDIO="$(get_audio)" \
+   all
+
+   einfo "Fixing byte order of phoneme data files"
+   pushd ../platforms/big_endian > /dev/null
+   emake \
+   CC="$(tc-getCC)" \
+   CFLAGS="${CFLAGS}"
+   ./espeak-phoneme-data \
+   ../../espeak-data \
+   . \
+   ../../espeak-data/phondata-manifest
+   cp -f phondata phonindex phontab "../../espeak-data"
+}
+
+src_install() {
+   emake \
+   PREFIX="${EPREFIX}/usr" \
+   LIBDIR="\$(PREFIX)/$(get_libdir)" \
+   DESTDIR="${D}" \
+   AUDIO="$(get_audio)" \
+   install
+
+   cd ..
+   insinto /usr/share/espeak-data
+   doins -r dictsource
+   dodoc ChangeLog.txt ReadMe
+   HTML_DOCS="docs/*" einstalldocs
+}
+
+pkg_preinst() {
+   local voicedir="${ROOT}/usr/share/${PN}-data/voices/en"
+   if [ -d "${voicedir}" ]; then
+   rm -rf "${voicedir}"
+   fi
+}
+
+pkg_postinst() {
+   if ! use portaudio && ! use pulseaudio; then
+   ewarn "Since portaudio and pulseaudio are not in your use 
flags,"
+   ewarn "espeak will only be able to create wav files."
+   ewarn "If this is not what you want, please reemerge 
${CATEGORY}/${PN}"
+   ewarn "with either portaudio or pulseaudio USE flag enabled."
+   fi
+}

diff --git a/app-accessibility/espeak/files/espeak-1.48.04-gcc-6-fix.patch 
b/app-accessibility/espeak/files/espeak-1.48.04-gcc-6-fix.patch
new file mode 100644
index 000..f28de7338b3
--- /dev/null
+++ b/app-accessibility/espeak/files/espeak-1.48.04-gcc-6-fix.patch
@@ -0,0 +1,13 @@
+https://src.fedoraproject.org/cgit/rpms/espeak.git/tree/espeak-1.48-gcc-6-fix.patch
+diff --git a/src/tr_languages.cpp b/src/tr_languages.cpp
+--- a/tr_languages.cpp
 b/tr_languages.cpp
+@@ -198,7 +198,7 @@ static const unsigned short chars_ignore_zwnj_hyphen[] = {
+   0x200d,  1, // zero width joiner
+   0, 0 };
+ 
+-const char string_ordinal[] = {0xc2,0xba,0};  // masculine ordinal character, 
UTF-8
++const char string_ordinal[] = {'\xc2','\xba',0};  // masculine ordinal 
character, UTF-8
+ 
+ 
+ static Translator* NewTranslator(void)