media-radio/xastir: Fix for compile error with newer Graphicsmagick
authorThomas Beierlein <tomjbe@gentoo.org>
Fri, 26 Jul 2019 14:06:46 +0000 (16:06 +0200)
committerThomas Beierlein <tomjbe@gentoo.org>
Fri, 26 Jul 2019 14:06:46 +0000 (16:06 +0200)
Backport from xastir-2.1.4 for stable version

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
media-radio/xastir/files/xastir-2.0.8-fix-graphicsmagick.diff [new file with mode: 0644]
media-radio/xastir/xastir-2.0.8-r1.ebuild

diff --git a/media-radio/xastir/files/xastir-2.0.8-fix-graphicsmagick.diff b/media-radio/xastir/files/xastir-2.0.8-fix-graphicsmagick.diff
new file mode 100644 (file)
index 0000000..8919239
--- /dev/null
@@ -0,0 +1,32 @@
+# backported from xastir-2.1.4 (see bug #688444)
+--- a/src/map_geo.c    2019-07-26 15:54:19.534488550 +0200
++++ b/src/map_geo.c    2019-07-26 15:56:47.779713950 +0200
+@@ -125,20 +125,7 @@
+ #undef PACKAGE_TARNAME
+ #define XASTIR_PACKAGE_VERSION PACKAGE_VERSION
+ #undef PACKAGE_VERSION
+-#ifdef HAVE_GRAPHICSMAGICK
+-/*#include <GraphicsMagick/magick/api.h>*/
+-/* Define MAGICK_IMPLEMENTATION to access private interfaces
+- * such as DestroyImagePixels(). This may not be a good thing,
+- * but DestroyImagePixels() has been in this code for a long
+- * time. Defining MAGIC_IMPLEMENTATION eliminates the warning that is
+- * now (9/28/2010) being seen on some distros (Ubuntu 10.04 and
+- * OpenSuSE-11.3)
+- */
+-#define MAGICK_IMPLEMENTATION
+ #include <magick/api.h>
+-#else   // HAVE_GRAPHICSMAGICK
+-#include <magick/api.h>
+-#endif  // HAVE_GRAPHICSMAGICK
+ #undef PACKAGE_BUGREPORT
+ #define PACKAGE_BUGREPORT XASTIR_PACKAGE_BUGREPORT
+ #undef XASTIR_PACKAGE_BUGREPORT
+@@ -2030,7 +2017,6 @@
+             if (!SyncImagePixels(image))
+                 fprintf(stderr, "SyncImagePixels Failed....\n");
+       }
+-        DestroyImagePixels(image);
+     }
+     // If were are drawing to a low bpp display (typically < 8bpp)
index d4421c5da9b6aef1fffe478d2e581f5818176eab..c16d857f5d699a876da6abf8552fe701adc829ca 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -45,6 +45,9 @@ src_prepare() {
        # do not filter duplicate flags (see bug 411095)
        epatch "${FILESDIR}"/${PN}-2.0.0-dont-filter-flags.diff
 
+       # fix compile problem with newer graphicsmagic
+       epatch "${FILESDIR}"/${PN}-2.0.8-fix-graphicsmagick.diff
+
        eautoreconf
 }