unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: calibre: Remove imagemagick dependency.
@ 2016-07-27 12:50 Alex Griffin
  2016-07-27 13:50 ` Alex Griffin
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Griffin @ 2016-07-27 12:50 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 82 bytes --]

Calibre dropped the dependency on ImageMagick in version 2.57.1.
-- 
Alex Griffin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-calibre-Remove-imagemagick-dependency.patch --]
[-- Type: text/x-patch; name="0001-gnu-calibre-Remove-imagemagick-dependency.patch", Size: 1325 bytes --]

From 418283c53c66e2da7634ef1e1545ab406450ee6f Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Tue, 26 Jul 2016 12:26:25 -0500
Subject: [PATCH] gnu: calibre: Remove imagemagick dependency.

* gnu/packages/ebook.scm (calibre): Remove out-dated imagemagick dependency.
---
 gnu/packages/ebook.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index d97e869..c73b52f 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2016 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -31,7 +32,6 @@
   #:use-module (gnu packages glib)
   #:use-module (gnu packages icu4c)
   #:use-module (gnu packages image)
-  #:use-module (gnu packages imagemagick)
   #:use-module (gnu packages libusb)
   #:use-module (gnu packages pdf)
   #:use-module (gnu packages pkg-config)
@@ -102,7 +102,6 @@
        ("fontconfig" ,fontconfig)
        ("glib" ,glib)
        ("icu4c" ,icu4c)
-       ("imagemagick" ,imagemagick)
        ("libmtp" ,libmtp)
        ("libpng" ,libpng)
        ("libusb" ,libusb)
-- 
2.9.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: calibre: Remove imagemagick dependency.
  2016-07-27 12:50 [PATCH] gnu: calibre: Remove imagemagick dependency Alex Griffin
@ 2016-07-27 13:50 ` Alex Griffin
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Griffin @ 2016-07-27 13:50 UTC (permalink / raw)
  To: guix-devel

On Wed, Jul 27, 2016, at 07:50 AM, Alex Griffin wrote:
> Calibre dropped the dependency on ImageMagick in version 2.57.1.

On second thought, disregard this patch. I'm going to roll it into
another one that updates the package as well.
-- 
Alex Griffin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-27 13:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-27 12:50 [PATCH] gnu: calibre: Remove imagemagick dependency Alex Griffin
2016-07-27 13:50 ` Alex Griffin

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).