From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: [PATCH 2/4] gnu: libjpeg: Upgrade to version 9a. Date: Fri, 10 Oct 2014 13:18:26 -0500 Message-ID: <87ppdzvle5.fsf@member.fsf.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xcek0-0001ca-Fx for guix-devel@gnu.org; Fri, 10 Oct 2014 14:16:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xcejv-00022A-Ki for guix-devel@gnu.org; Fri, 10 Oct 2014 14:16:36 -0400 Received: from mail-ig0-x229.google.com ([2607:f8b0:4001:c05::229]:43968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xcejv-000224-Fb for guix-devel@gnu.org; Fri, 10 Oct 2014 14:16:31 -0400 Received: by mail-ig0-f169.google.com with SMTP id uq10so7849492igb.0 for ; Fri, 10 Oct 2014 11:16:31 -0700 (PDT) Received: from cooper.gmail.com (chippewa-nat.cray.com. [136.162.34.1]) by mx.google.com with ESMTPSA id nj4sm2369556igb.12.2014.10.10.11.16.30 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 10 Oct 2014 11:16:30 -0700 (PDT) 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: guix-devel@gnu.org --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0002-gnu-libjpeg-Upgrade-to-version-9a.patch >From 88a4cc3aa53c73186b5dbb85bf03b2138f24c825 Mon Sep 17 00:00:00 2001 From: Eric Bavier Date: Fri, 10 Oct 2014 13:07:55 -0500 Subject: [PATCH 2/4] gnu: libjpeg: Upgrade to version 9a. * gnu/packages/image.scm (libjpeg): Upgrade to version 9a. --- gnu/packages/image.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 1b15be3..e4f831e 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -64,13 +64,13 @@ library. It supports almost all PNG features and is extensible.") (define-public libjpeg (package (name "libjpeg") - (version "9") + (version "9a") (source (origin (method url-fetch) (uri (string-append "http://www.ijg.org/files/jpegsrc.v" version ".tar.gz")) (sha256 (base32 - "0dg5wxcx3cw0hal9gvivj97vid9z0s5sb1yvg55hpxmafn9rxqn4")))) + "19q5zr4n60sjcvfbyv06n4pcl1mai3ipvnd2akflayciinj3wx9s")))) (build-system gnu-build-system) (synopsis "Libjpeg, a library for handling JPEG files") (description -- 1.7.9.5 --=-=-= -- Eric Bavier --=-=-=--