1. completely trivial: the icons are in different places than those from src_install - it's ${S}/share/icons/${res}x${res}/vlc.png (at least it seems that way) 2. probably minor: at least for ffmpeg-0.6, it's libpostproc/postprocess.h, not postproc/postprocess.h, so we're getting a false negative here
(In reply to comment #0) > 1. completely trivial: the icons are in different places > than those from src_install - it's ${S}/share/icons/${res}x${res}/vlc.png > (at least it seems that way) please be more verbose what needs fixing > 2. probably minor: at least for ffmpeg-0.6, it's libpostproc/postprocess.h, > not postproc/postprocess.h, so we're getting a false negative here this is intended that way; if postproc/postprocess.h isnt found it'll use the libpostproc's one.
(In reply to comment #1) > (In reply to comment #0) > > 1. completely trivial: the icons are in different places > > than those from src_install - it's ${S}/share/icons/${res}x${res}/vlc.png > > (at least it seems that way) > > please be more verbose what needs fixing nevermind, i got it; i didn't think this commit went to 1.1 but it was, fixed, thanks for reporting