GNU bug report logs - #27635
[PATCH] gnu: emacs: Build with imagemagick support.

Previous Next

Package: guix-patches;

Reported by: Alex Vong <alexvong1995 <at> gmail.com>

Date: Mon, 10 Jul 2017 04:06:01 UTC

Severity: normal

Tags: patch

Done: Arun Isaac <arunisaac <at> systemreboot.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Arun Isaac <arunisaac <at> systemreboot.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#27635: closed ([PATCH] gnu: emacs: Build with imagemagick
 support.)
Date: Mon, 10 Jul 2017 09:51:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 10 Jul 2017 15:20:01 +0530
with message-id <f650cd26.AEMAMzpaLJEAAAAAAAAAAAPSfd4AAAACwQwAAAAAAAW9WABZY03U <at> mailjet.com>
and subject line Re: [bug#27635] [PATCH] gnu: emacs: Build with imagemagick support.
has caused the debbugs.gnu.org bug report #27635,
regarding [PATCH] gnu: emacs: Build with imagemagick support.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
27635: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27635
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Alex Vong <alexvong1995 <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs: Build with imagemagick support.
Date: Mon, 10 Jul 2017 12:04:21 +0800
[Message part 3 (text/plain, inline)]
Hi,

Currently, Emacs cannot resize image in image-mode because it lacks
imagemagick support. This patch adds it:

[0001-gnu-emacs-Build-with-imagemagick-support.patch (text/x-diff, inline)]
From bd4bb491b84b45c16775fb9ed2734ff3d239d9c8 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995 <at> gmail.com>
Date: Mon, 10 Jul 2017 11:54:22 +0800
Subject: [PATCH] gnu: emacs: Build with imagemagick support.

* gnu/packages/emacs.scm (emacs)[inputs]: Add imagemagick.
---
 gnu/packages/emacs.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index a8bc58bb2..be71f140d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -171,6 +171,7 @@
        ("libtiff" ,libtiff)
        ("giflib" ,giflib)
        ("libjpeg" ,libjpeg-8)
+       ("imagemagick" ,imagemagick)
        ("acl" ,acl)
 
        ;; When looking for libpng `configure' links with `-lpng -lz', so we
-- 
2.13.2

[Message part 5 (text/plain, inline)]
Cheers,
Alex
[signature.asc (application/pgp-signature, inline)]
[Message part 7 (message/rfc822, inline)]
From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Alex Vong <alexvong1995 <at> gmail.com>
Cc: 27635-done <at> debbugs.gnu.org
Subject: Re: [bug#27635] [PATCH] gnu: emacs: Build with imagemagick support.
Date: Mon, 10 Jul 2017 15:20:01 +0530
Pushed, thanks!


This bug report was last modified 8 years and 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.