emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27635: closed ([PATCH] gnu: emacs: Build with imag


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27635: closed ([PATCH] gnu: emacs: Build with imagemagick support.)
Date: Mon, 10 Jul 2017 09:51:01 +0000

Your message dated Mon, 10 Jul 2017 15:20:01 +0530
with message-id <address@hidden>
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
address@hidden)


-- 
27635: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27635
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs: Build with imagemagick support. Date: Mon, 10 Jul 2017 12:04:21 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
Hi,

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

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

Cheers,
Alex

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#27635] [PATCH] gnu: emacs: Build with imagemagick support. Date: Mon, 10 Jul 2017 15:20:01 +0530
Pushed, thanks!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]