# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="RAW import plugin for GIMP" HOMEPAGE="http://ufraw.sourceforge.net/" SRC_URI="mirror://sourceforge/ufraw/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/x11 >=media-gfx/gimp-2.0 >=media-gfx/dcraw-6.31 >=media-libs/lcms-1.13" IUSE="" #RDEPEND="" S=${WORKDIR}/${P} inherit eutils src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-lcms.patch } src_compile() { emake || die "emake failed" } src_install() { #einstall || die "einstall failed" #make install || die dodir /usr/lib/gimp/2.0/plug-ins exeinto /usr/lib/gimp/2.0/plug-ins doexe ${S}/ufraw-gimp }