tis 2001-11-20 klockan 07.28 skrev Joshua Pierre: > Hey Guys, > > Once I merged gdk-pixbuf and then tried to compile SodiPodi I got an error that > +it can't find gdk-pixbuf/gdk-pixbuf.h so the gdk-pixbuf ebuild needs to be > +patched to fix this. Hi! This is the wrong fix, I'll fix sodipodi ebuild. Regards, Mikael Hallendal > Hopefully this does it :) > > Cheers, > > -- > Joshua Pierre > Developer & Release Technician > Themes.Org -- Open Source Interface Enhancement > ---- > > --- gdk-pixbuf-0.13.0.ebuild.orig Tue Nov 20 14:12:30 2001 > +++ gdk-pixbuf-0.13.0.ebuild Tue Nov 20 14:14:50 2001 > @@ -1,6 +1,6 @@ > -# Copyright 1999-2000 Gentoo Technologies, Inc. > +# Copyright 1999-2001 Gentoo Technologies, Inc. > # Distributed under the terms of the GNU General Public License, v2 or later > -# Author Achim Gottinger > +# Author Joshua Pierre > # /space/gentoo/cvsroot/gentoo-x86/media-libs/gdk-pixbuf/gdk-pixbuf-0.13.0.ebuild,v 1.1 2001/10/28 14:12:52 azarah Exp > > S=${WORKDIR}/${P} > @@ -27,6 +27,8 @@ > make prefix=${D}/usr \ > sysconfdir=${D}/etc/X11/gdk-pixbuf \ > install || die > - > + # The SodiPodi ebuild needed this, I suspect others will too. > + ln -s {$D}/usr/include/gdk-pixbuf-1.0/gdk-pixbuf/ {$D}/usr/include/gdk-pixbuf > + > dodoc AUTHORS COPYING* ChangeLog INSTALL README NEWS TODO > } -- Mikael Hallendal Gentoo Linux Developer, Desktop Team Leader CodeFactory AB, Stockholm, Sweden