diff options
author | William Hubbs <williamh@gentoo.org> | 2008-02-15 03:10:53 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2008-02-15 03:10:53 +0000 |
commit | ba767e184947095338f1c998663e64afd32042f7 (patch) | |
tree | c4a70154bf57c73903f9b34d44d21156fb9d7fa2 /app-accessibility | |
parent | Marking mplayer-1.0_rc2_p25993 ppc64 for bug 208566 (diff) | |
download | gentoo-2-ba767e184947095338f1c998663e64afd32042f7.tar.gz gentoo-2-ba767e184947095338f1c998663e64afd32042f7.tar.bz2 gentoo-2-ba767e184947095338f1c998663e64afd32042f7.zip |
Removed old versions.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-accessibility')
11 files changed, 11 insertions, 452 deletions
diff --git a/app-accessibility/speech-dispatcher/ChangeLog b/app-accessibility/speech-dispatcher/ChangeLog index 147d0442ff92..0b72bc8f7491 100644 --- a/app-accessibility/speech-dispatcher/ChangeLog +++ b/app-accessibility/speech-dispatcher/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for app-accessibility/speech-dispatcher # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.28 2008/02/15 01:16:05 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.29 2008/02/15 03:10:53 williamh Exp $ + + 15 Feb 2008; William Hubbs <williamh@gentoo.org> + -files/speech-dispatcher-0.3-gentoo.patch, + -files/speech-dispatcher-0.6.2-espeak.patch, + -files/speech-dispatcher-0.6.2-python.patch, + -speech-dispatcher-0.3.ebuild, -speech-dispatcher-0.5.ebuild, + -speech-dispatcher-0.6.ebuild, -speech-dispatcher-0.6.1.ebuild, + -speech-dispatcher-0.6.2.ebuild, -speech-dispatcher-0.6.2-r2.ebuild, + -speech-dispatcher-0.6.4.ebuild: + Removed old versions. *speech-dispatcher-0.6.6 (15 Feb 2008) 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 deleted file mode 100644 index 34cb78262572..000000000000 --- a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.3-gentoo.patch +++ /dev/null @@ -1,71 +0,0 @@ -diff -Naur speech-dispatcher-0.3.vanilla/config/Makefile.am speech-dispatcher-0.3/config/Makefile.am ---- speech-dispatcher-0.3.vanilla/config/Makefile.am 2003-10-07 16:52:00.000000000 +0000 -+++ speech-dispatcher-0.3/config/Makefile.am 2004-04-12 12:54:15.052250800 +0000 -@@ -2,11 +2,11 @@ - - SUBDIRS= modules clients - --all-local: speechd.conf -+all-local: speech-dispatcher.conf - --speechd.conf: speechd.conf.in -- sed -e s:INCLUDE_PATH:\"$(spdconfdir)\":g speechd.conf.in > speechd.conf -+speech-dispatcher.conf: speechd.conf.in -+ sed -e s:INCLUDE_PATH:\"$(spdconfdir)\":g speechd.conf.in > speech-dispatcher.conf - - --spdconf_DATA= speechd.conf -+spdconf_DATA= speech-dispatcher.conf - EXTRA_DIST = speechd.conf.in -diff -Naur speech-dispatcher-0.3.vanilla/config/speechd.conf.in speech-dispatcher-0.3/config/speechd.conf.in ---- speech-dispatcher-0.3.vanilla/config/speechd.conf.in 2004-02-13 14:55:01.000000000 +0000 -+++ speech-dispatcher-0.3/config/speechd.conf.in 2004-04-12 12:41:04.108492000 +0000 -@@ -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 speech-dispatcher-0.3.vanilla/configure.in speech-dispatcher-0.3/configure.in ---- speech-dispatcher-0.3.vanilla/configure.in 2004-03-31 00:30:08.000000000 +0000 -+++ speech-dispatcher-0.3/configure.in 2004-04-12 12:41:04.111492000 +0000 -@@ -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 -Naur speech-dispatcher-0.3.vanilla/src/server/speechd.c speech-dispatcher-0.3/src/server/speechd.c ---- speech-dispatcher-0.3.vanilla/src/server/speechd.c 2004-03-31 00:33:52.000000000 +0000 -+++ speech-dispatcher-0.3/src/server/speechd.c 2004-04-12 12:45:41.593308424 +0000 -@@ -356,7 +356,7 @@ - { - int START_NUM_FD = 16; - configfile_t *configfile = NULL; -- char *configfilename = SYS_CONF"/speechd.conf" ; -+ char *configfilename = SYS_CONF"/speech-dispatcher.conf" ; - int ret; - char *p; - int i; -@@ -449,7 +449,7 @@ - void - speechd_load_configuration(int sig) - { -- char *configfilename = SYS_CONF"/speechd.conf"; -+ char *configfilename = SYS_CONF"/speech-dispatcher.conf"; - configfile_t *configfile = NULL; - - /* Clean previous configuration */ diff --git a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.2-espeak.patch b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.2-espeak.patch deleted file mode 100644 index cb5ccf1fe0a7..000000000000 --- a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.2-espeak.patch +++ /dev/null @@ -1,48 +0,0 @@ ---- speech-dispatcher-0.6.2/config/speechd.conf.in 2007-04-13 22:13:29.000000000 -0500 -+++ speech-dispatcher-0.6.2/config/speechd.conf.in 2007-04-13 22:13:48.000000000 -0500 -@@ -153,7 +153,7 @@ - # DefaultModule selects which output module is the default. - # You must use one of the modules loaded with AddModule. - --DefaultModule flite -+DefaultModule espeak-generic - - # LanguageDefaultModule selects which output modules are prefered - # for specified languages. ---- speech-dispatcher-0.6.2/config/modules/espeak-generic.conf 2007-02-27 10:37:57.000000000 -0600 -+++ speech-dispatcher-0.6.2/config/modules/espeak-generic.conf 2007-06-04 22:54:04.000000000 -0500 -@@ -73,27 +73,27 @@ - # while speechd_rate is a value between -100 (lowest) and +100 (highest) - # You have to define some meaningful conversion for each synthesizer - --# Here's the mapping from SSIP (Speech Dispatcher) to ESpeak (v1.10): -+# Here's the mapping from SSIP (Speech Dispatcher) to ESpeak (v1.25): - # - # SSIP Range SSIP Default ESpeak Range ESpeak Default - # ----------- ------------ ------------ -------------- --# Rate -100 to 100 0 80 to 320 160 -+# Rate -100 to 100 0 80 to 370 170 - # Pitch -100 to 100 0 0 to 99 50 --# Volume -100 to 100 0 0 to 20 10 -+# Volume -100 to 100 0 0 to 200 100 - # - # The SSIP defaults are actually controlled via DefaultRate, DefaultPitch, and - # DefaultVolume in the speechd.conf file. - --GenericRateAdd 160 -+GenericRateAdd 170 - GenericPitchAdd 50 --GenericVolumeAdd 10 -+GenericVolumeAdd 100 - - # (These values are multiplied by 100, because DotConf currently - # doesn't support floats. So you can write 0.85 as 85 and so on.) - --GenericRateMultiply 160 -+GenericRateMultiply 170 - GenericPitchMultiply 50 --GenericVolumeMultiply 10 -+GenericVolumeMultiply 100 - - # If the client program can't handle floats, you will have to - # use these two options to force integers as the parameters diff --git a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.2-python.patch b/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.2-python.patch deleted file mode 100644 index 207f17b50d40..000000000000 --- a/app-accessibility/speech-dispatcher/files/speech-dispatcher-0.6.2-python.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- speech-dispatcher-0.6.2.orig/src/python/Makefile 2006-08-09 06:00:46.000000000 -0500 -+++ speech-dispatcher-0.6.2/src/python/Makefile 2007-04-13 18:31:15.000000000 -0500 -@@ -3,7 +3,7 @@ - - install: - if test -x /usr/bin/python; then \ -- ./setup.py install --prefix=$(prefix); \ -+ ./setup.py install --root $(DESTDIR) --no-compile; \ - else \ - echo "Python not found, not installing speechd module"; \ - fi diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild deleted file mode 100644 index 17adfbedd11d..000000000000 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.3.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2007 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.3.ebuild,v 1.7 2007/04/28 16:22:15 swegener 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 - - doinitd ${FILESDIR}/speech-dispatcher - - insinto /usr/include - doins ${S}/src/c/api/libspeechd.h -} - -pkg_postinst() { - elog - elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." - elog -} diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.5.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.5.ebuild deleted file mode 100644 index a474eecfe878..000000000000 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 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.5.ebuild,v 1.4 2007/04/28 16:22:15 swegener Exp $ - -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 ~amd64" -IUSE="" - -RDEPEND="dev-libs/dotconf - >=app-accessibility/flite-1.2 - >=dev-libs/glib-2 - media-libs/alsa-lib" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - make DESTDIR=${D} install || die - - doinitd ${FILESDIR}/speech-dispatcher - - insinto /usr/include - doins ${S}/src/c/api/libspeechd.h -} - -pkg_postinst() { - elog - elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." - elog -} diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.1.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.1.ebuild deleted file mode 100644 index 0064ab6c3fed..000000000000 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2006 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.6.1.ebuild,v 1.2 2007/07/15 23:02:29 mr_bones_ Exp $ - -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="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="dev-libs/dotconf - >=app-accessibility/flite-1.2 - >=dev-libs/glib-2 - media-libs/alsa-lib" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - sed -i -e 's/install;/install --root $(DESTDIR) --no-compile;/' ${S}/src/python/Makefile -} - -src_compile() { - econf || die "configure failed" - make all || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die - - newinitd ${FILESDIR}/speech-dispatcher speech-dispatcher - - insinto /usr/include - doins ${S}/src/c/api/libspeechd.h -} - -pkg_postinst() { - elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." -} diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.2-r2.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.2-r2.ebuild deleted file mode 100644 index 3d99c1413f02..000000000000 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.2-r2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2007 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.6.2-r2.ebuild,v 1.1 2007/06/05 06:34:49 williamh Exp $ - -inherit eutils - -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="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="app-accessibility/espeak - dev-libs/dotconf - >=dev-libs/glib-2 - media-libs/alsa-lib" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}-espeak.patch - epatch ${FILESDIR}/${P}-python.patch -} - -src_compile() { - econf || die "configure failed" - make all || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die - - newinitd ${FILESDIR}/speech-dispatcher speech-dispatcher - - dodoc AUTHORS ChangeLog NEWS TODO - - insinto /usr/include - doins ${S}/src/c/api/libspeechd.h -} - -pkg_postinst() { - elog "The default synthesizer for speech-dispatcher in gentoo is espeak." - elog "This has been set up in /etc/speech-dispatcher/speechd.conf." - elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." -} diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.2.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.2.ebuild deleted file mode 100644 index d38feb5fde8d..000000000000 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.2.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2007 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.6.2.ebuild,v 1.1 2007/05/28 19:29:05 williamh Exp $ - -inherit eutils - -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="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND="app-accessibility/espeak - dev-libs/dotconf - >=dev-libs/glib-2 - media-libs/alsa-lib" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - epatch ${FILESDIR}/${P}-espeak.patch - epatch ${FILESDIR}/${P}-python.patch -} - -src_compile() { - econf || die "configure failed" - make all || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die - - newinitd ${FILESDIR}/speech-dispatcher speech-dispatcher - - dodoc AUTHORS ChangeLog NEWS TODO - - insinto /usr/include - doins ${S}/src/c/api/libspeechd.h -} - -pkg_postinst() { - elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." -} diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.4.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.4.ebuild deleted file mode 100644 index e57b768a6139..000000000000 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.4.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2007 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.6.4.ebuild,v 1.1 2007/08/30 06:09:31 williamh Exp $ - -inherit eutils - -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="~amd64 ~ppc ~x86" -IUSE="alsa flite nas python" - -DEPEND="dev-libs/dotconf - >=dev-libs/glib-2 - dev-util/pkgconfig - alsa? ( media-libs/alsa-lib ) - flite? ( app-accessibility/flite ) - nas? ( media-libs/nas ) - python? ( dev-lang/python ) - app-accessibility/espeak" - -src_unpack() { - unpack ${A} - sed -i -e 's/\(DefaultModule.*\)flite/\1espeak/' ${S}/config/speechd.conf.in - sed -i -e 's/\(SUBDIRS.*\)python/\1/' ${S}/src/Makefile.in -} - -src_compile() { - econf \ - $(use_with alsa) \ - $(use_with flite) \ - $(use_with nas) || die "configure failed" - make all || die "make failed" -} - -src_install() { - make DESTDIR=${D} install || die - - if use python; then - cd ${S}/src/python - ./setup.py install --root=${D} --no-compile - cd ${S} - fi - - insinto /usr/include - doins ${S}/src/c/api/libspeechd.h - - dodoc AUTHORS ChangeLog NEWS TODO - newinitd ${FILESDIR}/speech-dispatcher speech-dispatcher -} - -pkg_postinst() { - elog "The default synthesizer for speech-dispatcher in gentoo is espeak." - elog "This has been set up in /etc/speech-dispatcher/speechd.conf." - elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." -} diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.ebuild deleted file mode 100644 index 410899dfb1ce..000000000000 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 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.6.ebuild,v 1.4 2007/04/28 16:22:15 swegener Exp $ - -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 ~amd64" -IUSE="" - -RDEPEND="dev-libs/dotconf - >=app-accessibility/flite-1.2 - >=dev-libs/glib-2 - media-libs/alsa-lib" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - make DESTDIR=${D} install || die - - doinitd ${FILESDIR}/speech-dispatcher - - insinto /usr/include - doins ${S}/src/c/api/libspeechd.h -} - -pkg_postinst() { - elog - elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils." - elog -} |