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: Alex Vong <alexvong1995 <at> gmail.com>
Subject: bug#27635: closed (Re: [bug#27635] [PATCH] gnu: emacs: Build with
 imagemagick support.)
Date: Mon, 10 Jul 2017 09:51:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#27635: [PATCH] gnu: emacs: Build with imagemagick support.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 27635 <at> debbugs.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: 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!

[Message part 3 (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 4 (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 6 (text/plain, inline)]
Cheers,
Alex
[signature.asc (application/pgp-signature, inline)]

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.