diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-04-05 22:44:25 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-04-05 22:44:25 +0000 |
commit | 19a0837c89a39f25c9cd439dedfc87b0a9b42958 (patch) | |
tree | d8a7bbe6ac50d38f3f73673eb5930f217c440569 /app-accessibility | |
parent | flac plugin for gst 0.8 (Manifest recommit) (diff) | |
download | gentoo-2-19a0837c89a39f25c9cd439dedfc87b0a9b42958.tar.gz gentoo-2-19a0837c89a39f25c9cd439dedfc87b0a9b42958.tar.bz2 gentoo-2-19a0837c89a39f25c9cd439dedfc87b0a9b42958.zip |
bump to 0.3
Diffstat (limited to 'app-accessibility')
6 files changed, 101 insertions, 2 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index ca0771ee95e4..785034cd337e 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-accessibility/speech-dispatcher # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.3 2004/04/03 20:04:38 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.4 2004/04/05 22:44:25 squinky86 Exp $ + +*speech-dispatcher-0.3 (05 Apr 2004) + 05 Apr 2004; Jon Hood <squinky86@gentoo.org> + speech-dispatcher-0.3 version bump + files/speech-dispatcher-0.3-gentoo.patch to fix paths *speech-dispatcher-0.2-r1 (03 Apr 2004) diff --git a/app-accessibility/speech-dispatcher/Manifest b/app-accessibility/speech-dispatcher/Manifest index f1277b240e7e..21d1071723c3 100644 --- a/app-accessibility/speech-dispatcher/Manifest +++ b/app-accessibility/speech-dispatcher/Manifest @@ -1,8 +1,10 @@ MD5 b45fabc785cac2e4a92fc2cd60041eb2 speech-dispatcher-0.2.ebuild 1287 MD5 4946b1d02e2777f5f7d9021c06f1f9f9 speech-dispatcher-0.2-r1.ebuild 1353 +MD5 385dde077f2641ef367e12c0815e60f4 speech-dispatcher-0.3.ebuild 1373 MD5 7a6729e8dab7c3471abeae9b0273f2de ChangeLog 794 -MD5 4f5d797c455932135181f0c31b5e71b2 metadata.xml 185 +MD5 84ffd00e4b6abdf6f947fd470b810d71 metadata.xml 249 MD5 078d5c317522b72b8d9aa82719ee3440 files/digest-speech-dispatcher-0.2 63 +MD5 71d875960a2c5f4bb45b4bb4a18bbcb2 files/digest-speech-dispatcher-0.3 73 MD5 6dc3b85b3d0bdff46846556206bbded1 files/speech-dispatcher-0.2-gentoo.patch 2251 MD5 078d5c317522b72b8d9aa82719ee3440 files/digest-speech-dispatcher-0.2-r1 63 MD5 d693a3d215850d96ac42347e854e40bd files/speech-dispatcher 670 diff --git a/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.3 b/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.3 new file mode 100644 index 000000000000..e699df9e68a0 --- /dev/null +++ b/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.3 @@ -0,0 +1 @@ +MD5 1c90290379c8097bd203c49efeab4ac2 speech-dispatcher-0.3.tar.gz 746005 diff --git a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch new file mode 100644 index 000000000000..cc3cbd237f14 --- /dev/null +++ b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch @@ -0,0 +1,31 @@ +diff -Naur speechd-0.3.vanilla/config/speechd.conf.in speechd-0.3/config/speechd.conf.in +--- speechd-0.3.vanilla/config/speechd.conf.in 2004-02-13 08:55:01.000000000 -0600 ++++ speechd-0.3/config/speechd.conf.in 2004-04-04 15:10:25.767924376 -0500 +@@ -28,7 +28,7 @@ + # Specify "stdout" for standard console output + # or a full path to some file which the log should be written to. + +-LogFile "/var/log/speechd.log" ++LogFile "/var/log/speech-dispatcher.log" + #LogFile "stdout" + + # CustomLogFile allows logging all messages of the given kind, regardless their +@@ -170,5 +170,5 @@ + # it should apply this settings (it does glob-style matching, you can use + # * to match any number of characters and ? to match one character) + +-# Include "clients/emacs.conf" ++Include "clients/emacs.conf" + +diff -Naur speechd-0.3.vanilla/configure.in speechd-0.3/configure.in +--- speechd-0.3.vanilla/configure.in 2004-03-30 18:30:08.000000000 -0600 ++++ speechd-0.3/configure.in 2004-04-04 15:09:32.947954232 -0500 +@@ -50,7 +50,7 @@ + AC_SUBST(spdconfdir) + snddatadir="$datadir/sounds/speech-dispatcher/" + AC_SUBST(snddatadir) +-modulebindir="$bindir/speechd-modules/" ++modulebindir="$libdir/speech-dispatcher-modules/" + AC_SUBST(modulebindir) + moduleconfdir="$sysconfdir/speech-dispatcher/modules/" + AC_SUBST(moduleconfdir) diff --git a/app-accessibility/speech-dispatcher/metadata.xml b/app-accessibility/speech-dispatcher/metadata.xml index 523097ffe305..a7a09924a19d 100644 --- a/app-accessibility/speech-dispatcher/metadata.xml +++ b/app-accessibility/speech-dispatcher/metadata.xml @@ -3,4 +3,7 @@ <pkgmetadata> <herd>accessibility</herd> <herd>sound</herd> +<maintainer> + <email>squinky86@gentoo.org</email> +</maintainer> </pkgmetadata> diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild new file mode 100644 index 000000000000..25fe91eed650 --- /dev/null +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild,v 1.1 2004/04/05 22:44:25 squinky86 Exp $ + +inherit eutils libtool + +DESCRIPTION="speech-dispatcher 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="~x86 ~ppc" +IUSE="" + +RDEPEND="dev-libs/dotconf + >=app-accessibility/flite-1.2 + >=dev-libs/glib-2 + media-libs/alsa-lib" + +DEPEND="${RDEPEND} + >=sys-devel/automake-1.7.8 + >=sys-devel/autoconf-2.58" + +src_unpack() { + unpack ${A} + + cd ${S} + export WANT_AUTOMAKE=1.7 + export WANT_AUTOCONF=2.5 + + epatch ${FILESDIR}/${P}-gentoo.patch + aclocal || die "aclocal failed" + autoconf || die "autoconf failed" + autoheader || die "autoheader failed" + automake -a || die "automake -a failed" + automake || die "automake failed" + elibtoolize +} + +src_install() { + make DESTDIR=${D} install || die + + mv ${D}/usr/bin/speechd ${D}/usr/bin/speech-dispatcher + + exeinto /etc/init.d + doexe ${FILESDIR}/speech-dispatcher + + insinto /usr/include + doins ${S}/src/c/api/libspeechd.h +} + +pkg_postinst() { + echo + einfo "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." + echo +} |