Erlend Davidson a écrit : > RE: > https://launchpad.net/ubuntu/hardy/+source/thunar-thumbnailers/0.3.0-1ubuntu1 > > I am the developer of thunar-thumbnaiilers, and I have recently noticed a > mistake in the packaging in Ubuntu. > > Raw-thumbnailer support does not depend on the "raw-thumbnailer" package. > It will use it if present, however if "raw-thumbnailer" is not present then > thunar-thumbnailers will use dcraw (which is in the Ubuntu repository). > > Thank you, > > Erlend >
Hi, (CC'ing Debian Xfce Maintainers, since we merge this package from Debian). The problem is that the configure script expects raw-thumbnailer to be installed when you pass the --enable-raw flag (it doesn't even check for dcraw): checking for raw-thumbnailer... no configure: error: Install raw-thumbnailer (http://code.google.com/p/raw-thumbnailer) before enabling raw image thumbnailing make: *** [config.status] Error 1 And thus the build fails. That's why it's disabled in the Debian/Ubuntu package. I'm not an autotools guru, but I guess a possible fix would be to use AC_MSG_WARN instead of AC_MSG_ERROR for raw-thumbnailer in configure.in, so if raw-thumbnailer isn't present but dcraw is, the configure script will still be happy. Cheers, Lionel -- Lionel Le Folgoc - https://launchpad.net/~mrpouit EEBA 555E 0CDE 92BB 3AF4 4AB3 45A0 357B 5179 5910
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-xfce-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel

