Gentoo Archives: gentoo-dev

From: Mikael Hallendal <hallski@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] GDK Pixbuf
Date: Tue, 20 Nov 2001 03:06:18
Message-Id: 1006247075.19290.2.camel@zoidberg
In Reply to: [gentoo-dev] GDK Pixbuf by Joshua Pierre
1 tis 2001-11-20 klockan 07.28 skrev Joshua Pierre:
2 > Hey Guys,
3 >
4 > Once I merged gdk-pixbuf and then tried to compile SodiPodi I got an error that
5 > +it can't find gdk-pixbuf/gdk-pixbuf.h so the gdk-pixbuf ebuild needs to be
6 > +patched to fix this.
7
8 Hi!
9
10 This is the wrong fix, I'll fix sodipodi ebuild.
11
12 Regards,
13 Mikael Hallendal
14
15 > Hopefully this does it :)
16 >
17 > Cheers,
18 >
19 > --
20 > Joshua Pierre
21 > Developer & Release Technician
22 > Themes.Org -- Open Source Interface Enhancement
23 > ----
24 >
25
26 > --- gdk-pixbuf-0.13.0.ebuild.orig Tue Nov 20 14:12:30 2001
27 > +++ gdk-pixbuf-0.13.0.ebuild Tue Nov 20 14:14:50 2001
28 > @@ -1,6 +1,6 @@
29 > -# Copyright 1999-2000 Gentoo Technologies, Inc.
30 > +# Copyright 1999-2001 Gentoo Technologies, Inc.
31 > # Distributed under the terms of the GNU General Public License, v2 or later
32 > -# Author Achim Gottinger <achim@g.o>
33 > +# Author Joshua Pierre <joshua@×××××.com>
34 > # /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
35 >
36 > S=${WORKDIR}/${P}
37 > @@ -27,6 +27,8 @@
38 > make prefix=${D}/usr \
39 > sysconfdir=${D}/etc/X11/gdk-pixbuf \
40 > install || die
41 > -
42 > + # The SodiPodi ebuild needed this, I suspect others will too.
43 > + ln -s {$D}/usr/include/gdk-pixbuf-1.0/gdk-pixbuf/ {$D}/usr/include/gdk-pixbuf
44 > +
45 > dodoc AUTHORS COPYING* ChangeLog INSTALL README NEWS TODO
46 > }
47 --
48
49 Mikael Hallendal
50 Gentoo Linux Developer, Desktop Team Leader
51 CodeFactory AB, Stockholm, Sweden