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
Description:   Opened: 2007-11-21 03:45 0000
As requested by aballier: an ebuild for aften using cmake-utils.eclass. :-)
Enjoy!

------- Comment #1 From Ben de Groot 2007-11-21 03:47:00 0000 -------
Created an attachment (id=136570) [details]
media-libs/aften-0.0.8.ebuild

Ebuild for aften-0.0.8

------- Comment #2 From Alexis Ballier 2007-11-21 18:55:43 0000 -------
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

------- Comment #3 From Alexis Ballier 2007-11-21 18:56:18 0000 -------
Created an attachment (id=136625) [details]
multilib patch

------- Comment #4 From Ben de Groot 2007-11-22 21:19:04 0000 -------
Created an attachment (id=136717) [details]
media-libs/aften-0.0.8.ebuild

Improved ebuild.

------- Comment #5 From Ben de Groot 2007-11-22 21:20:53 0000 -------
(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.

------- Comment #6 From Alexis Ballier 2007-11-23 20:56:57 0000 -------
added, thanks

------- Comment #7 From Prakash Punnoor 2008-01-11 22:29:01 0000 -------
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.

------- Comment #8 From Prakash Punnoor 2008-01-11 22:29:44 0000 -------
Created an attachment (id=140741) [details]
incomplete aften svn ebuild

------- Comment #9 From Scott Alfter 2008-09-21 20:18:53 0000 -------
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.