From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-951625-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12367139694 for <garchives@archives.gentoo.org>; Tue, 23 May 2017 09:09:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6755921C06C; Tue, 23 May 2017 09:09:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4013C21C06C for <gentoo-commits@lists.gentoo.org>; Tue, 23 May 2017 09:09:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BB29341736 for <gentoo-commits@lists.gentoo.org>; Tue, 23 May 2017 09:09:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 137ED7459 for <gentoo-commits@lists.gentoo.org>; Tue, 23 May 2017 09:09:38 +0000 (UTC) From: "Lars Wendler" <polynomial-c@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org> Message-ID: <1495530574.3fc97f728cf9805bf2845d4c7633c0c063d77692.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/dvdauthor/, media-video/dvdauthor/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild media-video/dvdauthor/files/dvdauthor-0.7.2-imagemagick7.patch X-VCS-Directories: media-video/dvdauthor/files/ media-video/dvdauthor/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3fc97f728cf9805bf2845d4c7633c0c063d77692 X-VCS-Branch: master Date: Tue, 23 May 2017 09:09:38 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0cb22b77-d13f-4147-bd87-33ef63c40858 X-Archives-Hash: a038b8c8356c80cca119283797d81eb7 commit: 3fc97f728cf9805bf2845d4c7633c0c063d77692 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Tue May 23 09:09:07 2017 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Tue May 23 09:09:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc97f72 media-video/dvdauthor: Fixed build with imagemagick-7 (bug #610574). Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild | 5 +++ .../files/dvdauthor-0.7.2-imagemagick7.patch | 37 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild b/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild index 035baec1312..b279738dca1 100644 --- a/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild +++ b/media-video/dvdauthor/dvdauthor-0.7.2-r1.ebuild @@ -30,6 +30,11 @@ DOCS=( AUTHORS ChangeLog README TODO ) src_prepare() { default + + if has_version '>=media-gfx/imagemagick-7.0.1.0' ; then + eapply "${FILESDIR}/${PN}-0.7.2-imagemagick7.patch" + fi + if use graphicsmagick ; then sed -i -e 's:ExportImagePixels:dIsAbLeAuToMaGiC&:' configure \ || die diff --git a/media-video/dvdauthor/files/dvdauthor-0.7.2-imagemagick7.patch b/media-video/dvdauthor/files/dvdauthor-0.7.2-imagemagick7.patch new file mode 100644 index 00000000000..9f9e3a0b301 --- /dev/null +++ b/media-video/dvdauthor/files/dvdauthor-0.7.2-imagemagick7.patch @@ -0,0 +1,37 @@ +--- dvdauthor/src/subgen-image.c ++++ dvdauthor/src/subgen-image.c +@@ -30,7 +30,7 @@ + + #if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK) + #include <stdarg.h> +-#include <magick/api.h> ++#include <MagickWand/MagickWand.h> + #else + #include <png.h> + #endif +@@ -181,7 +181,8 @@ + unsigned long magickver; + unsigned char amask; + +- GetExceptionInfo(&ei); ++ ExceptionInfo *exception_info; ++ exception_info = AcquireExceptionInfo(); + ii=CloneImageInfo(NULL); + strcpy(ii->filename,s->fname); + im=ReadImage(ii,&ei); +@@ -1098,13 +1099,13 @@ + void image_init() + { + #if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK) +- InitializeMagick(NULL); ++ MagickCoreGenesis("", MagickFalse); + #endif + } + + void image_shutdown() + { + #if defined(HAVE_MAGICK) || defined(HAVE_GMAGICK) +- DestroyMagick(); ++ MagickCoreTerminus(); + #endif + }