| Summary: | ltsp-4.1-r1 does not install remote audio applications | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | duebel <gentoosecurity> |
| Component: | Current packages | Assignee: | 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: | --- | |
Sorry wrong variable name. I meant LTSP_SOUND not LTSP_AUDIO. s/AUDIO/SOUND/g |
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.