Bug 109979 - giflib ebuild support for modular X dependencies
Bug#: 109979 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: graphics@gentoo.org Reported By: gad.kadosh@gmail.com
Component: Ebuilds
URL: 
Summary: giflib ebuild support for modular X dependencies
Keywords:  
Status Whiteboard: 
Opened: 2005-10-20 18:52 0000
Description:   Opened: 2005-10-20 18:52 0000
None of the giflib ebuilds in the tree support modular X deps yet.

------- Comment #1 From SpanKY 2005-10-31 21:00:26 0000 -------
post a patch then

------- Comment #2 From Donnie Berkholz 2005-10-31 21:45:42 0000 -------
http://dev.gentoo.org/~spyderous/xorg-x11/porting_to_modular_x_howto.txt should
help.

------- Comment #3 From gad.kadosh@gmail.com 2005-10-31 23:16:37 0000 -------
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 From Doug Goldstein 2005-11-01 11:17:42 0000 -------
There's an ebuild in Gentopia that cleans up the depends in addition to adds
Modular X depends.

------- Comment #5 From Jakub Moc (RETIRED) 2005-11-10 01:01:10 0000 -------
*** Bug 112052 has been marked as a duplicate of this bug. ***

------- Comment #6 From Jakub Moc (RETIRED) 2005-11-10 01:02:04 0000 -------
*** Bug 112053 has been marked as a duplicate of this bug. ***

------- Comment #7 From Richard Hering (misterjack) 2005-11-10 01:11:29 0000 -------
Created an attachment (id=72564) [details]
patched ebuild

works fine here

------- Comment #8 From SpanKY 2005-11-27 09:22:17 0000 -------
(From update of attachment 72564 [details])
giflib doesnt use anything from libXft

------- Comment #9 From SpanKY 2005-11-27 09:24:55 0000 -------
fixed in cvs