Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 199858 - New package: media-libs/aften
Summary: New package: media-libs/aften
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-11-21 03:45 UTC by Ben de Groot (RETIRED)
Modified: 2008-09-21 20:18 UTC (History)
0 users

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


Attachments
media-libs/aften-0.0.8.ebuild (aften-0.0.8.ebuild,559 bytes, text/plain)
2007-11-21 03:47 UTC, Ben de Groot (RETIRED)
Details
multilib patch (multilib.patch,576 bytes, patch)
2007-11-21 18:56 UTC, Alexis Ballier
Details | Diff
media-libs/aften-0.0.8.ebuild (aften-0.0.8.ebuild,688 bytes, text/plain)
2007-11-22 21:19 UTC, Ben de Groot (RETIRED)
Details
incomplete aften svn ebuild (aften-scm.ebuild,866 bytes, text/plain)
2008-01-11 22:29 UTC, Prakash Punnoor
Details
Subversion ebuild (aften-9999.ebuild,827 bytes, text/plain)
2008-09-21 20:18 UTC, Scott Alfter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben de Groot (RETIRED) gentoo-dev 2007-11-21 03:45:29 UTC
As requested by aballier: an ebuild for aften using cmake-utils.eclass. :-)
Enjoy!
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2007-11-21 03:47:00 UTC
Created attachment 136570 [details]
media-libs/aften-0.0.8.ebuild

Ebuild for aften-0.0.8
Comment 2 Alexis Ballier gentoo-dev 2007-11-21 18:55:43 UTC
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 Alexis Ballier gentoo-dev 2007-11-21 18:56:18 UTC
Created attachment 136625 [details, diff]
multilib patch
Comment 4 Ben de Groot (RETIRED) gentoo-dev 2007-11-22 21:19:04 UTC
Created attachment 136717 [details]
media-libs/aften-0.0.8.ebuild

Improved ebuild.
Comment 5 Ben de Groot (RETIRED) gentoo-dev 2007-11-22 21:20:53 UTC
(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 Alexis Ballier gentoo-dev 2007-11-23 20:56:57 UTC
added, thanks
Comment 7 Prakash Punnoor 2008-01-11 22:29:01 UTC
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 Prakash Punnoor 2008-01-11 22:29:44 UTC
Created attachment 140741 [details]
incomplete aften svn ebuild
Comment 9 Scott Alfter 2008-09-21 20:18:53 UTC
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.