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

Bug 468326

Summary: media-sound/wavpack - gx86-multilib support
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: [OLD] LibraryAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal CC: multilib+disabled
Priority: Normal Keywords: EBUILD, PATCH, PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 454644    
Attachments: Converted ebuild

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.