--- imagemagick-7.1.1.25.ebuild.orig 2024-01-05 07:10:40.000000000 +0100 +++ imagemagick-7.1.1.25.ebuild.new 2024-01-14 09:09:04.691118128 +0100 @@ -26,12 +26,14 @@ # Please check this on bumps, SONAME is often not updated! Use abidiff on old/new. # If ABI is broken, change the bit after the '-'. SLOT="0/$(ver_cut 1-3)-18" -IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hardened hdri heif jbig jpeg jpeg2k jpegxl lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zip zlib" +IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hardened hdri heif jbig jpeg jpeg2k jpegxl lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zip zlib tcmalloc jemalloc" REQUIRED_USE=" corefonts? ( truetype ) svg? ( xml ) test? ( corefonts ) + tcmalloc? ( !jemalloc ) + jemalloc? ( !tcmalloc ) " RESTRICT="!test? ( test )" @@ -64,6 +66,8 @@ gnome-base/librsvg media-gfx/potrace ) + tcmalloc? ( dev-util/google-perftools ) + jemalloc? ( dev-libs/jemalloc ) tiff? ( media-libs/tiff:= ) truetype? ( media-fonts/urw-fonts @@ -153,6 +157,8 @@ $(use_with bzip2 bzlib) $(use_with X x) $(use_with zip) + $(use_with tcmalloc) + $(use_with jemalloc) $(use_with zlib) --without-autotrace $(use_with postscript dps)