# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit subversion DESCRIPTION="Rawstudio is an open-source program to read and manipulate RAW images from most digital cameras." HOMEPAGE="http://rawstudio.org" ESVN_REPO_URI="https://rawstudio.org/svn/rawstudio/trunk/" ESVN_PROJECT="${P}" ESVN_BOOTSTRAP="autogen.sh" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="${RDEPEND} >=sys-devel/automake-1.9" RDEPEND=">=dev-libs/glib-2.6 >=x11-libs/gtk+-2.6 >=media-libs/lcms-1.14 >=media-libs/jpeg-6b-r2 >=dev-libs/libxml2-2.4 >=gnome-base/gconf-2.14.0 >=media-libs/tiff-3.8.2 >=media-libs/libpng-1.2.15" src_unpack() { subversion_src_unpack } src_compile() { subversion_bootstrap || die "Died in action: autogen.sh" econf emake || die "Died in action: make" } src_install() { make DESTDIR="${D}" install || die "Died in action: make install ... " }