diff options
author | William Hubbs <williamh@gentoo.org> | 2007-01-31 06:00:27 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2007-01-31 06:00:27 +0000 |
commit | 585a11b88ead32fc7996ef4caf6cb2f700cab2b0 (patch) | |
tree | 8c73bb91bbbe7eceea3c3a78c2fbcc6acec437c2 /app-accessibility/espeak | |
parent | Marked ppc stable. (diff) | |
download | gentoo-2-585a11b88ead32fc7996ef4caf6cb2f700cab2b0.tar.gz gentoo-2-585a11b88ead32fc7996ef4caf6cb2f700cab2b0.tar.bz2 gentoo-2-585a11b88ead32fc7996ef4caf6cb2f700cab2b0.zip |
Version bump.
(Portage version: 2.1.2-r5)
Diffstat (limited to 'app-accessibility/espeak')
-rw-r--r-- | app-accessibility/espeak/ChangeLog | 7 | ||||
-rw-r--r-- | app-accessibility/espeak/espeak-1.19.ebuild | 47 | ||||
-rw-r--r-- | app-accessibility/espeak/files/digest-espeak-1.19 | 3 |
3 files changed, 56 insertions, 1 deletions
diff --git a/app-accessibility/espeak/ChangeLog b/app-accessibility/espeak/ChangeLog index cdb8f8825ee5..332400e4365d 100644 --- a/app-accessibility/espeak/ChangeLog +++ b/app-accessibility/espeak/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/espeak # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.4 2007/01/24 18:52:12 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.5 2007/01/31 06:00:27 williamh Exp $ + +*espeak-1.19 (31 Jan 2007) + + 31 Jan 2007; William Hubbs <williamh@gentoo.org> +espeak-1.19.ebuild: + Version bump. 24 Jan 2007; Leonardo Boshell <leonardop@gentoo.org> +files/espeak-1.18-64bits.patch, +files/espeak-1.18-parallel.patch, diff --git a/app-accessibility/espeak/espeak-1.19.ebuild b/app-accessibility/espeak/espeak-1.19.ebuild new file mode 100644 index 000000000000..04f6a961efb5 --- /dev/null +++ b/app-accessibility/espeak/espeak-1.19.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.19.ebuild,v 1.1 2007/01/31 06:00:27 williamh Exp $ + +inherit eutils + +MY_P="${P}-source" + +DESCRIPTION="Speech synthesizer for English and other languages" +HOMEPAGE="http://espeak.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=">=media-libs/portaudio-18.1-r5 + app-arch/unzip" + +S=${WORKDIR}/${MY_P} + + +src_unpack() { + unpack "${A}" + cd "${S}" + + # portaudio.h is by default the same as portaudio18.h, but use the version + # 19 API if available + if has_version "=media-libs/portaudio-19*" ; then + mv -f "${S}/src/portaudio19.h" "${S}/src/portaudio.h" + fi +} + +src_compile() { + cd src + emake CXXFLAGS="${CXXFLAGS}" || die "Compilation failed" +} + +src_install() { + cd src + make DESTDIR="${D}" install || die "Installation failed" + + cd "${S}" + dodoc ChangeLog ReadMe + dohtml -r docs/* +} diff --git a/app-accessibility/espeak/files/digest-espeak-1.19 b/app-accessibility/espeak/files/digest-espeak-1.19 new file mode 100644 index 000000000000..a4aec8a54633 --- /dev/null +++ b/app-accessibility/espeak/files/digest-espeak-1.19 @@ -0,0 +1,3 @@ +MD5 49d70bd49f7cc7c1151f5973ee26c152 espeak-1.19-source.zip 669628 +RMD160 a544181d60561e9f2ed8948b31e47b733562e121 espeak-1.19-source.zip 669628 +SHA256 32ded8994f317b9f5f12a2ee5fff621acc4770d5906aaccde6d6d97b06568c79 espeak-1.19-source.zip 669628 |