Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 234789 - media-libs/xine-lib: check for possible cleanup of sparc arch specific stuff in the ebuild
Summary: media-libs/xine-lib: check for possible cleanup of sparc arch specific stuff ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sparc Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-15 07:00 UTC by Alexis Ballier
Modified: 2008-08-15 10:14 UTC (History)
1 user (show)

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