AFAIK this is not a duplicate of bug #139394. ====[quote from emerge process]==== checking for FFMPEG... yes checking for FFMPEG_POSTPROC... configure: error: Package requirements (libpostproc >= 51.11.0) were not met: Requested 'libpostproc >= 51.11.0' but version of libpostproc is 51.1.0 =================================== This seems to be a typo in upstream, they've fixed it in svn as per: http://livna.org/pipermail/subversion/2006-December/004745.html ..but apparently it exists in current stable xine-lib. Could we get it patched?
Created attachment 108551 [details, diff] xine-lib-1.1.3-postprocver.patch Extracted the patch from http://livna.org/pipermail/subversion/2006-December/004745.html, it applies cleanly and fixed the issue, it seems. For those looking to fix this themselves, overlay the xine-lib ebuild, add this patch to the files/ dir, and add the following line to the bottom of src_unpack: epatch "${FILESDIR}/${P}-postprocver.patch"
Comment on attachment 108551 [details, diff] xine-lib-1.1.3-postprocver.patch No this patch won't do it because it touches configure. The problem is with newer FFmpeg because they reset the versioning of FFMPEG_POSTPROC, the correct fix for that was simply to drop the versioned dependency, as libavcodec before covers for it. I'll see to sed it out.
Fixed now.