A package recipe to build emacs 26.1 with imagemagick 7 support
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
001-emacs-26.1-imagemagick-7.patch
LICENSE-BSD-3-Clause
LICENSE-GPL-v3
PKGBUILD
README.org
lread.c.diff

README.org

Emacs 26.1 64 bit with imagemagick 7 support

This repository contains a recipe for building emacs with imagemagick 7 support for the mingw64 architecture.

This recipe was created combining

The build requires Imagemagick v7.0.7.28. You find this package under releases.

How to build emacs yourself

Install Imagemagick v7.0.7.28.

See https://github.com/msys2/msys2/wiki/Creating-Packages for general information on building mingw packages. To build the package clone the repo then run MINGW_INSTALLS=mingw64 makepkg-mingw -sCLf in the repo-clone’s root dir.

Known Issues

Building emacs for the mingw32 architecture currently fails. I won’t look into this, because I only use the 64 bit version.

Licence

  • The emacs imagemagick 7 patch is published under the GPL v3 Licence.
  • The original mingw package recipe for building emacs is published under BSD-3-Clause Licence.

See the corresponding licence file for details on copying, etc.