Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 950491 - media-libs/libheif-1.18.2-r1[gdk-pixbuf] should run gnome2_gdk_pixbuf_update
Summary: media-libs/libheif-1.18.2-r1[gdk-pixbuf] should run gnome2_gdk_pixbuf_update
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2025-03-03 08:03 UTC by crabbed halo ablution
Modified: 2025-04-20 09:15 UTC (History)
1 user (show)

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


Attachments
Patch to run gnome2_gdk_pixbuf_update in postrm and install (libheif.patch,758 bytes, patch)
2025-03-03 08:04 UTC, crabbed halo ablution
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description crabbed halo ablution 2025-03-03 08:03:53 UTC
libheif installs a gdk-pixbuf plugin so eye of gnome and similar apps can view heic files. For that to be registered and be usable, gnome2_gdk_pixbuf_update needs to be run.

Reproducible: Always
Comment 1 crabbed halo ablution 2025-03-03 08:04:31 UTC
Created attachment 920160 [details, diff]
Patch to run gnome2_gdk_pixbuf_update in postrm and install
Comment 2 Larry the Git Cow gentoo-dev 2025-04-20 09:15:16 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0ae4efeb34b664f288cfcddabeae8163848eb4

commit 0e0ae4efeb34b664f288cfcddabeae8163848eb4
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2025-04-20 09:10:58 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-04-20 09:14:50 +0000

    media-libs/libheif: add 1.19.7
    
    * Fix running tests (!) as previously we weren't running cmake_src_test
      at all. While at it, drop useless phase definitions and embrace
      cmake-multilib.eclass.
    
    * Drop USE=go requirement for tests. Doesn't seem required at all now.
    
    * Drops -Werror sed as it now uses the CMake property/setting for that,
      but we already set that in the eclass since 689be1a4afcc8222f7d10f822789d2e1676d0829.
    
    * Fix automagic Doxygen dependency.
    
    * Move USE=go dep on dev-lang/go from RDEPEND->BDEPEND.
    
    * Fix USE=gdk-pixbuf (bug #950491).
    
    Bug: https://bugs.gentoo.org/790593
    Bug: https://bugs.gentoo.org/953971
    Closes: https://bugs.gentoo.org/943172
    Closes: https://bugs.gentoo.org/950491
    Closes: https://bugs.gentoo.org/951505
    Signed-off-by: Sam James <sam@gentoo.org>

 media-libs/libheif/Manifest              |  1 +
 media-libs/libheif/libheif-1.19.7.ebuild | 85 ++++++++++++++++++++++++++++++++
 media-libs/libheif/libheif-9999.ebuild   | 67 ++++++++++---------------
 media-libs/libheif/metadata.xml          |  1 +
 4 files changed, 113 insertions(+), 41 deletions(-)