]> git.pld-linux.org Git - packages/ImageMagick.git/commitdiff
- revert autotrace version to 0.31.1 auto/th/ImageMagick6-6.9.12.44-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Apr 2022 19:42:52 +0000 (21:42 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 12 Apr 2022 19:42:52 +0000 (21:42 +0200)
ImageMagick-autotrace.patch [new file with mode: 0644]

diff --git a/ImageMagick-autotrace.patch b/ImageMagick-autotrace.patch
new file mode 100644 (file)
index 0000000..e441363
--- /dev/null
@@ -0,0 +1,32 @@
+commit 51968547b98bde1cd6c6cc7145faf3cc1f365a22
+Author: Cristy <mikayla-grace@urban-warrior.org>
+Date:   Sat Feb 22 09:54:09 2020 -0500
+
+    https://github.com/ImageMagick/ImageMagick/issues/1848
+
+diff --git a/coders/svg.c b/coders/svg.c
+index 199475a49..172ec558c 100644
+--- a/coders/svg.c
++++ b/coders/svg.c
+@@ -3931,7 +3931,7 @@ static MagickBooleanType TraceSVGImage(Image *image,ExceptionInfo *exception)
+ {
+ #if defined(MAGICKCORE_AUTOTRACE_DELEGATE)
+   {
+-    at_bitmap_type
++    at_bitmap
+       *trace;
+     at_fitting_opts_type
+diff --git a/configure.ac b/configure.ac
+index cc5d2344c..9eec1941a 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -1714,7 +1714,7 @@ AUTOTRACE_LIBS=""
+ AUTOTRACE_PKG=""
+ if test "x$with_autotrace" = "xyes"; then
+   AC_MSG_RESULT([-------------------------------------------------------------])
+-  PKG_CHECK_MODULES([AUTOTRACE],[autotrace >= 0.31.1],[have_autotrace=yes],[have_autotrace=no])
++  PKG_CHECK_MODULES([AUTOTRACE],[autotrace >= 0.31.2],[have_autotrace=yes],[have_autotrace=no])
+   AC_MSG_RESULT([])
+ fi
This page took 0.056383 seconds and 4 git commands to generate.