diff options
-rw-r--r-- | app-accessibility/festival-gaim/Manifest | 16 | ||||
-rw-r--r-- | app-accessibility/festival/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/festival/festival-1.4.3-r1.ebuild | 4 | ||||
-rw-r--r-- | app-accessibility/festival/festival-1.4.3-r2.ebuild | 4 | ||||
-rw-r--r-- | app-accessibility/festival/festival-1.4.3-r3.ebuild | 209 | ||||
-rw-r--r-- | app-accessibility/festival/files/digest-festival-1.4.3-r3 | 13 |
6 files changed, 247 insertions, 7 deletions
diff --git a/app-accessibility/festival-gaim/Manifest b/app-accessibility/festival-gaim/Manifest index f1019624b299..4a3eb3db8072 100644 --- a/app-accessibility/festival-gaim/Manifest +++ b/app-accessibility/festival-gaim/Manifest @@ -1,7 +1,19 @@ -MD5 0bd850b2c82b7b081e219f49b98ee481 ChangeLog 2714 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 b60e3575227e092bba2973b70741233d ChangeLog 2851 MD5 b73e1a2dd56e4187fc59cfa5818e3449 festival-gaim-0.81.ebuild 792 -MD5 1846f613d6d41e3b8ad07c732edeafe1 metadata.xml 205 MD5 f5586ae5487dc43b92c28d4ade7f096d festival-gaim-1.00.ebuild 789 +MD5 1846f613d6d41e3b8ad07c732edeafe1 metadata.xml 205 +MD5 6fb18f808ff936223e061be13b243d2e festival-gaim-1.1.ebuild 1059 MD5 f3e776ac858b8b89d7626b94ab2e69a8 files/digest-festival-gaim-0.81 69 MD5 dcb2796b5c841c223bc2508ef85795ab files/digest-festival-gaim-1.00 69 MD5 1a5f43e004ec0bfa631cc7628f65a91b files/festival-gaim-0.71-gentoo.patch 1073 +MD5 7aed20e85b6947be6eb5912946b33068 files/digest-festival-gaim-1.1 65 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFCCwsTArHZZzCEUG0RAiudAJ9eRy0L2DyoDAx147I4ESYJ8m/dqgCeJB/p +9dxr8fZMlnusZvb9J5sG7lI= +=2gcY +-----END PGP SIGNATURE----- diff --git a/app-accessibility/festival/ChangeLog b/app-accessibility/festival/ChangeLog index e4f3f01da4ce..82b46a4463e1 100644 --- a/app-accessibility/festival/ChangeLog +++ b/app-accessibility/festival/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-accessibility/festival # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.18 2005/01/06 01:32:39 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.19 2005/02/10 07:15:05 eradicator Exp $ + +*festival-1.4.3-r3 (09 Feb 2005) + + 09 Feb 2005; Jeremy Huddleston <eradicator@gentoo.org> + +festival-1.4.3-r3.ebuild: + Move to /usr/share/festival as that's the proper place for us. 05 Jan 2005; Jeremy Huddleston <eradicator@gentoo.org> festival-1.4.3-r1.ebuild, festival-1.4.3-r2.ebuild: diff --git a/app-accessibility/festival/festival-1.4.3-r1.ebuild b/app-accessibility/festival/festival-1.4.3-r1.ebuild index 53ccd48f57f1..88d18778bbe7 100644 --- a/app-accessibility/festival/festival-1.4.3-r1.ebuild +++ b/app-accessibility/festival/festival-1.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.4.3-r1.ebuild,v 1.15 2005/01/06 01:32:39 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.4.3-r1.ebuild,v 1.16 2005/02/10 07:15:05 eradicator Exp $ inherit eutils @@ -26,7 +26,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc amd64" IUSE="asterisk doc" -RDEPEND=">=app-accessibility/speech-tools-1.2.3-r1" +RDEPEND="=app-accessibility/speech-tools-1.2.3-r1" DEPEND="${RDEPEND} sys-apps/sed" diff --git a/app-accessibility/festival/festival-1.4.3-r2.ebuild b/app-accessibility/festival/festival-1.4.3-r2.ebuild index b3dbe869356e..fa247edb58eb 100644 --- a/app-accessibility/festival/festival-1.4.3-r2.ebuild +++ b/app-accessibility/festival/festival-1.4.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.4.3-r2.ebuild,v 1.4 2005/01/06 01:32:39 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.4.3-r2.ebuild,v 1.5 2005/02/10 07:15:05 eradicator Exp $ inherit eutils @@ -26,7 +26,7 @@ SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" IUSE="asterisk doc" -RDEPEND=">=app-accessibility/speech-tools-1.2.3" +RDEPEND="=app-accessibility/speech-tools-1.2.3-r1" DEPEND="${RDEPEND} sys-apps/sed" diff --git a/app-accessibility/festival/festival-1.4.3-r3.ebuild b/app-accessibility/festival/festival-1.4.3-r3.ebuild new file mode 100644 index 000000000000..c71c86643681 --- /dev/null +++ b/app-accessibility/festival/festival-1.4.3-r3.ebuild @@ -0,0 +1,209 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.4.3-r3.ebuild,v 1.1 2005/02/10 07:15:05 eradicator Exp $ + +inherit eutils + +DESCRIPTION="Festival Text 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 + doc? ( ${SITE}/festdoc-1.4.2.tar.gz )" + +LICENSE="FESTIVAL BSD as-is" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="asterisk doc" + +RDEPEND=">=app-accessibility/speech-tools-1.2.3-r2" +DEPEND="${RDEPEND} + sys-apps/sed" + +S=${WORKDIR}/${PN} + +src_unpack() { + unpack ${P}-release.tar.gz + unpack festlex_CMU.tar.gz + unpack festlex_OALD.tar.gz + unpack festlex_POSLEX.tar.gz + unpack festvox_don.tar.gz + unpack festvox_ellpc11k.tar.gz + unpack festvox_kallpc16k.tar.gz + unpack festvox_kedlpc16k.tar.gz + unpack festvox_rablpc16k.tar.gz + unpack festvox_us1.tar.gz + unpack festvox_us2.tar.gz + unpack festvox_us3.tar.gz + + cd ${S} + + use doc && unpack festdoc-1.4.2.tar.gz && mv festdoc-1.4.2 festdoc + + epatch ${FILESDIR}/${PN}-gcc3.3.diff + + use asterisk && epatch ${FILESDIR}/${P}-asterisk.patch + + sed -i "s@EST=\$(TOP)/../speech_tools@EST=/usr/share/speech-tools@" config/config.in + + # testsuite still fails to build under gcc-3.2 + # sed -i '/^BUILD_DIRS =/s/testsuite//' Makefile || die + + sed -i "/^const char \*festival_libdir/s:FTLIBDIR:\"/usr/share/festival\":" src/arch/festival/festival.cc + sed -i '/^MODULE_LIBS/s/-ltermcap/-lncurses/' config/modules/editline.mak || die +} + +src_compile() { + econf || die + emake -j1 \ + PROJECT_LIBDEPS="" \ + REQUIRED_LIBDEPS="" \ + LOCAL_LIBDEPS="" \ + OPTIMISE_CXXFLAGS="${CXXFLAGS}" \ + OPTIMISE_CCFLAGS="${CFLAGS}" \ + || die +} + +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/*Linux* + dobin audsp + + einfo "" + einfo "Please ignore errors about skipped directories. They are harmless." + einfo "" + + # Install the main libraries + insinto /usr/share/festival + doins ${WORKDIR}/festival/lib/* + + # Install the header files + insinto /usr/include/festival + doins ${WORKDIR}/festival/src/include/*.h + + # Install the dicts and vioces + FESTLIB=${WORKDIR}/festival/lib + DESTLIB=/usr/share/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/share/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/share/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/* + + # Sample server.scm configuration for the server + dodir /etc/festival + insinto /etc/festival + doins ${FILESDIR}/server.scm + + # Install the init script + exeinto /etc/init.d + newexe ${FILESDIR}/festival.rc festival + + # Need to fix saytime to look for festival in the correct spot + dosed "s:${WORKDIR}/festival/bin/festival:/usr/bin/festival:" /usr/bin/saytime + dosed "s:${WORKDIR}/festival/bin/festival:/usr/bin/festival:" /usr/bin/text2wave + + # Install the docs + cd ${S} # needed + into /usr + dodoc ACKNOWLEDGMENTS NEWS README + doman doc/festival.1 doc/festival_client.1 + + if use doc; then + cd ${S}/festdoc/festival/html + dohtml *.html + cd ${S}/festdoc/festival + dodoc festival.ps + cd ${S}/festdoc/festival/info + doinfo * + fi + + # We used to put stuff here, so be safe for now... + dosym /usr/share/festival /usr/lib/festival +} + +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 " To enable the festival server at boot, run" + einfo " rc-update add festival default" + einfo + einfo " You must setup the server's port, access list, etc in this file:" + einfo " /etc/festival/server.scm" + einfo + einfo " Emerge mbrola to enable some additional voices." + einfo +} diff --git a/app-accessibility/festival/files/digest-festival-1.4.3-r3 b/app-accessibility/festival/files/digest-festival-1.4.3-r3 new file mode 100644 index 000000000000..7933fac5b8b9 --- /dev/null +++ b/app-accessibility/festival/files/digest-festival-1.4.3-r3 @@ -0,0 +1,13 @@ +MD5 c070523bea2baa0bcaa2d922481abbb5 festival-1.4.3-release.tar.gz 630179 +MD5 a3ffcd09dcbf1306fdef3c84c1c521d6 festlex_CMU.tar.gz 1697709 +MD5 45a03689025849d02ec963a5b338ef37 festlex_OALD.tar.gz 1472516 +MD5 742c266e4c4978fae2b5c1bf6f549eb4 festlex_POSLEX.tar.gz 242914 +MD5 90442079e34a3a694077f8715d15fbdf festvox_don.tar.gz 645583 +MD5 e96a97644d36fcb89952ca65c283cea3 festvox_ellpc11k.tar.gz 1473907 +MD5 abbd12e1d04ecdcae07f1d0044f3a947 festvox_kallpc16k.tar.gz 4104056 +MD5 35d4a2f377d05913ddae61db542afca1 festvox_kedlpc16k.tar.gz 4221528 +MD5 cefcdda6cd48027da36d78f2f711451b festvox_rablpc16k.tar.gz 5369001 +MD5 d0c3e727003e715a65daf01003101813 festvox_us1.tar.gz 11040 +MD5 fbcc8baacbff3aa2aaaf5a93701bb5e0 festvox_us2.tar.gz 11037 +MD5 06dbfe2edaab6ffa31deeaf522e0c33e festvox_us3.tar.gz 11220 +MD5 faabc25a6c1b11854c41adc257c47bdb festdoc-1.4.2.tar.gz 1652551 |