Thanks for the update. What does this mean?
The only problem is that QEMU feeds us PPM which is not wired to PHP
really.
We are using this patch to remove imageMagik as it is not required for our
needs.
Eric - I strip out the requirement for ImageMagick because of all the
dependancies
needed for that peice. ImageMagick is only used for libvirt's screenshot
API calls
which we dont even take advantage of in the unRAID web UI.
--- a/configure.ac 2016-10-05 22:20:39.172968837 -0500
+++ b/configure.ac 2016-10-05 22:21:05.645301252 -0500
@@ -172,8 +172,6 @@
LIBVIRT_CHECK_PHP_EXTENSIONDIR
LIBVIRT_CHECK_PHP_CONFDIR
-LIBVIRT_CHECK_PHP_EXTENSION([imagick])
-
OS=`uname`
if test "$OS" = "Darwin"; then
WL=-Wl,
--- a/libvirt-php.spec.in 2017-07-10 10:24:11.103930093 -0500
+++ b/libvirt-php.spec.in 2017-07-10 10:24:46.596915873 -0500
@@ -27,7 +27,6 @@
BuildRequires: libvirt-devel >= %{req_libvirt_version}
BuildRequires: libxml2-devel
BuildRequires: libxslt
-BuildRequires: php-pecl-imagick
%if 0%{?suse_version}
BuildRequires: xhtml-dtd
%else
On Tue, Dec 6, 2022 at 1:06 PM Michal Prívozník <mprivozn(a)redhat.com> wrote:
On 12/6/22 13:57, Simon Fairweather wrote:
> When will 0.5.7 be released?
Yeah, I should probably do the release soon as there is a lot of
changes. But firstly, I'd like to get rid of imagick dependency as it's
not strictly needed (only used in examples/ for downscaling the
screenshots of running domains). Let me see how quickly I can do that.
The only problem is, that QEMU feeds us PPM which is not wired to PHP
really.
Michal