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
This commit is contained in:
parent
bf24de1ef5
commit
549dc2a7a6
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 1 19:13:46 UTC 2021 - Chris Coutinho <chrisbcoutinho@gmail.com>
|
||||
|
||||
- Add libheif dependency to support HEIC file formats
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 14:33:57 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user