Overview
mjpegtools fails with with this:
[ 104s] /usr/include/SDL/SDL_gfxPrimitives.h:38:10: fatal error: SDL.h: No such file or directory
As SDL/SDL_gxfPrimitives includes SDL.h, the dependency on it should come from SDL_gfx in this case (not mjpegtools buildrequiring it)
SDL_gfx does have the dep:
> rpm -qRp libSDL_gfx-devel-2.0.26-35.1.x86_64.rpm /usr/bin/pkg-config libSDL_gfx15 = 2.0.26 pkgconfig(sdl) >= 1.2.0 <-- right here
Maybe you need to tell mjpegtools to actualy use pkgconfig. It's not like SDL_gfx 1.x had any real change with regards to headers (I believe).
SDL_gfx changed an #include "SDL.h"
to #include <SDL.h>
. That is not an incorrect move, but it causes "." relative to SDL_gfxPrimitives.h not to be necessarily searched. The bug is with mjpegtools which fails to obtain pkg-config flags from SDL_gfx.pc.
Request History
jengelh created request
factory-auto added opensuse-review-team as a reviewer
Please review sources
factory-auto added repo-checker as a reviewer
Please review build success
factory-auto accepted review
Check script succeeded
licensedigger accepted review
ok
staging-bot set openSUSE:Factory:Staging:I as a staging project
Being evaluated by staging project "openSUSE:Factory:Staging:I"
staging-bot accepted review
Picked openSUSE:Factory:Staging:I
dimstar accepted review
repo-checker accepted review
cycle and install check passed
dimstar_suse accepted review
ready to accept
dimstar_suse approved review
ready to accept
dimstar_suse accepted request
Accept to openSUSE:Factory