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

Bug 474356

Summary: media-libs/libpng: support multilib
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: enhancement CC: multilib+disabled
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 457134    
Bug Blocks:    

Description Pacho Ramos gentoo-dev 2013-06-22 21:04:12 UTC
It's common we need to bump emul set on every libpng bump, could multilib support (via multilib-minimal or autotools-multilib eclasses) be considered for libpng ebuild?

Thanks a lot

(I could try to work on it but, at least, let me know what eclass you want to be used)

Reproducible: Always
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2013-06-23 00:01:39 UTC
Won't you need a multilib-build capable zlib first? Wouldn't it make sense to start there?
Comment 2 SpanKY gentoo-dev 2013-06-23 04:31:53 UTC
(In reply to Doug Goldstein from comment #1)

that's bug 457134
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2013-06-23 06:30:51 UTC
(In reply to Doug Goldstein from comment #1)
> Won't you need a multilib-build capable zlib first? Wouldn't it make sense
> to start there?

yep, because of zlib I didn't do the multilib changes yet with the last bump
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2013-06-23 17:49:50 UTC
1.6.2-r1 in portage with multilib-minimal.eclass support
Comment 5 Pacho Ramos gentoo-dev 2013-06-23 22:07:41 UTC
Thanks!