Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 497774 - media-libs/aalib - add multilib support
Summary: media-libs/aalib - add multilib support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords: PATCH
Depends on: 496586
Blocks: gx86-multilib 496392 489122
  Show dependency tree
 
Reported: 2014-01-11 11:21 UTC by Michael Mair-Keimberger (iamnr3)
Modified: 2014-04-18 13:47 UTC (History)
2 users (show)

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


Attachments
aalib-1.4_rc5-r5.ebuild.patch (aalib-1.4_rc5-r5.ebuild.patch,1.91 KB, patch)
2014-01-11 11:21 UTC, Michael Mair-Keimberger (iamnr3)
Details | Diff
aalib-1.4_rc5-r5.ebuild.patch, v2 (aalib-1.4_rc5-r5.ebuild.patch,1.91 KB, patch)
2014-01-12 15:13 UTC, Michael Mair-Keimberger (iamnr3)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Mair-Keimberger (iamnr3) 2014-01-11 11:21:28 UTC
Created attachment 367610 [details, diff]
aalib-1.4_rc5-r5.ebuild.patch

My take on a multilib'ed aalib. Please review.
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2014-01-11 17:44:07 UTC
    > + PKG_CONFIG=${tc-getPKG_CONFIG} \
I guess it should mean
    + PKG_CONFIG=$(tc-getPKG_CONFIG) \

Otherwise it's nice and ready for commit after slang multilib support.

Thank you!
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2014-01-11 17:53:07 UTC
> Otherwise it's nice and ready for commit after slang multilib support.

Or i could add a depend on emul-linux-x86-baselibs until slang sorts out.
What would you prefer?
Comment 3 Michael Mair-Keimberger (iamnr3) 2014-01-12 15:13:13 UTC
Created attachment 367722 [details, diff]
aalib-1.4_rc5-r5.ebuild.patch, v2

(In reply to Sergei Trofimovich from comment #1)
>     > + PKG_CONFIG=${tc-getPKG_CONFIG} \
> I guess it should mean
>     + PKG_CONFIG=$(tc-getPKG_CONFIG) \
> 
> Otherwise it's nice and ready for commit after slang multilib support.
> 
> Thank you!

No problem :)
Yeah, your correct. I've updated the ebuild.

(In reply to Sergei Trofimovich from comment #2)
> > Otherwise it's nice and ready for commit after slang multilib support.
> 
> Or i could add a depend on emul-linux-x86-baselibs until slang sorts out.
> What would you prefer?

Actually i would prefer if we wait for slang. Personally i don't need multilib aalib anytime soon so i'm fine if we are waiting :)
Comment 4 Julian Ospald 2014-04-18 13:42:41 UTC
@iamnr3 seems you often have one or another trailing whitespace, check your editor
Comment 5 Julian Ospald 2014-04-18 13:47:06 UTC
+*aalib-1.4_rc5-r6 (18 Apr 2014)
+
+  18 Apr 2014; Julian Ospald <hasufell@gentoo.org> +aalib-1.4_rc5-r6.ebuild:
+  add multilib support wrt #497774, patch by Michael Mair-Keimberger