diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-02-12 06:05:38 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-02-12 06:05:38 +0000 |
commit | 3f87620f4757ade0454b4d6e97eb9269894b1b62 (patch) | |
tree | 97e8eb2dbdaafd0a1195ce67fc49bdb07e1a5603 /media-sound/festival | |
parent | Stable on x86 (Manifest recommit) (diff) | |
download | gentoo-2-3f87620f4757ade0454b4d6e97eb9269894b1b62.tar.gz gentoo-2-3f87620f4757ade0454b4d6e97eb9269894b1b62.tar.bz2 gentoo-2-3f87620f4757ade0454b4d6e97eb9269894b1b62.zip |
Removing crusty ebuilds.
Diffstat (limited to 'media-sound/festival')
-rw-r--r-- | media-sound/festival/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/festival/festival-1.4.2-r1.ebuild | 212 | ||||
-rw-r--r-- | media-sound/festival/festival-1.4.2-r2.ebuild | 214 | ||||
-rw-r--r-- | media-sound/festival/festival-1.4.2-r3.ebuild | 4 | ||||
-rw-r--r-- | media-sound/festival/festival-1.4.2.ebuild | 67 | ||||
-rw-r--r-- | media-sound/festival/festival-1.4.3.ebuild | 7 |
6 files changed, 11 insertions, 498 deletions
diff --git a/media-sound/festival/ChangeLog b/media-sound/festival/ChangeLog index 5a4b3bed0503..6a40dd6f5ada 100644 --- a/media-sound/festival/ChangeLog +++ b/media-sound/festival/ChangeLog @@ -3,6 +3,11 @@ # $Header: /home/cvsroot/gentoo-x86/media-sound/festival/ChangeLog,v 1 2002/05/07 # 03:58:19 naz Exp $ + 11 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> + festival-1.4.2-r1.ebuild, festival-1.4.2-r2.ebuild, + festival-1.4.2-r3.ebuild, festival-1.4.2.ebuild, festival-1.4.3.ebuild: + Removing crusty ebuilds. + 10 Feb 2004; Jeremy Huddleston <eradicator@gentoo.org> festival-1.4.3.ebuild, metadata.xml, files/festival-1.4.3-asterisk.patch: Added optional patch that adds a new command named tts_textasterisk that is diff --git a/media-sound/festival/festival-1.4.2-r1.ebuild b/media-sound/festival/festival-1.4.2-r1.ebuild deleted file mode 100644 index 8a17fdc5d593..000000000000 --- a/media-sound/festival/festival-1.4.2-r1.ebuild +++ /dev/null @@ -1,212 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/festival/festival-1.4.2-r1.ebuild,v 1.7 2004/01/26 08:33:09 carpaski Exp $ - -S=${WORKDIR}/${PN} -TOOLSDIR=${WORKDIR}/speech_tools -DESCRIPTION="Festival Text to Speech engine" -GCCPV=`cc -dumpversion` -IUSE="" -HOMEPAGE="http://www.cstr.ed.ac.uk/" -SITE="http://www.speech.cs.cmu.edu/${PN}/cstr/${PN}/${PV}" - -# speech_tools could be its own ebuild; here it is used ephemerally -# someone who understands its usage better than I, should do that job -SRC_URI="${SITE}/${P}-release.tar.gz - ${SITE}/festlex_CMU.tar.gz - ${SITE}/festlex_OALD.tar.gz - ${SITE}/festlex_POSLEX.tar.gz - ${SITE}/festvox_don.tar.gz - ${SITE}/festvox_ellpc11k.tar.gz - ${SITE}/festvox_kallpc16k.tar.gz - ${SITE}/festvox_kedlpc16k.tar.gz - ${SITE}/festvox_rablpc16k.tar.gz - ${SITE}/festvox_us1.tar.gz - ${SITE}/festvox_us2.tar.gz - ${SITE}/festvox_us3.tar.gz - ${SITE}/speech_tools-1.2.2-release.tar.gz - ${SITE}/festdoc-1.4.2.tar.gz" - - # Keeping these things in external patch files (that dont even live in - # the files subdir) makes it far too difficult to modify the ebuild. These - # patches are easily replaced by a bit of sed, consistant with the rest of - # the ebuild, and moving the ebuild commands from the external shell script - # into the ebuild where they belong. - # http://www.ibiblio.org/gentoo/distfiles/festival-1.4.2-patch.tar.bz2" - -SLOT="0" -LICENSE="FESTIVAL BSD as-is" -KEYWORDS="x86 -ppc" - -DEPEND="virtual/glibc" - -src_compile() { - cd ${TOOLSDIR} - # This came from upstream as a quick fix to compile with gcc-3x - patch -p1 < ${FILESDIR}/${P}.patch || die - - econf - # static linking seems to work <rigo@home.nl> - - if [ ${GCCPV} != "2.95.3" ] ; then - echo "COMPILERLIBS=/usr/lib/gcc-lib/i686-pc-linux-gnu/${GCCPV}/libstdc++.a /usr/lib/gcc-lib/i686-pc-linux-gnu/${GCCPV}/libgcc_s.so.1" >> ${TOOLSDIR}/config/config - fi - # testsuite still fails to build under gcc-3.2 - mv Makefile Makefile.orig - sed -e '/^BUILD_DIRS =/s/testsuite//' Makefile.orig > Makefile - - pushd config/modules/ - cp editline.mak editline.mak.orig - sed -e '/^MODULE_LIBS/s/-ltermcap/-lncurses/' editline.mak.orig \ - > editline.mak - pushd - - # emake worked for me on SMP - #emake did not work for me because I had -j5. If there is anything greater than - #-j2, emake dies. - #zhen@gentoo.org - make || die - - cd ${S} - econf - pushd src/arch/festival/ - cp festival.cc festival.cc.orig - sed -e '/^const char \*festival_libdir/s:FTLIBDIR:"/usr/lib/festival":' \ - festival.cc.orig > festival.cc - pushd - pushd config/modules/ - cp editline.mak editline.mak.orig - sed -e '/^MODULE_LIBS/s/-ltermcap/-lncurses/' editline.mak.orig \ - > editline.mak - pushd - - # emake failed for me on SMP - make || die - - # Need to fix saytime to look for festival in the correct spot - cp examples/saytime examples/saytime.orig - sed "s:${WORKDIR}/festival/bin/festival:/usr/bin/festival:" \ - examples/saytime.orig > examples/saytime - - # And do the same thing for text2wave - cp bin/text2wave bin/text2wave.orig - sed "s:${WORKDIR}/festival/bin/festival:/usr/bin/festival:" \ - bin/text2wave.orig > bin/text2wave -} - -src_install() { - # Install the binaries - cd ${WORKDIR}/festival/src/main - dobin festival - cd ${WORKDIR}/festival/examples - dobin saytime - cd ${WORKDIR}/festival/bin - dobin text2wave - cd ${WORKDIR}/festival/lib/etc/unknown_Linux - dobin audsp - - einfo "" - einfo "Please ignore errors about skipped directories. They are harmless." - einfo "" - - # Install the main libraries - insinto /usr/lib/festival - doins ${WORKDIR}/festival/lib/* - - # Install the dicts and vioces - FESTLIB=${WORKDIR}/festival/lib - DESTLIB=/usr/lib/festival - insinto ${DESTLIB}/dicts - doins ${FESTLIB}/dicts/COPYING.poslex \ - ${FESTLIB}/dicts/wsj.wp39.poslexR ${FESTLIB}/dicts/wsj.wp39.tri.ngrambin - insinto ${DESTLIB}/dicts/cmu - doins ${FESTLIB}/dicts/cmu/* - insinto ${DESTLIB}/dicts/oald - doins ${FESTLIB}/dicts/oald/* - - FESTLIB=${WORKDIR}/festival/lib/voices/spanish/el_diphone - DESTLIB=/usr/lib/festival/voices/spanish/el_diphone - insinto ${DESTLIB}/festvox - doins ${FESTLIB}/festvox/* - insinto ${DESTLIB}/group - doins ${FESTLIB}/group/* - - FESTLIB=${WORKDIR}/festival/lib/voices/english - DESTLIB=/usr/lib/festival/voices/english - insinto ${DESTLIB}/don_diphone - doins ${FESTLIB}/don_diphone/* - insinto ${DESTLIB}/don_diphone/festvox - doins ${FESTLIB}/don_diphone/festvox/* - - insinto ${DESTLIB}/kal_diphone - doins ${FESTLIB}/kal_diphone/* - insinto ${DESTLIB}/kal_diphone/festvox - doins ${FESTLIB}/kal_diphone/festvox/* - insinto ${DESTLIB}/kal_diphone/group - doins ${FESTLIB}/kal_diphone/group/* - - insinto ${DESTLIB}/ked_diphone - doins ${FESTLIB}/ked_diphone/* - insinto ${DESTLIB}/ked_diphone/festvox - doins ${FESTLIB}/ked_diphone/festvox/* - insinto ${DESTLIB}/ked_diphone/group - doins ${FESTLIB}/ked_diphone/group/* - - insinto ${DESTLIB}/rab_diphone - doins ${FESTLIB}/rab_diphone/* - insinto ${DESTLIB}/rab_diphone/festvox - doins ${FESTLIB}/rab_diphone/festvox/* - insinto ${DESTLIB}/rab_diphone/group - doins ${FESTLIB}/rab_diphone/group/* - insinto ${DESTLIB}/us1_mbrola - - doins ${FESTLIB}/us1_mbrola/* - insinto ${DESTLIB}/us1_mbrola/festvox - doins ${FESTLIB}/us1_mbrola/festvox/* - - insinto ${DESTLIB}/us2_mbrola - doins ${FESTLIB}/us2_mbrola/* - insinto ${DESTLIB}/us2_mbrola/festvox - doins ${FESTLIB}/us2_mbrola/festvox/* - - insinto ${DESTLIB}/us3_mbrola - doins ${FESTLIB}/us3_mbrola/* - insinto ${DESTLIB}/us3_mbrola/festvox - doins ${FESTLIB}/us3_mbrola/festvox/* - - # Install the docs - cd ${S} # needed - into /usr - dodoc ACKNOWLEDGMENTS COPYING NEWS README - doman doc/festival.1 doc/festival_client.1 - - cd ${WORKDIR}/festdoc-1.4.2/festival/html - dohtml *.html - - # Sample .festivalrc - cd ${D}/usr/lib/festival - cat << EOF > festivalrc -(Parameter.set 'Audio_Method 'linux16audio) -;(Parameter.set 'Audio_Method 'esdaudio) -;(Parameter.set 'Audio_Method 'mplayeraudio) -;(Parameter.set 'Audio_Method 'sunaudio) - -; American female -;(set! voice_default 'voice_us1_mbrola) -EOF -} - -pkg_postinst() { - einfo - einfo ' To test festival, simply type:' - einfo ' "saytime"' - einfo - einfo ' Or for something more fun:' - einfo ' "echo "Gentoo can speak" | festival --tts"' - einfo - einfo ' A sample ~/.festivalrc is provided in' - einfo ' /usr/lib/festival/festivalrc' - einfo - einfo ' Emerge mbrola to enable some additional voices' - einfo -} diff --git a/media-sound/festival/festival-1.4.2-r2.ebuild b/media-sound/festival/festival-1.4.2-r2.ebuild deleted file mode 100644 index 109e43a42a7c..000000000000 --- a/media-sound/festival/festival-1.4.2-r2.ebuild +++ /dev/null @@ -1,214 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/festival/festival-1.4.2-r2.ebuild,v 1.7 2004/01/26 08:33:09 carpaski Exp $ - -S=${WORKDIR}/${PN} -TOOLSDIR=${WORKDIR}/speech_tools -DESCRIPTION="Festival Text to Speech engine" -GCCPV=`cc -dumpversion` -IUSE="" -HOMEPAGE="http://www.cstr.ed.ac.uk/" -SITE="http://www.speech.cs.cmu.edu/${PN}/cstr/${PN}/${PV}" - -# speech_tools could be its own ebuild; here it is used ephemerally -# someone who understands its usage better than I, should do that job -SRC_URI="${SITE}/${P}-release.tar.gz - ${SITE}/festlex_CMU.tar.gz - ${SITE}/festlex_OALD.tar.gz - ${SITE}/festlex_POSLEX.tar.gz - ${SITE}/festvox_don.tar.gz - ${SITE}/festvox_ellpc11k.tar.gz - ${SITE}/festvox_kallpc16k.tar.gz - ${SITE}/festvox_kedlpc16k.tar.gz - ${SITE}/festvox_rablpc16k.tar.gz - ${SITE}/festvox_us1.tar.gz - ${SITE}/festvox_us2.tar.gz - ${SITE}/festvox_us3.tar.gz - ${SITE}/speech_tools-1.2.2-release.tar.gz - ${SITE}/festdoc-1.4.2.tar.gz" - - # Keeping these things in external patch files (that dont even live in - # the files subdir) makes it far too difficult to modify the ebuild. These - # patches are easily replaced by a bit of sed, consistant with the rest of - # the ebuild, and moving the ebuild commands from the external shell script - # into the ebuild where they belong. - # http://www.ibiblio.org/gentoo/distfiles/festival-1.4.2-patch.tar.bz2" - -SLOT="0" -LICENSE="FESTIVAL BSD as-is" -KEYWORDS="x86 ~ppc" - -DEPEND="virtual/glibc" - -src_compile() { - cd ${TOOLSDIR} - # This came from upstream as a quick fix to compile with gcc-3x - patch -p1 < ${FILESDIR}/${P}.patch || die - - econf - # static linking seems to work <rigo@home.nl> - if [ ${GCCPV} != "2.95.3" ] ; then - [ `uname -m` = "ppc" ] \ - && ARCHTYPE="powerpc-unknown" \ - || ARCHTYPE="`uname -m`-pc" - echo "COMPILERLIBS=/usr/lib/gcc-lib/${ARCHTYPE}-linux-gnu/${GCCPV}/libstdc++.a /usr/lib/gcc-lib/${ARCHTYPE}-linux-gnu/${GCCPV}/libgcc_s.so.1" >> ${TOOLSDIR}/config/config - fi - # testsuite still fails to build under gcc-3.2 - mv Makefile Makefile.orig - sed -e '/^BUILD_DIRS =/s/testsuite//' Makefile.orig > Makefile - - pushd config/modules/ - cp editline.mak editline.mak.orig - sed -e '/^MODULE_LIBS/s/-ltermcap/-lncurses/' editline.mak.orig \ - > editline.mak - pushd - - # emake worked for me on SMP - #emake did not work for me because I had -j5. If there is anything greater than - #-j2, emake dies. - #zhen@gentoo.org - make || die - - cd ${S} - econf - pushd src/arch/festival/ - cp festival.cc festival.cc.orig - sed -e '/^const char \*festival_libdir/s:FTLIBDIR:"/usr/lib/festival":' \ - festival.cc.orig > festival.cc - pushd - pushd config/modules/ - cp editline.mak editline.mak.orig - sed -e '/^MODULE_LIBS/s/-ltermcap/-lncurses/' editline.mak.orig \ - > editline.mak - pushd - - # emake failed for me on SMP - make || die - - # Need to fix saytime to look for festival in the correct spot - cp examples/saytime examples/saytime.orig - sed "s:${WORKDIR}/festival/bin/festival:/usr/bin/festival:" \ - examples/saytime.orig > examples/saytime - - # And do the same thing for text2wave - cp bin/text2wave bin/text2wave.orig - sed "s:${WORKDIR}/festival/bin/festival:/usr/bin/festival:" \ - bin/text2wave.orig > bin/text2wave -} - -src_install() { - # Install the binaries - cd ${WORKDIR}/festival/src/main - dobin festival - cd ${WORKDIR}/festival/examples - dobin saytime - cd ${WORKDIR}/festival/bin - dobin text2wave - cd ${WORKDIR}/festival/lib/etc/unknown_Linux - dobin audsp - - einfo "" - einfo "Please ignore errors about skipped directories. They are harmless." - einfo "" - - # Install the main libraries - insinto /usr/lib/festival - doins ${WORKDIR}/festival/lib/* - - # Install the dicts and vioces - FESTLIB=${WORKDIR}/festival/lib - DESTLIB=/usr/lib/festival - insinto ${DESTLIB}/dicts - doins ${FESTLIB}/dicts/COPYING.poslex \ - ${FESTLIB}/dicts/wsj.wp39.poslexR ${FESTLIB}/dicts/wsj.wp39.tri.ngrambin - insinto ${DESTLIB}/dicts/cmu - doins ${FESTLIB}/dicts/cmu/* - insinto ${DESTLIB}/dicts/oald - doins ${FESTLIB}/dicts/oald/* - - FESTLIB=${WORKDIR}/festival/lib/voices/spanish/el_diphone - DESTLIB=/usr/lib/festival/voices/spanish/el_diphone - insinto ${DESTLIB}/festvox - doins ${FESTLIB}/festvox/* - insinto ${DESTLIB}/group - doins ${FESTLIB}/group/* - - FESTLIB=${WORKDIR}/festival/lib/voices/english - DESTLIB=/usr/lib/festival/voices/english - insinto ${DESTLIB}/don_diphone - doins ${FESTLIB}/don_diphone/* - insinto ${DESTLIB}/don_diphone/festvox - doins ${FESTLIB}/don_diphone/festvox/* - - insinto ${DESTLIB}/kal_diphone - doins ${FESTLIB}/kal_diphone/* - insinto ${DESTLIB}/kal_diphone/festvox - doins ${FESTLIB}/kal_diphone/festvox/* - insinto ${DESTLIB}/kal_diphone/group - doins ${FESTLIB}/kal_diphone/group/* - - insinto ${DESTLIB}/ked_diphone - doins ${FESTLIB}/ked_diphone/* - insinto ${DESTLIB}/ked_diphone/festvox - doins ${FESTLIB}/ked_diphone/festvox/* - insinto ${DESTLIB}/ked_diphone/group - doins ${FESTLIB}/ked_diphone/group/* - - insinto ${DESTLIB}/rab_diphone - doins ${FESTLIB}/rab_diphone/* - insinto ${DESTLIB}/rab_diphone/festvox - doins ${FESTLIB}/rab_diphone/festvox/* - insinto ${DESTLIB}/rab_diphone/group - doins ${FESTLIB}/rab_diphone/group/* - insinto ${DESTLIB}/us1_mbrola - - doins ${FESTLIB}/us1_mbrola/* - insinto ${DESTLIB}/us1_mbrola/festvox - doins ${FESTLIB}/us1_mbrola/festvox/* - - insinto ${DESTLIB}/us2_mbrola - doins ${FESTLIB}/us2_mbrola/* - insinto ${DESTLIB}/us2_mbrola/festvox - doins ${FESTLIB}/us2_mbrola/festvox/* - - insinto ${DESTLIB}/us3_mbrola - doins ${FESTLIB}/us3_mbrola/* - insinto ${DESTLIB}/us3_mbrola/festvox - doins ${FESTLIB}/us3_mbrola/festvox/* - - # Install the docs - cd ${S} # needed - into /usr - dodoc ACKNOWLEDGMENTS COPYING NEWS README - doman doc/festival.1 doc/festival_client.1 - - cd ${WORKDIR}/festdoc-1.4.2/festival/html - dohtml *.html - - # Sample .festivalrc - cd ${D}/usr/lib/festival - cat << EOF > festivalrc -(Parameter.set 'Audio_Method 'linux16audio) -;(Parameter.set 'Audio_Method 'esdaudio) -;(Parameter.set 'Audio_Method 'mplayeraudio) -;(Parameter.set 'Audio_Method 'sunaudio) - -; American female -;(set! voice_default 'voice_us1_mbrola) -EOF -} - -pkg_postinst() { - einfo - einfo ' To test festival, simply type:' - einfo ' "saytime"' - einfo - einfo ' Or for something more fun:' - einfo ' "echo "Gentoo can speak" | festival --tts"' - einfo - einfo ' A sample ~/.festivalrc is provided in' - einfo ' /usr/lib/festival/festivalrc' - einfo - einfo ' Emerge mbrola to enable some additional voices' - einfo -} diff --git a/media-sound/festival/festival-1.4.2-r3.ebuild b/media-sound/festival/festival-1.4.2-r3.ebuild index 004b6adf3228..effaea5330cc 100644 --- a/media-sound/festival/festival-1.4.2-r3.ebuild +++ b/media-sound/festival/festival-1.4.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/festival/festival-1.4.2-r3.ebuild,v 1.6 2004/01/26 08:33:09 carpaski Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/festival/festival-1.4.2-r3.ebuild,v 1.7 2004/02/12 06:05:38 eradicator Exp $ S=${WORKDIR}/${PN} TOOLSDIR=${WORKDIR}/speech_tools @@ -38,7 +38,7 @@ SLOT="0" LICENSE="FESTIVAL BSD as-is" KEYWORDS="x86 ~ppc sparc" -DEPEND="virtual/glibc" +DEPEND="sys-apps/sed " src_compile() { cd ${TOOLSDIR} diff --git a/media-sound/festival/festival-1.4.2.ebuild b/media-sound/festival/festival-1.4.2.ebuild deleted file mode 100644 index bb7e75450169..000000000000 --- a/media-sound/festival/festival-1.4.2.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/festival/festival-1.4.2.ebuild,v 1.9 2004/01/26 08:33:09 carpaski Exp $ - -S=${WORKDIR}/${PN} -TOOLSDIR=${WORKDIR}/speech_tools -DESCRIPTION="Festival Test to Speech engine" -HOMEPAGE="http://www.cstr.ed.ac.uk/" -SITE="http://www.speech.cs.cmu.edu/${PN}/cstr/${PN}/${PV}" -SRC_URI="${SITE}/${P}-release.tar.gz - ${SITE}/festlex_CMU.tar.gz - ${SITE}/festlex_OALD.tar.gz - ${SITE}/festlex_POSLEX.tar.gz - ${SITE}/festvox_don.tar.gz - ${SITE}/festvox_ellpc11k.tar.gz - ${SITE}/festvox_kallpc16k.tar.gz - ${SITE}/festvox_kedlpc16k.tar.gz - ${SITE}/festvox_rablpc16k.tar.gz - ${SITE}/festvox_us1.tar.gz - ${SITE}/festvox_us2.tar.gz - ${SITE}/festvox_us3.tar.gz - ${SITE}/speech_tools-1.2.2-release.tar.gz - http://www.ibiblio.org/gentoo/distfiles/festival-1.4.2-patch.tar.bz2" - -SLOT="0" -LICENSE="FESTIVAL BSD as-is" -KEYWORDS="x86 -ppc" - -src_compile() { - cd ${TOOLSDIR} - econf || die - patch -p1 < ${WORKDIR}/speech_tools.patch || die - - make || die - - cd ${S} - econf || die - patch -p1 < ${WORKDIR}/festival.patch || die - - make || die - - # Need to fix saytime to look for festival in the correct spot - cp examples/saytime examples/saytime.orig - sed "s:${WORKDIR}/festival/bin/festival:/usr/bin/festival:" \ - examples/saytime.orig > examples/saytime - - # And do the same thing for text2wave - cp bin/text2wave bin/text2wave.orig - sed "s:${WORKDIR}/festival/bin/festival:/usr/bin/festival:" \ - bin/text2wave.orig > bin/text2wave -} - -src_install () { - - . install.sh || die - - # Install the docs - dodoc ACKNOWLEDGMENTS COPYING NEWS README - -} - -pkg_postinst() { - einfo "To test festival, run \"saytime\"." - einfo "Or for something more fun, run" - einfo "" - einfo "\techo \"Gentoo Linux can speak\" | festival --tts" -} diff --git a/media-sound/festival/festival-1.4.3.ebuild b/media-sound/festival/festival-1.4.3.ebuild index df7cc6c23fb7..bd23501a8bf0 100644 --- a/media-sound/festival/festival-1.4.3.ebuild +++ b/media-sound/festival/festival-1.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/festival/festival-1.4.3.ebuild,v 1.4 2004/02/10 19:14:48 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/festival/festival-1.4.3.ebuild,v 1.5 2004/02/12 06:05:38 eradicator Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Festival Text to Speech engine" @@ -31,10 +31,11 @@ SRC_URI="${SITE}/${P}-release.tar.gz SLOT="0" LICENSE="FESTIVAL BSD as-is" -KEYWORDS="~x86" +KEYWORDS="x86 ~ppc ~sparc" RDEPEND="virtual/glibc" -DEPEND=">=media-sound/speech-tools-1.2.3" +DEPEND=">=media-sound/speech-tools-1.2.3 + sys-apps/sed" src_unpack() { unpack ${P}-release.tar.gz |