diff options
Diffstat (limited to 'media-gfx/eog/eog-2.8.2.ebuild')
-rw-r--r-- | media-gfx/eog/eog-2.8.2.ebuild | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/media-gfx/eog/eog-2.8.2.ebuild b/media-gfx/eog/eog-2.8.2.ebuild new file mode 100644 index 000000000000..e069d729eff6 --- /dev/null +++ b/media-gfx/eog/eog-2.8.2.ebuild @@ -0,0 +1,43 @@ +# 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.2.ebuild,v 1.1 2004/12/06 06:40:03 obz 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 + 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 README NEWS HACKING THANKS TODO" + +src_unpack() { + + unpack ${A} + + cd ${S} + # build fix without jpeg support + epatch ${FILESDIR}/${PN}-2.8.0-jpeg_build.patch + +} |