pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ImageMagick
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Aug 31 17:29:24 UTC 2020
Modified Files:
pkgsrc/graphics/ImageMagick: Makefile
Log Message:
ImageMagick: Support HEIC decode support and bump PKGREVISION
However colorspace detection does not work properly in display command.
For photos taken by iPhone requires -colorspace sRGB option like:
$ display -colorspace sRGB image.HEIC
To generate a diff of this commit:
cvs rdiff -u -r1.272 -r1.273 pkgsrc/graphics/ImageMagick/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ImageMagick/Makefile
diff -u pkgsrc/graphics/ImageMagick/Makefile:1.272 pkgsrc/graphics/ImageMagick/Makefile:1.273
--- pkgsrc/graphics/ImageMagick/Makefile:1.272 Mon Aug 24 08:12:45 2020
+++ pkgsrc/graphics/ImageMagick/Makefile Mon Aug 31 17:29:24 2020
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.272 2020/08/24 08:12:45 wiz Exp $
+# $NetBSD: Makefile,v 1.273 2020/08/31 17:29:24 ryoon Exp $
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
+PKGREVISION= 1
MAINTAINER= adam%NetBSD.org@localhost
COMMENT= Package for display and interactive manipulation of images
@@ -92,6 +93,7 @@ CTF_FILES_SKIP+= lib/libMagickWand-7.Q16
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/lcms2/buildlink3.mk"
+.include "../../graphics/libheif/buildlink3.mk"
.include "../../graphics/libwebp/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index