As requested by aballier: an ebuild for aften using cmake-utils.eclass. :-) Enjoy!
Created attachment 136570 [details] media-libs/aften-0.0.8.ebuild Ebuild for aften-0.0.8
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
Created attachment 136625 [details, diff] multilib patch
Created attachment 136717 [details] media-libs/aften-0.0.8.ebuild Improved ebuild.
(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.
added, thanks
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 attachment 140741 [details] incomplete aften svn ebuild
Created attachment 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.