Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick ImageMagick: Support HEIC decode ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/84b0fe0a8b02
branches: trunk
changeset: 437782:84b0fe0a8b02
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon Aug 31 17:29:24 2020 +0000
description:
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
diffstat:
graphics/ImageMagick/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 0c039d9efea4 -r 84b0fe0a8b02 graphics/ImageMagick/Makefile
--- a/graphics/ImageMagick/Makefile Mon Aug 31 17:25:42 2020 +0000
+++ b/graphics/ImageMagick/Makefile Mon Aug 31 17:29:24 2020 +0000
@@ -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 @@
.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