all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#27635] [PATCH] gnu: emacs: Build with imagemagick support.
@ 2017-07-10  4:04 Alex Vong
  2017-07-10  9:50 ` bug#27635: " Arun Isaac
  2017-07-10 10:36 ` [bug#27635] " Ludovic Courtès
  0 siblings, 2 replies; 10+ messages in thread
From: Alex Vong @ 2017-07-10  4:04 UTC (permalink / raw)
  To: 27635


[-- Attachment #1.1: Type: text/plain, Size: 115 bytes --]

Hi,

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


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-gnu-emacs-Build-with-imagemagick-support.patch --]
[-- Type: text/x-diff, Size: 772 bytes --]

From bd4bb491b84b45c16775fb9ed2734ff3d239d9c8 Mon Sep 17 00:00:00 2001
From: Alex Vong <alexvong1995@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


[-- Attachment #1.3: Type: text/plain, Size: 14 bytes --]


Cheers,
Alex

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2017-07-11 21:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-10  4:04 [bug#27635] [PATCH] gnu: emacs: Build with imagemagick support Alex Vong
2017-07-10  9:50 ` bug#27635: " Arun Isaac
2017-07-10 10:36 ` [bug#27635] " Ludovic Courtès
2017-07-11  5:28   ` Arun Isaac
     [not found]   ` <4065ab44.AEMAM2ovFI4AAAAAAAAAAAOzWv8AAAACwQwAAAAAAAW9WABZZGIV@mailjet.com>
2017-07-11  8:29     ` Ludovic Courtès
2017-07-11 13:16       ` Alex Vong
2017-07-11 14:42         ` Ludovic Courtès
2017-07-11 21:31       ` Arun Isaac
2017-07-11 14:12   ` Arun Isaac
     [not found]   ` <8fa36bff.AEEANLsStFwAAAAAAAAAAAOzWv8AAAACwQwAAAAAAAW9WABZZNy9@mailjet.com>
2017-07-11 14:44     ` Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.