[Pkg-gmagick-im-team] Bug#1095690: Not ready

Yavor Doganov yavor at gnu.org
Fri Oct 31 15:19:34 GMT 2025


Bastien Roucaries wrote:
> Le jeudi 30 octobre 2025, 18:28:49 heure normale d’Europe centrale Yavor Doganov a écrit :
> > On Mon, 31 Mar 2025 16:12:28 +0300,
> > Bastien Roucariès wrote:
> > 
> > > Any idea to solve is welcomed
> > 
> > I believe there's nothing to solve:

> Care in this case to send a patch ?

Sure; here it is (you have to regenerate debian/control).
-------------- next part --------------
diff -Nru imagemagick-7.1.1.43+dfsg1/debian/control.d/noquantum.in imagemagick-7.1.1.43+dfsg1/debian/control.d/noquantum.in
--- imagemagick-7.1.1.43+dfsg1/debian/control.d/noquantum.in	2024-12-29 13:21:15.000000000 +0200
+++ imagemagick-7.1.1.43+dfsg1/debian/control.d/noquantum.in	2025-02-11 10:33:56.000000000 +0200
@@ -29,7 +29,7 @@
  libwmf-dev, libheif-dev, libwebp-dev,
 # libgraphviz-dev, incompatible license against fftw
 # for converting svg
- libpango1.0-dev, librsvg2-bin, librsvg2-dev, libxml2-dev,
+ libpango1.0-dev, librsvg2-bin ${RSVG_ARCH}, librsvg2-dev ${RSVG_ARCH}, libxml2-dev,
 # for libraw
  libraw-dev,
 # for easy symbols of c++ lib
diff -Nru imagemagick-7.1.1.43+dfsg1/debian/rules imagemagick-7.1.1.43+dfsg1/debian/rules
--- imagemagick-7.1.1.43+dfsg1/debian/rules	2024-12-29 13:19:45.000000000 +0200
+++ imagemagick-7.1.1.43+dfsg1/debian/rules	2025-02-11 19:30:32.000000000 +0200
@@ -39,6 +39,9 @@
 export DEFAULTQUANTUMDEPTH := $(shell echo $(QUANTUMDEPTH) | cut -f 1 -d ' ')
 export NOQUANTUMDEPTH := $(shell echo $(QUANTUMDEPTH) | cut -f 1 -d ' ')
 
+# list of architectures where librsvg is available
+export RSVG_ARCH := [!alpha !hppa !m68k !sh4]
+
 # convert used for icons
 export MAGICK ?= ./magick.sh magick
 export CONVERT ?= $(MAGICK) convert


More information about the Pkg-gmagick-im-team mailing list