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

Bug 234789

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 packagesAssignee: 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: ---

Description Alexis Ballier gentoo-dev 2008-08-15 07:00:30 UTC
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 Alexis Ballier gentoo-dev 2008-08-15 10:14:13 UTC
done now

thanks raul for babysitting me ;p