(In reply to Petr Gajdos from comment #7) > (In reply to Christophe Marin from comment #3) > > > ImageMagick is not a 1:1 replacement. > > > > > > > Same remark for the gmic SR: > > > > ./src/Makefile:320:MAGICK_CFLAGS = -Dcimg_use_magick $(shell pkg-config > > --cflags GraphicsMagick++ || echo -I$(USR)/$(INCLUDE)/GraphicsMagick) > > > > Just replacing the BuildRequires removes some features. > > // Configure Magick++ support. > // (http://www.imagemagick.org/Magick++) > // > // Define 'cimg_use_magick' to enable Magick++ support. > // > // Magick++ library may be used to get a native support of various image > file formats. > // (see methods 'CImg<T>::{load,save}()'). > #ifdef cimg_use_magick > #include "Magick++.h" > #endif > > :) ok so this one just needs a slightly more verbose changelog entry, and now with a ref to the bug report :)