unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: guix-devel@gnu.org
Subject: [PATCH 2/2] gnu: Add imagemagick-6.
Date: Mon,  9 Jan 2017 14:37:40 -0500	[thread overview]
Message-ID: <94fe9c2fb35667fb3985199318d6278e3dbc3579.1483990250.git.leo@famulari.name> (raw)
In-Reply-To: <cover.1483990250.git.leo@famulari.name>
In-Reply-To: <cover.1483990250.git.leo@famulari.name>

* gnu/packages/imagemagick.scm (imagemagick-6): New variable.
---
 gnu/packages/imagemagick.scm | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index d191ea76b..9fe999887 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2013, 2014, 2015 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
 ;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
-;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -113,6 +113,20 @@ transform images, adjust image colors, apply various special effects, or draw
 text, lines, polygons, ellipses and Bézier curves.")
     (license (license:fsf-free "http://www.imagemagick.org/script/license.php"))))
 
+;;; The ImageMagick 6 series is still maintained, in parallel with 7. We keep it
+;;; around for packages that have not adapted to the 7-series API. See
+;;; <https://www.imagemagick.org/script/porting.php> for more information.
+(define-public imagemagick-6
+  (package (inherit imagemagick)
+    (version "6.9.7-3")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append "mirror://imagemagick/ImageMagick-"
+                                 version ".tar.xz"))
+             (sha256
+              (base32
+               "18cibh5rmxddwpsrpzjd4sbim80g5w36zhl8bw582nw39cs6f5w0"))))))
+
 (define-public perl-image-magick
   (package
     (name "perl-image-magick")
-- 
2.11.0

  parent reply	other threads:[~2017-01-09 19:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-09 19:37 [PATCH 0/2] ImageMagick 7 Leo Famulari
2017-01-09 19:37 ` [PATCH 1/2] gnu: Update imagemagick to version 7.0.4-3 Leo Famulari
2017-01-09 19:37 ` Leo Famulari [this message]
2017-01-09 23:03 ` [PATCH 0/2] ImageMagick 7 Ludovic Courtès
2017-01-09 23:19   ` Leo Famulari
2017-01-11 20:18 ` Leo Famulari
2017-01-12 22:11   ` Leo Famulari
2017-01-13  5:13     ` John Darrington
2017-01-13  7:34       ` Leo Famulari
2017-03-11 17:34   ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=94fe9c2fb35667fb3985199318d6278e3dbc3579.1483990250.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).