# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit gnome2 mono eutils DESCRIPTION="Personal photo management for the GNOME desktop" HOMEPAGE="http://gnome.org/projects/f-spot/" SRC_URI="http://ftp.gnome.org/Public/GNOME/sources/${PN}/0.0/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=dev-lang/mono-1.0 >=dev-libs/glib-2.0 >=gnome-base/libgnome-2.2 >=gnome-base/libgnomeui-2.2 >=media-libs/libexif-0.5.7 >=dev-dotnet/gtk-sharp-1.0 >=dev-dotnet/gtkhtml-sharp-1.0 >=dev-dotnet/gconf-sharp-1.0 >=dev-dotnet/glade-sharp-1.0 >=x11-libs/gtk+-2.4 >=gnome-base/gconf-2 media-libs/jpeg >=dev-db/sqlite-2.8 >=media-libs/lcms-1.12 >=media-libs/libgphoto2-2.1.4" DEPEND="${RDEPEND} >=dev-util/intltool-0.21" DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" src_unpack() { unpack ${A} cd ${S} sed -i "s:lcms.h:lcms/lcms.h:" ${S}/configure.in || die "sed failed" sed -i "s:lcms.h:lcms/lcms.h:" ${S}/libeog/image-view.c || die "sed failed" autoconf || die "autoconf failed" }