Created attachment 345864 [details] build.log If dev-lang/yasm is not installed media-libs/avidemux-core-2.6.3 fails to build: -- Configuring FFmpeg ERRORconfigure returned <1> ERRORconfigure output is <yasm not found, use --disable-yasm for a crippled build If you think configure made a mistake, make sure you are using the latest version from Git. If the latest version fails, report the problem to the ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net. Include the log file "config.log" produced by configure as this will help solving the problem. > CMake Error at /var/tmp/portage/media-libs/avidemux-core-2.6.3/work/avidemux_2.6.3/cmake/admFFmpegBuild.cmake:212 (MESSAGE): An error occured Call Stack (most recent call first): CMakeLists.txt:77 (include)
Nice find, couldn't see this because ffmpeg configure output is hidden (and couldn't get it enabled) and therefore I couldn't read through it; I'll look into this later today.
+ 19 Apr 2013; Tom Wijsman <TomWij@gentoo.org> avidemux-core-2.6.3.ebuild: + Added missing dev-lang/yasm[nls=] DEPEND to media-libs/avidemux-core-2.6.3 + [-system-ffmpeg], reported by Nikoli. Fixes bug #466318. Thank you.