From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DMARC_MISSING, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from pudge.swool.com (pudge.swool.com [202.0.185.169]) by chiba.3jane.net (Postfix) with ESMTP id 389E8118D5 for ; Tue, 20 Nov 2001 00:31:36 -0600 (CST) Received: by pudge.swool.com (Postfix, from userid 1000) id 2D79752FFA; Tue, 20 Nov 2001 14:28:56 +0800 (WST) Date: Tue, 20 Nov 2001 14:28:56 +0800 From: Joshua Pierre To: gentoo-dev@cvs.gentoo.org Message-ID: <20011120142856.B12088@swool.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="C7zPtVaVf+AK4Oqc" Content-Disposition: inline User-Agent: Mutt/1.3.18i Subject: [gentoo-dev] GDK Pixbuf Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Developer discussion list List-Unsubscribe: , List-Archive: X-Archives-Salt: 219957b7-4e12-4a09-befb-394a7921618a X-Archives-Hash: 51b1d32002c69052c31d2ec8b2367669 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --C7zPtVaVf+AK4Oqc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gdk-pixbuf-0.13.0.diff" --- 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 } --C7zPtVaVf+AK4Oqc--