Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84721 - ESD support for festival/speech-tools
Summary: ESD support for festival/speech-tools
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-10 01:48 UTC by Florian Wesch
Modified: 2005-07-23 17:58 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Wesch 2005-03-10 01:48:05 UTC
The speech-tools ebuild script does not enable esd-support.

Adding:

use esd && sed -i 's/# \(INCLUDE_MODULES += ESD_AUDIO\)/\1/' config/config.in
use X || sed -i 's/-lX11 -lXt//' config/modules/esd_audio.mak

add the end of src_unpack

and modifying IUSE to include esd and X should solve this.

Reproducible: Always
Steps to Reproduce:
USE="esd" emerge speech-tools festival
Actual Results:  
no esd support

Expected Results:  
esd support

Related to #57089
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2005-07-23 17:58:08 UTC
In portage.  Thanks.