On Thu, Mar 08, 2007 at 07:58:54AM +0100, Mike Hommey wrote: > On Thu, Mar 08, 2007 at 01:28:13PM +0900, VDR dai (deb) <[EMAIL PROTECTED]> > wrote: > > iceweasel 2.0.0.2+dfsg-4 failed to build using > > graphicsmagick-imagemagick-compat > > instead of imagemagick. > > Great, that means graphicsmagick-imagemagick-compat is not compatible to > imagemagick as advertised. > > > composite -compose src-over -geometry -2+5 debian/document_icon.png > > browser/app/document.png debian/document.png > > composite: Unrecognized compose operator (src-over). > > make: *** [build-stamp] Error 1
I've been pondering about this one for a while but haven't come up with a truely satisfying fix yet. By definition, graphicsmagick is compatible with imagemagick as it's a fork. However, it's compatible to a pretty ancient version. The number of missing features in graphicsmagick is still quite small, and few users will notice a difference, so I'd rather not lose the Provides: imagemagick. Technically, as you're using a feature in imagemagick 6.x (the changelog doesn't mention the exact version it was added, but 6.0.2 already knows it), the correct fix is for iceweasel to build-depend on imagemagick (>= 5:6.0). But then I'm not to happy to require maintainers to care about compatibility with pre-woody versions of imagemagick, either. What's your feeling on this one? Regards, Daniel. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

