Hide Forgot
Trying to locally rebuild darktable-0.9.3-1.fc15 from git a8e53906, I got an error about installed but unpacked /usr/bin/darktable-viewer. Obviously this didn't happen in koji. As far as I can see the reason is that I have development packages of SDL and OpenGL installed locally, causing dtviewer to be built. These are not listed and thus not installed in koji. I would suggest you either * add these dependencies to the specfile and include dtviewer in the package, or * explicitly set BUILD_SLIDESHOW boolen to FALSE.
Hi Thomas, I'd like to include dtviewer/slideshow in the package, I think only SDL-devel is missing in the build requirements. Thank you for pointing this out.