Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 813669

Summary: media-libs/libheif-1.12.0: doesn't work without USE flag libde265
Product: Gentoo Linux Reporter: Michael Hofmann <bugs>
Component: Current packagesAssignee: Jakov Smolić <jsmolic>
Status: RESOLVED FIXED    
Severity: normal CC: sam
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info

Description Michael Hofmann 2021-09-18 17:05:08 UTC
When I install media-libs/libheif-1.12.0 with the default USE flags "aom gdk-pixbuf threads", it won't work. I can't open HEIF images with gimp or gpciview. 

As soon as I emerge libheif with the USE flag "libde265", it starts to work. I can open HEIF images with gimp as well as with gpicview.

Another user reported the same problem. See: https://forums.gentoo.org/viewtopic-t-1142559.html

Reproducible: Always
Comment 1 Michael Hofmann 2021-09-18 18:16:43 UTC
Created attachment 739812 [details]
emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2021-09-19 08:06:09 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=947ba1da0999c9c613d32c92cbeb59579aa466d6

commit 947ba1da0999c9c613d32c92cbeb59579aa466d6
Author:     Jakov Smolić <jsmolic@gentoo.org>
AuthorDate: 2021-09-19 08:01:31 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2021-09-19 08:02:55 +0000

    media-libs/libheif: Enable libde265 unconditionally
    
    - Since libheif can't decode HEIF file without it it's not a good idea
      to disable libde265 support, so let's just enable it unconditionally
    
    Closes: https://bugs.gentoo.org/813669
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 .../{libheif-1.12.0.ebuild => libheif-1.12.0-r1.ebuild}        |  8 ++++----
 media-libs/libheif/libheif-9999.ebuild                         | 10 +++++-----
 media-libs/libheif/metadata.xml                                |  1 -
 3 files changed, 9 insertions(+), 10 deletions(-)