Hi GNUser
... If .dep policy is to include items required for the extension to run and be fully functional, libjpeg-turbo-bin.tcz should probably be included in feh.tcz.dep. ...
The .dep file may not be enough for some extensions to be fully functional since there are a few extensions which have soft/optional
dependencies. That is typically documented in the .info file. The .dep file should be enough for an extension to run properly, which
does not appear to be the case in this instance.
This is the .tree file for the 64 bit version of feh:
feh.tcz
imlib2.tcz
libexif.tcz
libXinerama.tcz
curl.tcz
ca-certificates.tcz
openssl.tcz
and the .tree file for the 32 bit version of feh:
feh.tcz
libXinerama.tcz
libXext.tcz
libX11.tcz
libxcb.tcz
libXau.tcz
libXdmcp.tcz
libexif.tcz
giblib.tcz
imlib2.tcz
freetype.tcz
libpng.tcz
libjpeg-turbo.tcz
libpng.tcz
bzip2-lib.tcz
libjpeg-turbo-bin.tcz
libjpeg-turbo.tcz
curl.tcz
ca-certificates.tcz
openssl.tcz
The 32 bit version lists libjpeg-turbo-bin.tcz as a direct dependency of feh. Likely it was an oversight and should be added to the
64 bit .dep file.
Though not part of your issue, I see the imlib2.tcz and libXinerama.tcz dependencies are not showing up in the 64 bit .tree file.