From 549dc2a7a6530c9298439099bc0fcc20a042b04a7c842aae6ae9ac4d8453ffd0 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 4 Jan 2021 09:52:26 +0000 Subject: [PATCH] Accepting request 859756 from home:cbcoutinho:branches:graphics Add libheif dependency to support HEIC file formats OBS-URL: https://build.opensuse.org/request/show/859756 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=541 --- ImageMagick.changes | 5 +++++ ImageMagick.spec | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ImageMagick.changes b/ImageMagick.changes index 0effebd..9a0e68c 100644 --- a/ImageMagick.changes +++ b/ImageMagick.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 1 19:13:46 UTC 2021 - Chris Coutinho + +- Add libheif dependency to support HEIC file formats + ------------------------------------------------------------------- Mon Dec 28 14:33:57 UTC 2020 - pgajdos@suse.com diff --git a/ImageMagick.spec b/ImageMagick.spec index 263d4c0..2582a79 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,7 +1,7 @@ # # spec file for package ImageMagick # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -81,6 +81,7 @@ BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libexif) +BuildRequires: pkgconfig(libheif) BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(libtiff-4) >= 4.0.3 BuildRequires: pkgconfig(libwebp) @@ -117,6 +118,7 @@ BuildRequires: ghostscript-library BuildRequires: libbz2-devel BuildRequires: libdjvulibre-devel BuildRequires: libexif-devel +BuildRequires: libheif-devel BuildRequires: librsvg-devel BuildRequires: libtiff-devel BuildRequires: libxml-devel