| Summary: | media-libs/xine-lib: check for possible cleanup of sparc arch specific stuff in the ebuild | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Alexis Ballier <aballier> |
| Component: | Current packages | Assignee: | Sparc Porters <sparc> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | media-video |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
done now thanks raul for babysitting me ;p |
Currently there is that in xine-lib's ebuild: # enable/disable appropiate optimizations on sparc [[ "${PROFILE_ARCH}" == "sparc64" ]] && myconf="${myconf} --enable-vis" [[ "${PROFILE_ARCH}" == "sparc" ]] && myconf="${myconf} --disable-vis" I would prefer having this as an useflag, masked in base and unmasked on the appropriate sparc profiles. As I don't know much about sparc myself, I would prefer you do it since it requires everything to be done at the sametime. Steps: - add a vis useflag to latest xine-lib, change the code by a use_enable - document it in metadata.xml - mask it in base/package.use.mask - unmask it on the appropriate sparc profiles. Anything I missed ?