The build of mpeg-tools-1.5b-r2 fails with the error message: jpeg.c:83:21: jpegint.h: No such file or directory. gcc -O2 -pipe -mcpu=i686 -fomit-frame-pointer -Iheaders -Wall -Wmissing-prototypes -c -o main.o main.c jpeg.c: In function `ReadJPEG': jpeg.c:586: warning: implicit declaration of function `jcopy_sample_rows' make: *** [jpeg.o] Error 1 make: *** Waiting for unfinished jobs.... Reproducible: Always Steps to Reproduce: 1. emerge mpeg-tools Actual Results: The build fails. Expected Results: The file is also included in the libmovtar ebuild. When adding this file to mpeg-tools, the build is successful.
jpeg provides that header file
err mpeg-tools doesnt DEPEND on jpeg ...
added jpeg to DEPEND in cvs
thx