Hide Forgot
Description of problem: Since wp3.5, ImageMagick is used instead of GD for image manipulation, if /usr/bin/convert is available. I think that a new depends on ImageMagick would be good in order to get better performance/quality by default. Version-Release number of selected component (if applicable): wordpress-3.7.1-1.fc21.noarch.rpm
Correction: The dependency should be on php-pecl-imagick, as reflected in http://make.wordpress.org/core/2012/12/06/wp_image_editor-is-incoming/
php-pecl_imagick is an optional dependency. So this should be installed on user/admin choice, not by default. Espcecially because pecl/imagick pull a lot od dependencies, and have conflicts with some other extension (pecl/gmagick). So, sorry, but I think we can't add this as a mandatory dep.
OK, I understand. However, a mention on this could be done in /usr/share/doc/wordpress-3.7.1/README.fedora so IT admins can be aware of this option and make a choice.
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22
Would be nice to use recommends for optional packages in addition to the readme file.
Already explained in README, as for opcache and pecl/ssh2 I don't want to add any dependencies (because of the conflicts) Even a recommends could raise issue (1st install wordpress, then another app requiring gmagick)