Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 104202 Details for
Bug 158359
flite 1.2-r1 doesn't support alsa
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The new ebuild.
flite-1.2-r1.ebuild (text/plain), 1.75 KB, created by
john
on 2006-12-17 04:45:46 UTC
(
hide
)
Description:
The new ebuild.
Filename:
MIME Type:
Creator:
john
Created:
2006-12-17 04:45:46 UTC
Size:
1.75 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-accessibility/flite/flite-1.2-r1.ebuild,v 1.10 2005/01/01 10:48:21 eradicator Exp $ > >inherit eutils > >DESCRIPTION="Flite text to speech engine" >HOMEPAGE="http://www.speech.cs.cmu.edu/flite/index.html" >SRC_URI="http://www.speech.cs.cmu.edu/flite/packed/${P}/${P}-release.tar.bz2 > http://www.speech.cs.cmu.edu/flite/packed/${P}/${PN}_lexfix.tar.gz" > >LICENSE="BSD as-is" >SLOT="0" >KEYWORDS="x86 ppc amd64 sparc" >IUSE="static" > >RDEPEND="virtual/libc" > >S=${WORKDIR}/${P}-release > >src_unpack() { > unpack ${P}-release.tar.bz2 > unpack ${PN}_lexfix.tar.gz > > # Move the update into ${S} > cd ${PN} > tar -cf - . | (cd ${S}; tar -xf -) > cd ${S} > epatch ${FILESDIR}/const.patch > epatch ${FILESDIR}/flite-1.2-alsa_support-1.2.patch >} > >src_compile() { > local myconf > if ! use static ; then > myconf="${myconf} --enable-shared" > fi > myconf="${myconf} --with-vox=cmu_us_kal16" > > econf ${myconf} || die "Failed configuration" > # -j2 borks when we make the shared libs > emake -j1 || die "Failed compilation" >} > >src_install() { > dobin bin/* || die > dodoc ACKNOWLEDGEMENTS README > > if use static ; then > dolib.a lib/*.a > else > for lib in lib/*.so*; do > if [ -f ${lib} ]; then > dolib.so ${lib} > lib=`basename ${lib}` > majlib=`echo ${lib} | sed 's:\(\.so\.[0-9]\)\(\.[0-9]*\)*$:\1:'` > noverlib=`echo ${lib} | sed 's:\(\.so\)\(\.[0-9]*\)*$:\1:'` > > dosym ${lib} /usr/lib/${majlib} > dosym ${lib} /usr/lib/${noverlib} > fi > done > fi > > insinto /usr/include/flite > cd ${S}/include > for file in *.h; do > doins ${file} > dosed 's:#include "\(.*\)":#include <flite/\1>:g' /usr/include/flite/${file} > done > > dosym flite/flite.h /usr/include/flite.h >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 158359
:
104201
| 104202