From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5641138336 for ; Sun, 9 Sep 2018 00:16:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 968FFE083D; Sun, 9 Sep 2018 00:16:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58C08E083D for ; Sun, 9 Sep 2018 00:16:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F24C5340924 for ; Sun, 9 Sep 2018 00:16:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E36413D0 for ; Sun, 9 Sep 2018 00:16:26 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1536452171.cbec33dc809fe6b4ecc2521f9a88473646fa5fe5.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imagemagick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/imagemagick/imagemagick-9999.ebuild media-gfx/imagemagick/metadata.xml X-VCS-Directories: media-gfx/imagemagick/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: cbec33dc809fe6b4ecc2521f9a88473646fa5fe5 X-VCS-Branch: master Date: Sun, 9 Sep 2018 00:16:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4e9b1f2d-715f-4c80-a8bc-01085d9e0774 X-Archives-Hash: adb51d98bdf83db7ddee8563b06ae1b4 commit: cbec33dc809fe6b4ecc2521f9a88473646fa5fe5 Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Sep 8 23:52:53 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Sep 9 00:16:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbec33dc media-gfx/imagemagick: add support for HEIC/HEIF image format Bug: https://bugs.gentoo.org/654010 Package-Manager: Portage-2.3.49, Repoman-2.3.10 media-gfx/imagemagick/imagemagick-9999.ebuild | 4 +++- media-gfx/imagemagick/metadata.xml | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/media-gfx/imagemagick/imagemagick-9999.ebuild b/media-gfx/imagemagick/imagemagick-9999.ebuild index 25c4681ac13..830fae68066 100644 --- a/media-gfx/imagemagick/imagemagick-9999.ebuild +++ b/media-gfx/imagemagick/imagemagick-9999.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://www.imagemagick.org/" LICENSE="imagemagick" SLOT="0/${PV}" -IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib" +IUSE="bzip2 corefonts cxx djvu fftw fontconfig fpx graphviz hdri heif jbig jpeg jpeg2k lcms lqr lzma opencl openexr openmp pango perl png postscript q32 q8 raw static-libs svg test tiff truetype webp wmf X xml zlib" RESTRICT="perl? ( userpriv )" @@ -33,6 +33,7 @@ RDEPEND=" fontconfig? ( media-libs/fontconfig ) fpx? ( >=media-libs/libfpx-1.3.0-r1 ) graphviz? ( media-gfx/graphviz ) + heif? ( media-libs/libheif:= ) jbig? ( >=media-libs/jbigkit-2:= ) jpeg? ( virtual/jpeg:0 ) jpeg2k? ( >=media-libs/openjpeg-2.1.0:2 ) @@ -151,6 +152,7 @@ src_configure() { $(use_with truetype freetype) $(use_with postscript gslib) $(use_with graphviz gvc) + $(use_with heif heic) $(use_with jbig) $(use_with jpeg) $(use_with jpeg2k openjp2) diff --git a/media-gfx/imagemagick/metadata.xml b/media-gfx/imagemagick/metadata.xml index c0cb28c0d86..1b7f7eecf94 100644 --- a/media-gfx/imagemagick/metadata.xml +++ b/media-gfx/imagemagick/metadata.xml @@ -8,7 +8,8 @@ Use media-fonts/corefonts which is required by some commands Enable media-libs/libfpx support - enable High Dynamic Range Images formats + Enable support for ISO/IEC 23008-12:2017 HEIF/HEIC image format using media-libs/libheif + Enable High Dynamic Range Images formats Enable experimental liquid rescale support using media-libs/liblqr Enable OpenCL support Enable Pango support using x11-libs/pango