Bug 45059 - pwlib ebuild doesn't integrate ESD (esound) support
Bug#: 45059 Product:  Gentoo Linux Version: 1.4_rc4 Platform: All
OS/Version: All Status: RESOLVED Severity: minor Priority: P2
Resolution: FIXED Assigned To: stkn@gentoo.org Reported By: kr@roqe.org
Component: Ebuilds
URL: 
Summary: pwlib ebuild doesn't integrate ESD (esound) support
Keywords:  
Status Whiteboard: 
Opened: 2004-03-18 13:21 0000
Description:   Opened: 2004-03-18 13:21 0000
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 From Stefan Knoblich (RETIRED) 2004-03-18 16:30:30 0000 -------
fixed in cvs:

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


------- Comment #2 From foser (RETIRED) 2004-08-19 16:17:02 0000 -------
to maintainer

------- Comment #3 From Stefan Knoblich (RETIRED) 2004-10-24 08:26:43 0000 -------
fixed some time ago