diff options
Diffstat (limited to 'media-gfx/eog/eog-2.8.1.ebuild')
-rw-r--r-- | media-gfx/eog/eog-2.8.1.ebuild | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/media-gfx/eog/eog-2.8.1.ebuild b/media-gfx/eog/eog-2.8.1.ebuild new file mode 100644 index 000000000000..d531d6a5b7e1 --- /dev/null +++ b/media-gfx/eog/eog-2.8.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.8.1.ebuild,v 1.1 2004/11/12 17:24:18 foser Exp $ + +inherit gnome2 eutils + +DESCRIPTION="Eye Of Gnome, an image viewer" +HOMEPAGE="http://www.gnome.org/" +LICENSE="GPL-2" + +SLOT="1" +IUSE="jpeg" +KEYWORDS="~x86 ~ppc ~alpha ~sparc ~hppa ~amd64 ~ia64 ~mips ~ppc64" + +RDEPEND=">=x11-libs/gtk+-2.4 + >=gnome-base/gconf-2.6 + dev-libs/popt + >=gnome-base/gnome-vfs-2.6 + >=gnome-base/libgnomeui-2.6 + >=gnome-base/libgnomecanvas-2.6 + >=gnome-base/libglade-2.4 + >=media-libs/libart_lgpl-2.3.16 + >=gnome-base/eel-2.6 + jpeg? ( >=media-libs/libexif-0.5.12 + media-libs/jpeg )" + +DEPEND="${RDEPEND} + app-text/scrollkeeper + >=dev-util/intltool-0.29 + >=dev-util/pkgconfig-0.12.0" + +G2CONF="${G2CONF} $(use_with jpeg libjpeg) $(use_with jpeg libexif)" + +DOCS="AUTHORS ChangeLog COPYING README INSTALL NEWS HACKING DEPENDS THANKS TODO" + +src_unpack() { + + unpack ${A} + + cd ${S} + # build fix without jpeg support + epatch ${FILESDIR}/${PN}-2.8.0-jpeg_build.patch + +} |