Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 252517 - media-gfx/nip2 bundles a copy of gtk+extra
Summary: media-gfx/nip2 bundles a copy of gtk+extra
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2008-12-25 21:03 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2009-02-11 08:51 UTC (History)
3 users (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 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.