public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Joshua Pierre <joshua@swool.com>
To: gentoo-dev@cvs.gentoo.org
Subject: [gentoo-dev] GDK Pixbuf
Date: Tue, 20 Nov 2001 14:28:56 +0800	[thread overview]
Message-ID: <20011120142856.B12088@swool.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

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.

Hopefully this does it :)

Cheers,

-- 
Joshua Pierre
Developer & Release Technician
Themes.Org -- Open Source Interface Enhancement

[-- Attachment #2: gdk-pixbuf-0.13.0.diff --]
[-- Type: text/plain, Size: 863 bytes --]

--- 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 <achim@gentoo.org>
+# Author Joshua Pierre <joshua@swool.com>
 # /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
 }

             reply	other threads:[~2001-11-20  6:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-20  6:28 Joshua Pierre [this message]
2001-11-20  9:04 ` [gentoo-dev] GDK Pixbuf Mikael Hallendal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20011120142856.B12088@swool.com \
    --to=joshua@swool.com \
    --cc=gentoo-dev@cvs.gentoo.org \
    --cc=gentoo-dev@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox