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

Bug 563258

Summary: x11-themes/xcursor-themes - missing slot on libpng, but libpng might not actually be a dep
Product: Gentoo Linux Reporter: Ian Stakenvicius (RETIRED) <axs>
Component: Current packagesAssignee: Matt Turner <mattst88>
Status: RESOLVED FIXED    
Severity: normal CC: x11
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ian Stakenvicius (RETIRED) gentoo-dev 2015-10-16 16:43:43 UTC
Repoman triggers dependency.missingslot on media-libs/libpng atom, but looking through the code I don't think there's actually any reason to depend on libpng at all.  The package just contains png files that are used to build the cursors with xcursorgen (which hard-deps on libpng already).  

Unless libXcursor dlopen's libpng when it loads png-based cursors, I think the solution here is to just drop the dep?
Comment 1 Matt Turner gentoo-dev 2015-10-17 19:15:27 UTC
Agreed. I've dropped the libpng dependency.

commit 5c8265b84778eb77f7997f8014af652aa6005fba
Author: Matt Turner <mattst88@gentoo.org>
Date:   Sat Oct 17 12:15:25 2015 -0700

    x11-themes/xcursor-themes: Drop needless libpng dependency.
    
    Bug: https://bugs.gentoo.org/563258