Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116173 - faac could depend on libmp4v2
Summary: faac could depend on libmp4v2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-20 07:01 UTC by Olivier Crete (RETIRED)
Modified: 2006-07-27 23:51 UTC (History)
2 users (show)

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


Attachments
ebuild with mp4 support (faac-1.24-r3.ebuild,987 bytes, text/plain)
2006-07-22 11:12 UTC, Olivier Crete (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Crete (RETIRED) gentoo-dev 2005-12-20 07:01:34 UTC
faac 1.24-r1 has the libmp4v2 support removed. Now that libmp4v2 is in a separate package, the circular dep has been broken. so you can add it back depending on libmp4v2 .. I've done quick testing and it seems to work ok
Comment 1 Alexander Jenisch 2005-12-22 02:45:31 UTC
Calculating dependencies ...done!
[blocks B     ] <media-libs/faad2-2.0-r9 (is blocking media-libs/libmp4v2-1.4.1)[ebuild  N    ] media-libs/libmp4v2-1.4.1  4,678 kB
[ebuild     U ] media-libs/faad2-2.0-r9 [2.0-r7] USE="+xmms" 7 kB
Comment 2 Alexander Jenisch 2005-12-22 02:46:49 UTC
sorry for the repost, but it's better readable that way:

Calculating dependencies ...done!
[blocks B     ] <media-libs/faad2-2.0-r9 (is blocking media-libs/libmp4v2-1.4.1)
[ebuild  N    ] media-libs/libmp4v2-1.4.1  4,678 kB
[ebuild     U ] media-libs/faad2-2.0-r9 [2.0-r7] USE="+xmms" 7 kB

how do i fix that again? should i edit the ebuild for that?
Comment 3 Olivier Crete (RETIRED) gentoo-dev 2005-12-22 09:18:52 UTC
(In reply to comment #2)
> how do i fix that again? should i edit the ebuild for that?

emerge unmerge faad2 && emerge faad2
Comment 4 Reyad Attiyat 2005-12-29 23:05:45 UTC
Please fix this I had to downgrade to convert my music using grip.
Comment 5 theboywho 2006-04-06 05:44:39 UTC
On both AMD64 and x86, with libmp4v2 installed faac-1.24-r1 does not provide MP4 support but faac-1.24 does.
Comment 6 taipan67 2006-04-08 07:43:31 UTC
(In reply to comment #5)
> On both AMD64 and x86, with libmp4v2 installed faac-1.24-r1 does not provide
> MP4 support but faac-1.24 does.

For me, support is listed in 'faac --help', but the '-w' option causes the error "terminate called after throwing an instance of 'MP4Error*'".

This occurs with all combinations of faac-1.24 with mp4-support (libmp4v2-1.4.1 or faad2-2.0-r3).

I also have an older system on which faac with mp4-support works correctly, so after reading a lot of related stuff, i'm wondering if the version of libtool used might be responsible; built with libtool-1.5.18 works, built with 1.5.22 doesn't.

I hope support for the stand-alone libmp4v2 package can be resolved for me, as it is mandatory for any metadata-tag manipulation in created files...
Comment 7 Olivier Crete (RETIRED) gentoo-dev 2006-07-22 11:12:31 UTC
Created attachment 92506 [details]
ebuild with mp4 support

here is an ebuild for faac that depends on libmp4v2... we could also have a mp4 use flag (but I was too lazy to add a local flag)... what do you think ?
Comment 8 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-07-27 23:44:26 UTC
Gah, I'm not sure why I overseen this bug up to now. Will add a -r3 with libmp4v2 support back in.
Comment 9 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-07-27 23:51:52 UTC
Committed now, without arm, mips and ppc-macos keywords tho.