diff options
author | 2004-09-17 11:52:11 +0000 | |
---|---|---|
committer | 2004-09-17 11:52:11 +0000 | |
commit | 10f60469c5ebdae2f770e43967ba4ab38fab46b9 (patch) | |
tree | b6ea2a9ca4358be6b32f09fa013dcf15748e311e /media-gfx/eog/eog-2.8.0.ebuild | |
parent | no longer uses packed jars, #63295 (Manifest recommit) (diff) | |
download | gentoo-2-10f60469c5ebdae2f770e43967ba4ab38fab46b9.tar.gz gentoo-2-10f60469c5ebdae2f770e43967ba4ab38fab46b9.tar.bz2 gentoo-2-10f60469c5ebdae2f770e43967ba4ab38fab46b9.zip |
gnome 2.8 release
Diffstat (limited to 'media-gfx/eog/eog-2.8.0.ebuild')
-rw-r--r-- | media-gfx/eog/eog-2.8.0.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/media-gfx/eog/eog-2.8.0.ebuild b/media-gfx/eog/eog-2.8.0.ebuild new file mode 100644 index 000000000000..37d3786ddfa4 --- /dev/null +++ b/media-gfx/eog/eog-2.8.0.ebuild @@ -0,0 +1,34 @@ +# 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.0.ebuild,v 1.1 2004/09/17 11:52:11 foser Exp $ + +inherit gnome2 + +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" |