Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 805284 - media-gfx/imagemagick required dependency use-flags to support heif heic
Summary: media-gfx/imagemagick required dependency use-flags to support heif heic
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Codec Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-30 19:03 UTC by Vladimir Varlamov
Modified: 2021-10-20 23:47 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Varlamov 2021-07-30 19:03:58 UTC
media-gfx/imagemagick with "heif" use-flga should require "x265" and "libde265" use-flags in media-libs/libheif for support HEIF/HEIC what is not specified in the ebuild.

See also:
https://github.com/strukturag/libheif/issues/90
"Unsupported feature: Unsupported codec @ error/heic.c/IsHeifSuccess/135."


Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2021-10-20 23:47:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f77a2ff555ea7f9a4ca58bc5a0d8a56e444638e

commit 7f77a2ff555ea7f9a4ca58bc5a0d8a56e444638e
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2021-10-20 23:43:13 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2021-10-20 23:46:50 +0000

    media-gfx/imagemagick: USE=heif should pull in media-libs/libheif[x265]
    
    Imagemagick manipulates images and images in HEIF container are stored
    x265 encoded so it doesn't make sense to pull in libheif without USE=x265
    or imagemagick wouldn't be able to write HEIF images.
    
    Closes: https://bugs.gentoo.org/805284
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 media-gfx/imagemagick/imagemagick-6.9.12.25.ebuild | 2 +-
 media-gfx/imagemagick/imagemagick-7.1.0.10.ebuild  | 2 +-
 media-gfx/imagemagick/imagemagick-9999.ebuild      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)