Summary: | media-video/avidemux (any version) doesn't work with >=media-libs/x264-0.0.200090908 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | gglaboussole <alpalaya> |
Component: | Current packages | Assignee: | Ben de Groot (RETIRED) <yngwin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | Adrian.Bassett, Martin.Jansa, media-video, qt, timmy, tomas, trxman, zeekec, zima |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
avidemux's log with detection of x264
avidemux's log with no detected x264 version build.log for avidemux-2.5.1_p5359 |
Description
gglaboussole
2009-09-28 17:01:25 UTC
Created attachment 205494 [details]
avidemux's log with detection of x264
Created attachment 205500 [details]
avidemux's log with no detected x264 version
reverting to media-libs/x264-0.0.20090629 and recompiling avidemux solved the problem for me. Indeed, the latest libx264 has changed api to version 75 (it provides x264_encoder_open_75 instead of x264_encoder_open) and avidemux-2.5.1 is not compatible with it. You need to either (1) downgrade x264 and recompile avidemux, (2) build avidemux by hand from svn, or (3) wait for next release ;) More info: http://avidemux.org/admForum/viewtopic.php?id=6647 http://avidemux.org/admForum/viewtopic.php?id=6668 I guess the proper solution for gentoo is to make the avidemux ebuild (?all versions <=2.5.1) depend on <=media-libs/x264-0.0.20090629. I've specified <media-libs/x264-0.0.200090908 in the avidemux ebuilds now. I'm planning to add a snapshot that works with newer x264. The snapshot version works for me (~x86, x264-0.0.20090908, gcc-4.4.1,...), thanks for the ebuild. The 2.5.1_p5359 snapshot should solve this till the next release. Closing. (In reply to comment #8) > The 2.5.1_p5359 snapshot should solve this till the next release. Closing. > Thanks and sorry for reopen all that's ok but in order to completly close this bug it is necessary to add subversion as depedency in the ebuild to avoid avidemux failed to configure ! regards Created attachment 207568 [details]
build.log for avidemux-2.5.1_p5359
avidemux-2.5.1_p5359 is fine for x264-0.0.20090908 but does not work with x264-0.0.20090923.
In reply to comment #9) > it is necessary to add subversion as depedency in the ebuild to avoid > avidemux failed to configure ! This is a different issue, and you should have opened a new bug for that. Please do so in the future. Ideally we should not need subversion as build dep, but that probably needs some patching then. (In reply to comment #10) > avidemux-2.5.1_p5359 is fine for x264-0.0.20090908 but does not work with > x264-0.0.20090923. That is bug #287850. Reverting bug summary to description of original bug. The separate issue reported in comment #9 is a duplicate of bug #287241. |