Package: smilutils Version: 0.3.2+cvs20070731-4 Severity: serious Hi,
Your package is failing to build with the following error: ffmpeg2raw.c:26:27: error: ffmpeg/common.h: No such file or directory ffmpeg2raw.c:27:29: error: ffmpeg/avformat.h: No such file or directory ffmpeg2raw.c:61: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token ffmpeg2raw.c:84: error: expected specifier-qualifier-list before 'AVFormatContext' ffmpeg2raw.c: In function 'ff2raw_init': ffmpeg2raw.c:112: error: 'struct ff2raw' has no member named 'pal' ffmpeg2raw.c:113: error: 'struct ff2raw' has no member named 'video_index' ffmpeg2raw.c:114: error: 'struct ff2raw' has no member named 'audio_index' [...] The problem here is that the includes files changed location, like <ffmpeg/avformat.h> to <libavformat/avformat.h>, and your package will need to be changed for that. Kurt -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org