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

Bug 252517

Summary: media-gfx/nip2 bundles a copy of gtk+extra
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo Graphics Project <graphics+disabled>
Status: RESOLVED CANTFIX    
Severity: normal CC: esigra, pva, rbu
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 251464    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2008-12-25 21:03:43 UTC
gtkutil.c \
        gtkutil.h \
        gtksheet.c \
        gtksheet.h \
        gtkitementry.c \
        gtkitementry.h \
        gtkextra-marshal.c \
        gtkextra-marshal.h \
        gtkextra.c \
....
Comment 1 Peter Volkov (RETIRED) gentoo-dev 2009-01-13 08:48:00 UTC
Yes they do. But they include them as a part of sources:
Makefile.am:
        graphicview.h \
[snip]
        gtkextra.c \
...

they modified them:
configure.in has the following comments before commented gtk+extra checks:

#    commented out  ... we have our own copy of gtksheet with some patches not
#    yet in the main distribution

and I don't see any simple way to split this library out of this package.