public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/epos/
Date: Thu, 24 May 2018 21:58:11 +0000 (UTC)	[thread overview]
Message-ID: <1527199067.b200d21e293b99f166eadbaace8bbe1236a4199e.bman@gentoo> (raw)

commit:     b200d21e293b99f166eadbaace8bbe1236a4199e
Author:     Jan Breuer <jan.breuer <AT> mobatime <DOT> cz>
AuthorDate: Mon Apr  9 09:50:50 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu May 24 21:57:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b200d21e

app-accessibility/epos: install usable voices

Bug: https://bugs.gentoo.org/526224
Closes: https://bugs.gentoo.org/526224
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-accessibility/epos/Manifest              |  1 +
 app-accessibility/epos/epos-2.5.37-r3.ebuild | 54 ++++++++++++++++++++++++++++
 app-accessibility/epos/metadata.xml          |  3 ++
 3 files changed, 58 insertions(+)

diff --git a/app-accessibility/epos/Manifest b/app-accessibility/epos/Manifest
index 5b1848f15f7..ee944e90543 100644
--- a/app-accessibility/epos/Manifest
+++ b/app-accessibility/epos/Manifest
@@ -1 +1,2 @@
 DIST epos-2.5.37.tar.gz 976240 BLAKE2B 9304ea32f9506f130d13f5c1d14ad2dcc448cf978d0f7cd26f6bc97397f4590bd5456c9a529dbb941eb53f19cd64b849a1cbf5aee402a8eb171dbacfc85ada03 SHA512 870718a5e7b5048eafd62c478963de92fe8a90b3e755f79ea665dc33ad762c0ec4ebaf7c99d5f2be8983a0deacba284ae07b24d9a31bdd1a1eff5924327255ef
+DIST epos-tdp.tgz 31145030 BLAKE2B 9cfb9ae85c2db44050be7a8536da2ce2a9511c82dd9f4ae4ea9dc1ce70b29931b791518236b9649b86d8713c22535592af99875978cfd443fdbc88fc08b38eac SHA512 0ba7f22d4e150c63ab60537bcba570ee54caa84cb9e36290b46a2d48a7202969f188a9cc8fdf521154da29f1b935fb15dbe38fe4df7e3cdac19f400bbff93720

diff --git a/app-accessibility/epos/epos-2.5.37-r3.ebuild b/app-accessibility/epos/epos-2.5.37-r3.ebuild
new file mode 100644
index 00000000000..37ac103df46
--- /dev/null
+++ b/app-accessibility/epos/epos-2.5.37-r3.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="language independent text-to-speech system"
+HOMEPAGE="http://epos.ufe.cz/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
+	voices? ( mirror://sourceforge/${PN}/voices/Czech%20_%20Machac%2BViolka%2C%20July%2005/epos-tdp.tgz )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="+voices"
+
+DEPEND=">=app-text/sgmltools-lite-3.0.3-r9
+	dev-util/byacc"
+RDEPEND=""
+
+PATCHES=(
+	"${FILESDIR}"/${PN}-2.5.37-gcc43.patch
+	"${FILESDIR}"/${PN}-2.5.37-gcc45.patch
+	"${FILESDIR}"/${PN}-2.5.37-gcc47.patch
+	"${FILESDIR}"/${PN}-2.5.37-disable-tests.patch
+	"${FILESDIR}"/${PN}-2.5.37-gcc7.patch
+)
+
+src_prepare() {
+	default
+	sed -i -e "s/CCC/#CCC/" configure.ac || die
+
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		--enable-charsets \
+		--disable-portaudio \
+		CXXFLAGS=-fno-delete-null-pointer-checks \
+		YACC=byacc
+}
+
+src_install() {
+	default
+
+	doinitd "${FILESDIR}/eposd"
+	dodoc WELCOME THANKS Changes "${FILESDIR}/README.gentoo"
+	if use  voices ; then
+		insinto /usr/share/${PN}/inv/
+		doins -r ../tdp
+	fi
+}

diff --git a/app-accessibility/epos/metadata.xml b/app-accessibility/epos/metadata.xml
index ff924802b4d..8c2b0ba300d 100644
--- a/app-accessibility/epos/metadata.xml
+++ b/app-accessibility/epos/metadata.xml
@@ -8,4 +8,7 @@
 	<upstream>
 		<remote-id type="sourceforge">epos</remote-id>
 	</upstream>
+	<use>
+		<flag name="voices">Adds additional voices</flag>
+	</use>
 </pkgmetadata>


             reply	other threads:[~2018-05-24 21:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-24 21:58 Aaron Bauman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-25  7:06 [gentoo-commits] repo/gentoo:master commit in: app-accessibility/epos/ Sam James
2023-12-29  6:58 Arthur Zamarin
2023-02-13 23:24 Sam James
2020-09-19  8:04 Michał Górny
2020-03-31 18:02 Sergei Trofimovich
2018-05-25  1:58 Aaron Bauman
2018-05-24 23:32 Aaron Bauman
2018-05-24 21:58 Aaron Bauman
2017-05-04 13:32 Wolfram Schlich
2016-05-06 22:47 William Hubbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1527199067.b200d21e293b99f166eadbaace8bbe1236a4199e.bman@gentoo \
    --to=bman@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox