Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65578 - ltsp-4.1-r1 does not install remote audio applications
Summary: ltsp-4.1-r1 does not install remote audio applications
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
: 65579 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-09-27 13:34 UTC by duebel
Modified: 2004-09-27 22:18 UTC (History)
0 users

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 duebel 2004-09-27 13:34:02 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 Sven Wegener gentoo-dev 2004-09-27 15:00:36 UTC
*** Bug 65579 has been marked as a duplicate of this bug. ***
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2004-09-27 22:18:44 UTC
thx for pointing that out, fixed