I upgraded my Nextcloud install to 15.0.0 and went to the administration overview settings page. Under "security & setup warnings," it reported the following: This instance is missing some recommended PHP modules. For improved performance and better compatibility it is highly recommended to install them. imagick I suspect that it wants dev-php/pecl-imagick. I built it, restarted php-fpm, and reloaded the page. The warning went away.
Thanks for the report, it looks like 15 has an updated check for missing deps! This optional one is for preview generation and has been in the list for some time: https://docs.nextcloud.com/server/13/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation (even in 11) I could add this as a USE=imagemagick dependency
I have the same issue here. Please add dev-php/pecl-imagick as an optional dependency with USE-flag.
Merging with the bump to initial bugfix release 15.0.2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8655337139d42a24dc5cfbdef244d19f0ac746b9 commit 8655337139d42a24dc5cfbdef244d19f0ac746b9 Author: Bernard Cafarelli <voyageur@gentoo.org> AuthorDate: 2019-01-14 09:27:47 +0000 Commit: Bernard Cafarelli <voyageur@gentoo.org> CommitDate: 2019-01-14 13:41:07 +0000 www-apps/nextcloud: 15.0.2, 14.0.6, 13.0.10 bumps Also add enabled by default dependency on pecl-imagick in 15 Closes: https://bugs.gentoo.org/673362 Package-Manager: Portage-2.3.55, Repoman-2.3.12 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org> www-apps/nextcloud/Manifest | 3 +++ www-apps/nextcloud/nextcloud-13.0.10.ebuild | 40 ++++++++++++++++++++++++++++ www-apps/nextcloud/nextcloud-14.0.6.ebuild | 40 ++++++++++++++++++++++++++++ www-apps/nextcloud/nextcloud-15.0.2.ebuild | 41 +++++++++++++++++++++++++++++ 4 files changed, 124 insertions(+)