Bug 199858 - New package: media-libs/aften
|
Bug#:
199858
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: aballier@gentoo.org
|
Reported By: yngwin@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: New package: media-libs/aften
|
|
Keywords: EBUILD
|
|
Status Whiteboard:
|
|
Opened: 2007-11-21 03:45 0000
|
As requested by aballier: an ebuild for aften using cmake-utils.eclass. :-)
Enjoy!
Thanks. I now have a few issues (hehe I'm never happy :p):
- A typo, to build shared, as far as I understand it should be 'local
mycmakeargs="-DSHARED=1"'; otherwise you wont get any lib without USE=cxx ;)
- I have file collisions with wavbreaker for file wavinfo:
media-sound/wavbreaker-0.8.1 (/usr/bin/wavinfo)
It could be renamed, but I didn't check if that's fine with the other
programs, and also upstream should be informed about this, which I haven't
done.
- It fails multilib-strict checks :( will attach a (possible) fix; could you
please check it and eventually send it upstream if ok ?
besides that everything is fine on my side ;) encoding works well
would you be ok if I add you to metadata.xml ? And of course you'll kick me out
when you'll be in
(In reply to comment #2)
> Thanks. I now have a few issues (hehe I'm never happy :p):
> - A typo, to build shared, as far as I understand it should be 'local
> mycmakeargs="-DSHARED=1"'; otherwise you wont get any lib without USE=cxx ;)
Corrected in new ebuild.
> - I have file collisions with wavbreaker for file wavinfo:
> media-sound/wavbreaker-0.8.1 (/usr/bin/wavinfo)
> It could be renamed, but I didn't check if that's fine with the other
> programs, and also upstream should be informed about this, which I haven't
> done.
I've put in a blocker for the time being.
> - It fails multilib-strict checks :( will attach a (possible) fix; could you
> please check it and eventually send it upstream if ok ?
Applying your patch in the new ebuild.
> would you be ok if I add you to metadata.xml ? And of course you'll kick me out
> when you'll be in
Sounds fine with me.
Uhm, guys, do you know how to make mono behave in the sandbox? I made an
(incomplete) ebuild for svn, but mono craps out for me.
Created an attachment (id=166026) [details]
Subversion ebuild
While searching for an aften ebuild that'd pull from Subversion, I ran across
this bug report. I started with the aften 0.0.8 ebuild and tweaked it enough
to pull from Subversion and build (the patches applied against 0.0.8 appear to
already be rolled into trunk). Maybe someone else will find this useful.