Diff imagemagick-6.9.12.93 with a imagemagick-6.9.12.96
/usr/portage/media-gfx/imagemagick/imagemagick-6.9.12.96.ebuild 2023-10-09 14:52:31.632368404 +0300 | ||
---|---|---|
25 | 25 |
LICENSE="imagemagick" |
26 | 26 |
# Please check this on bumps, SONAME is often not updated! Use abidiff on old/new. |
27 | 27 |
# If ABI is broken, change the bit after the '-'. |
28 |
SLOT="0/$(ver_cut 1-3)-58" |
|
29 |
IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hdri heif jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib" |
|
28 |
SLOT="0/$(ver_cut 1-3)-96" |
|
29 |
IUSE="bzip2 corefonts +cxx djvu fftw fontconfig fpx graphviz hardened hdri heif jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl +png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib" |
|
30 | 30 | |
31 | 31 |
REQUIRED_USE=" |
32 | 32 |
corefonts? ( truetype ) |
... | ... | |
175 | 175 |
$(use_with wmf) |
176 | 176 |
$(use_with xml) |
177 | 177 |
--with-gcc-arch=no-automagic |
178 | ||
179 |
# Default upstream (as of 6.9.12.96/7.1.1.18 anyway) is open |
|
180 |
# For now, let's make USE=hardened do 'limited', and have USE=-hardened |
|
181 |
# reflect the upstream default of 'open'. |
|
182 |
# |
|
183 |
# We might change it to 'secure' and 'limited' at some point. |
|
184 |
# See also bug #716674. |
|
185 |
--with-security-policy=$(usex hardened limited open) |
|
178 | 186 |
) |
179 | 187 | |
180 | 188 |
CONFIG_SHELL="${BROOT}"/bin/bash econf "${myeconfargs[@]}" |