Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 45059 - pwlib ebuild doesn't integrate ESD (esound) support
Summary: pwlib ebuild doesn't integrate ESD (esound) support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Stefan Knoblich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-18 13:21 UTC by Konrad Rieck
Modified: 2004-10-24 08:26 UTC (History)
1 user (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 Konrad Rieck 2004-03-18 13:21:21 UTC
Problem:
The ESDDIR variable is not set within the pwlib ebuild.

Background:
Support for the ESD (esound) system is compiled into the oss plugin of the 
pwlib if the ESDDIR environment variable points to the esound package during
compilation time. 

A temporary fix might look like this: 
   
    # ESDDIR=/usr emerge pwlib

(Watch for -DUSE_ESD=1 during compilation to go sure)
Comment 1 Stefan Knoblich (RETIRED) gentoo-dev 2004-03-18 16:30:30 UTC
fixed in cvs:

g++ ... -DUSE_ESD=1 ...

Comment 2 foser (RETIRED) gentoo-dev 2004-08-19 16:17:02 UTC
to maintainer
Comment 3 Stefan Knoblich (RETIRED) gentoo-dev 2004-10-24 08:26:43 UTC
fixed some time ago