From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: [PATCH 1/4] gnu: Add potrace. Date: Tue, 07 Oct 2014 21:39:02 +0400 Message-ID: <87ppe3ixu1.fsf@gmail.com> References: <87fvezx2di.fsf@member.fsf.org> <8738azx1cu.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbYj7-0000xV-9O for guix-devel@gnu.org; Tue, 07 Oct 2014 13:39:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbYj2-000147-IY for guix-devel@gnu.org; Tue, 07 Oct 2014 13:39:09 -0400 In-Reply-To: <8738azx1cu.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 07 Oct 2014 18:59:13 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Court=C3=A8s (2014-10-07 20:59 +0400) wrote: > Eric Bavier skribis: > >> From f178a122f3805cbc23119b20c2144cf2a59bed3f Mon Sep 17 00:00:00 2001 >> From: Eric Bavier >> Date: Tue, 7 Oct 2014 11:13:35 -0500 >> Subject: [PATCH 1/4] gnu: Add potrace. >> >> * gnu/packages/fontutils.scm (potrace): New variable. > > This part looks good to me, but... > >> gnu/packages/fontutils.scm | 28 ++++++++++++++ >> gnu/packages/giflib.scm | 90 +++++++++++++++++++++++++++++++++++++= +++++++ > > What about the giflib.scm changes? Were they intended? Perhaps giflib > 5.x can be added in image.scm? Also "giflib 5.x" will break imlib2. So after updating giflib package, imlib2 should either be switched to "giflib-4" or should use a special patch. A patch used by "Arch Linux" for making imlib2 work with "giflib 5" may be found here: https://projects.archlinux.org/svntogit/packages.git/tree/trunk/imlib2-gifl= ib51.patch?h=3Dpackages/imlib2 --=20 Alex