Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 175681 - media-video/cinepaint-0.22.0 ebuild ignores media-gfx/gimp-print
Summary: media-video/cinepaint-0.22.0 ebuild ignores media-gfx/gimp-print
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-23 10:51 UTC by Honza Macháček
Modified: 2007-04-25 20:48 UTC (History)
0 users

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


Attachments
cinepaint-0.22.0.ebuild patch to honour media-gfx/gimp-print (cinepaint-0.22.0-r1.diff,729 bytes, patch)
2007-04-23 10:52 UTC, Honza Macháček
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Honza Macháček 2007-04-23 10:51:22 UTC
Cinepaint is installed without gimp-print alias gutenprint support, even if media-gfx/gimp-print is installed.

Reproducible: Always

Steps to Reproduce:
Emerge media-video/cinepaint-0.22.0 -- or better look inside the ebuild for the lines

# gutenprint is not in portage
econf --disable-print --enable-gtk2 || die "econf failed"
Actual Results:  
media-gfx/gimp-print is ignored and media-video/cinepaint-0.22.0 always installed without the print plugin.

Expected Results:  
media-gfx/gimp-print should be detected, if present, and its support compiled in.

Its just an unpleasant misunderstanding. Identity of gimp-print and gutenprint should be advertised, known and accepted. May be, when the package has been renamed, renaming its ebuild might be considered, but perhaps that is not worth the pain.

May be not explicitly disabling features, unless the user explicitly disables them or they are well known to break stuff, should be recommended as good developer practice.
Comment 1 Honza Macháček 2007-04-23 10:52:18 UTC
Created attachment 117073 [details, diff]
cinepaint-0.22.0.ebuild patch to honour media-gfx/gimp-print
Comment 2 Alexis Ballier gentoo-dev 2007-04-25 20:48:05 UTC
yep, my mistake most likely I didnt know that gutenprint was simply gimp-print, thanks for reporting, the useflag is now added ;)