diff options
author | Christopher Brannon <teiresias@gentoo.org> | 2014-09-29 09:20:17 +0000 |
---|---|---|
committer | Christopher Brannon <teiresias@gentoo.org> | 2014-09-29 09:20:17 +0000 |
commit | bb044e82e51af0b194cca003c4384e5a0d0d1e3f (patch) | |
tree | 75f4529d53e9fb095d46d724e934b1e16ecd08c9 /app-accessibility/speech-dispatcher | |
parent | Stable on alpha, bug 523742 (diff) | |
download | gentoo-2-bb044e82e51af0b194cca003c4384e5a0d0d1e3f.tar.gz gentoo-2-bb044e82e51af0b194cca003c4384e5a0d0d1e3f.tar.bz2 gentoo-2-bb044e82e51af0b194cca003c4384e5a0d0d1e3f.zip |
New upstream version, 0.8.1. Also, remove old ebuilds.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x6521e06d)
Diffstat (limited to 'app-accessibility/speech-dispatcher')
-rw-r--r-- | app-accessibility/speech-dispatcher/ChangeLog | 9 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild | 103 | ||||
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild (renamed from app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r3.ebuild) | 2 |
3 files changed, 9 insertions, 105 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index 49b206ad34d9..02c74fec4e89 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-accessibility/speech-dispatcher # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.103 2014/08/10 22:02:42 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.104 2014/09/29 09:20:17 teiresias Exp $ + +*speech-dispatcher-0.8.1 (29 Sep 2014) + + 29 Sep 2014; Christopher Brannon <teiresias@gentoo.org> + -speech-dispatcher-0.8-r1.ebuild, -speech-dispatcher-0.8-r3.ebuild, + +speech-dispatcher-0.8.1.ebuild: + New upstream version, 0.8.1. Also remove old ebuilds. *speech-dispatcher-0.8-r3 (10 Aug 2014) diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild deleted file mode 100644 index 73327d65ba99..000000000000 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild +++ /dev/null @@ -1,103 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild,v 1.2 2013/06/30 14:59:37 jlec Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python3_2 ) - -inherit autotools-utils python-r1 - -DESCRIPTION="Speech synthesis interface" -HOMEPAGE="http://www.freebsoft.org/speechd" -SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="alsa ao +espeak flite nas pulseaudio python static-libs" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=dev-libs/glib-2.28:2 - >=media-libs/libsndfile-1.0.2 - alsa? ( media-libs/alsa-lib ) - ao? ( media-libs/libao ) - espeak? ( app-accessibility/espeak ) - flite? ( app-accessibility/flite ) - nas? ( media-libs/nas ) - pulseaudio? ( media-sound/pulseaudio )" -DEPEND="${RDEPEND} - >=dev-libs/dotconf-1.3 - >=dev-util/intltool-0.40.0 - virtual/pkgconfig" - -src_configure() { - local myeconfargs=( - --disable-python - $(use_with alsa) - $(use_with ao libao) - $(use_with espeak) - $(use_with flite) - $(use_with pulseaudio pulse) - $(use_with nas) - ) - autotools-utils_src_configure -} - -src_compile() { - use python && python_copy_sources - - autotools-utils_src_compile all - - if use python; then - building() { - cd src/api/python || die - emake \ - pyexecdir="$(python_get_sitedir)" \ - pythondir="$(python_get_sitedir)" - } - python_foreach_impl run_in_build_dir building - fi -} - -src_install() { - autotools-utils_src_install - - if use python; then - installation() { - cd src/api/python || die - emake \ - DESTDIR="${D}" \ - pyexecdir="$(python_get_sitedir)" \ - pythondir="$(python_get_sitedir)" \ - install - } - python_foreach_impl run_in_build_dir installation - python_replicate_script "${ED}"/usr/bin/spd-conf - fi -} - -pkg_postinst() { - local editconfig="n" - if ! use espeak; then - ewarn "You have disabled espeak, which is speech-dispatcher's" - ewarn "default speech synthesizer." - ewarn - editconfig="y" - fi - if ! use pulseaudio; then - ewarn "You have disabled pulseaudio support." - ewarn "pulseaudio is speech-dispatcher's default audio subsystem." - ewarn - editconfig="y" - fi - if [[ "${editconfig}" == "y" ]]; then - ewarn "You must edit ${EROOT}etc/speech-dispatcher/speechd.conf" - ewarn "and make sure the settings there match your system." - ewarn - fi - elog "For festival support, you need to" - elog "install app-accessibility/festival-freebsoft-utils." -} diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r3.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild index 33a2a4951b51..4848a7bddf86 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r3.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r3.ebuild,v 1.1 2014/08/10 22:02:42 teiresias Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.1.ebuild,v 1.1 2014/09/29 09:20:17 teiresias Exp $ EAPI=5 |