Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 468326 - media-sound/wavpack - gx86-multilib support
Summary: media-sound/wavpack - gx86-multilib support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: EBUILD, PATCH, PMASKED
Depends on:
Blocks: gx86-multilib
  Show dependency tree
 
Reported: 2013-05-02 19:25 UTC by Michał Górny
Modified: 2013-05-07 12:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Converted ebuild (wavpack-4.60.1-r1.ebuild,815 bytes, text/plain)
2013-05-02 19:25 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-05-02 19:25:18 UTC
Created attachment 347172 [details]
Converted ebuild

As the topic says, needed for emul-linux-x86-soundlibs. Attaching a converted ebuild.
Comment 1 Alexis Ballier gentoo-dev 2013-05-07 11:45:56 UTC
sounds good, thanks

	local myeconfargs=(
		$(use_enable mmx)
		--disable-static
	)

I'd remove that --disable-static and add a static-libs useflag to let autotools-utils do its magic about it
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-05-07 12:55:20 UTC
Committed with static-libs.