From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/2] ImageMagick 7 Date: Thu, 12 Jan 2017 17:11:03 -0500 Message-ID: <20170112221103.GA19048@jasmine> References: <20170111201838.GB24185@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRnaP-0004Ko-5h for guix-devel@gnu.org; Thu, 12 Jan 2017 17:11:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRnaM-0001bO-03 for guix-devel@gnu.org; Thu, 12 Jan 2017 17:11:09 -0500 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:57615) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cRnaL-0001bB-P1 for guix-devel@gnu.org; Thu, 12 Jan 2017 17:11:05 -0500 Received: from localhost (unknown [172.58.216.111]) by mail.messagingengine.com (Postfix) with ESMTPA id CBF8A7E188 for ; Thu, 12 Jan 2017 17:11:04 -0500 (EST) Content-Disposition: inline In-Reply-To: <20170111201838.GB24185@jasmine> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org On Wed, Jan 11, 2017 at 03:18:38PM -0500, Leo Famulari wrote: > So, I think we should carefully check each package that uses ImageMagick > directly to see if they are ready. We can check their commit logs and > bug trackers for anything related to ImageMagick. > name: a2ps a2ps uses the `convert` program from ImageMagick, and its use pre-dates ImageMagick 7. > name: awesome Awesome also uses `convert`, and this code is from 2009. So, they need to stay with ImageMagick 6 for now.