Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 149474 - e_modules-9999 - screenshot module needs media-gfx/scrot and media-gfx/imagemagick
Summary: e_modules-9999 - screenshot module needs media-gfx/scrot and media-gfx/imagem...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-28 19:06 UTC by Marc-Andre Landry
Modified: 2007-01-20 00:12 UTC (History)
0 users

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


Attachments
The same patch as the inline one for easier manipulation. (e_modules-9999.ebuild.patch,278 bytes, patch)
2006-09-28 19:07 UTC, Marc-Andre Landry
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-Andre Landry 2006-09-28 19:06:10 UTC
I proposed to had RDEPEND to e_modules-9999 so that it prevent missing dependency for screenshot module : which are media-gfx/scrot and media-gfx/imagemagick. Will also prevent silently broking system when doing a depclean.

Another enhancement would be to add use flag to use one or both : could be scrot and imgmagick.

------------
--- e_modules-9999.ebuild       2006-09-28 21:49:04.000000000 -0400
+++ e_modules-9999-r1.ebuild    2006-09-28 21:53:59.000000000 -0400
@@ -17,3 +17,6 @@
        media-libs/alsa-lib
        x11-libs/libXdamage
        x11-libs/libXcomposite"
+RDEPEND="${DEPEND}
+       media-gfx/scrot
+       media-gfx/imagemagick"
Comment 1 Marc-Andre Landry 2006-09-28 19:07:12 UTC
Created attachment 98353 [details, diff]
The same patch as the inline one for easier manipulation.
Comment 2 SpanKY gentoo-dev 2007-01-20 00:12:11 UTC
fixed in the overlay, thanks