Bug 234789 - media-libs/xine-lib: check for possible cleanup of sparc arch specific stuff in the ebuild
Bug#: 234789 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: sparc@gentoo.org Reported By: aballier@gentoo.org
Component: Applications
URL: 
Summary: media-libs/xine-lib: check for possible cleanup of sparc arch specific stuff in the ebuild
Keywords:  
Status Whiteboard: 
Opened: 2008-08-15 07:00 0000
Description:   Opened: 2008-08-15 07:00 0000
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 ?

------- Comment #1 From Alexis Ballier 2008-08-15 10:14:13 0000 -------
done now

thanks raul for babysitting me ;p