Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 109979 - giflib ebuild support for modular X dependencies
Summary: giflib ebuild support for modular X dependencies
Status: RESOLVED FIXED
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:
: 112052 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-20 18:52 UTC by gad.kadosh
Modified: 2006-01-24 22:35 UTC (History)
2 users (show)

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


Attachments
patched ebuild (giflib-4.1.4.ebuild,1.18 KB, text/plain)
2005-11-10 01:11 UTC, Richard Hering (misterjack)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gad.kadosh 2005-10-20 18:52:28 UTC
None of the giflib ebuilds in the tree support modular X deps yet.
Comment 1 SpanKY gentoo-dev 2005-10-31 21:00:26 UTC
post a patch then
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2005-10-31 21:45:42 UTC
http://dev.gentoo.org/~spyderous/xorg-x11/porting_to_modular_x_howto.txt should
help.
Comment 3 gad.kadosh 2005-10-31 23:16:37 UTC
First time I use the scripts so I'm not sure I'm doing it right.

linking_libs.sh finds:
x11-libs/libICE-0.99.0
x11-libs/libX11-0.99.2
x11-libs/libSM-0.99.1-r1

included_headers.sh finds:
x11-libs/libXt-0.99.1
x11-libs/libX11-0.99.2

so


DEPEND="|| ( ( x11-libs/libXt
		x11-libs/libX11
		x11-libs/libICE
                x11-libs/libSM
		)
		virtual/x11
	)"

RDEPEND="|| ( ( x11-libs/libICE
		x11-libs/libX11
                x11-libs/libSM
		)
		virtual/x11
	)"
Comment 4 Doug Goldstein (RETIRED) gentoo-dev 2005-11-01 11:17:42 UTC
There's an ebuild in Gentopia that cleans up the depends in addition to adds
Modular X depends.
Comment 5 Jakub Moc (RETIRED) gentoo-dev 2005-11-10 01:01:10 UTC
*** Bug 112052 has been marked as a duplicate of this bug. ***
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2005-11-10 01:02:04 UTC
*** Bug 112053 has been marked as a duplicate of this bug. ***
Comment 7 Richard Hering (misterjack) 2005-11-10 01:11:29 UTC
Created attachment 72564 [details]
patched ebuild

works fine here
Comment 8 SpanKY gentoo-dev 2005-11-27 09:22:17 UTC
Comment on attachment 72564 [details]
patched ebuild

giflib doesnt use anything from libXft
Comment 9 SpanKY gentoo-dev 2005-11-27 09:24:55 UTC
fixed in cvs