aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2021-07-01 09:55:22 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2021-07-01 09:58:26 +0500
commit77e0f261ca3f955c93a3ec6fc5c5022bf297f007 (patch)
tree8612fd29507dd50b227727dc661e8af49ede2ade
parentgames-server/among-sus: initial import (diff)
downloadguru-77e0f261ca3f955c93a3ec6fc5c5022bf297f007.tar.gz
guru-77e0f261ca3f955c93a3ec6fc5c5022bf297f007.tar.bz2
guru-77e0f261ca3f955c93a3ec6fc5c5022bf297f007.zip
app-accessibility/espeak-ng: moved to ::gentoo
Closes: https://bugs.gentoo.org/799356 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r--app-accessibility/espeak-ng/Manifest1
-rw-r--r--app-accessibility/espeak-ng/espeak-ng-1.50.ebuild74
-rw-r--r--app-accessibility/espeak-ng/metadata.xml24
-rw-r--r--licenses/turkowski15
4 files changed, 0 insertions, 114 deletions
diff --git a/app-accessibility/espeak-ng/Manifest b/app-accessibility/espeak-ng/Manifest
deleted file mode 100644
index c53c5a125..000000000
--- a/app-accessibility/espeak-ng/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST espeak-ng-1.50.tgz 21344932 BLAKE2B 02e0070ab7d0fba321e39e920ba60276d0046955eb40c042a3b0faf93967ae3b1ab88308ece32b7a623d92074943884b214aab13589511726823f0a5d11916de SHA512 753de58ceaf1bbbbe5cb19430cc04dd6bcee79080c8908ebe48645d52fdba5b6e7b1e2cab923220488f83a58e20364e93ba021868676fedfa5b8ede010aed443
diff --git a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild b/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
deleted file mode 100644
index fb68cea73..000000000
--- a/app-accessibility/espeak-ng/espeak-ng-1.50.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# 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/${PN}/${PN}/releases/download/${PV}/${P}.tgz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-3+ turkowski unicode"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +klatt l10n_ru l10n_zh mbrola +sonic +sound"
-
-DEPEND="
- !app-accessibility/espeak
- mbrola? ( app-accessibility/mbrola )
- sonic? ( media-libs/sonic )
- sound? ( media-libs/pcaudiolib )
-"
-RDEPEND="${DEPEND}
- sound? ( media-sound/sox )
-"
-BDEPEND="
- virtual/pkgconfig
- doc? ( app-text/ronn )
-"
-
-DOCS=( CHANGELOG.md README.md docs )
-
-src_prepare() {
- default
-
- # disable failing tests
- rm tests/{language-pronunciation,translate}.test || die
- sed -e "/language-pronunciation.check/d" \
- -e "/translate.check/d" \
- -i Makefile.am || die
-
- sed "s/int samplerate;/static int samplerate;/" -i src/espeak-ng.c || die
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(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) \
- $(use_with sonic) \
- --with-async \
- --without-libfuzzer \
- --disable-rpath
-}
-
-src_compile() {
- emake -j1
-}
-
-src_test() {
- emake check
-}
-
-src_install() {
- emake DESTDIR="${D}" VIMDIR=/usr/share/vimfiles install
- rm "${ED}"/usr/lib*/libespeak.la || die
- rm "${ED}"/usr/lib*/libespeak-ng.{a,la} || die
-}
diff --git a/app-accessibility/espeak-ng/metadata.xml b/app-accessibility/espeak-ng/metadata.xml
deleted file mode 100644
index 8d0f51cd7..000000000
--- a/app-accessibility/espeak-ng/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <upstream>
- <maintainer>
- <name>Reece H. Dunn</name>
- <email>msclrhd@gmail.com</email>
- </maintainer>
- <remote-id type="github">espeak-ng/espeak-ng</remote-id>
- <changelog>https://github.com/espeak-ng/espeak-ng/releases.atom</changelog>
- </upstream>
- <maintainer type="person">
- <email>cyber+gentoo@sysrq.in</email>
- <name>Anna</name>
- </maintainer>
- <use>
- <flag name="doc">Builds and installs manpage with app-text/ronn</flag>
- <flag name="l10n_ru">Builds extended Russian Dictionary file</flag>
- <flag name="l10n_zh">Builds extended Chinese (Mandarin and Cantonese) Dictionary files</flag>
- <flag name="klatt">Enables Klatt formant synthesis and implementation</flag>
- <flag name="mbrola">Adds support for mbrola voices</flag>
- <flag name="sonic">Enables the sonic library to speed up the audio</flag>
- </use>
-</pkgmetadata>
diff --git a/licenses/turkowski b/licenses/turkowski
deleted file mode 100644
index e470b1374..000000000
--- a/licenses/turkowski
+++ /dev/null
@@ -1,15 +0,0 @@
-Open Source Repository
-
-courtesy of
-Ken Turkowski
-
-The source code available from this page may be freely downloaded and used in
-any applications for any purpose, as long as the code is used in its entirety
-and the copyright notice and warranty information is retained.
-
-If you make any improvements to this software, you should provide me with said
-improvements.
-
-If any of this code is incorporated into a commercial product, you should
-notify me of this by email, and provide me with a complimentary copy of said
-product. :-)