Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 65579

Summary: ltsp-4.1-r1 does not install remote audio applications
Product: Gentoo Linux Reporter: duebel <gentoosecurity>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description duebel 2004-09-27 13:36:35 UTC
ltsp-4.1-r1 does not use USE='nas esd audiofile' correctly.

The USE flags are not used to install any audio application.

My quick'n'dirty fix was to add '${LTSP_AUDIO}' at the end of line 136.

The better way would be an own install section:

# audio stuff
echo "Installing audio packages..."
for FILE in ${LTSP_AUDIO}
  do
    tar -xzf ${DISTDIR}/${FILE} -C ${D}/opt/ltsp-${PV} 2> /dev/null
  done
    

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 duebel 2004-09-27 14:46:48 UTC
Sorry wrong variable name. I meant LTSP_SOUND not LTSP_AUDIO.

s/AUDIO/SOUND/g
Comment 2 Sven Wegener gentoo-dev 2004-09-27 15:00:36 UTC

*** This bug has been marked as a duplicate of 65578 ***