blob: 3203055f30058126adfaab6d1ff72789ecc20843 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.1.9.ebuild,v 1.1 2003/11/23 13:58:04 foser Exp $
inherit gnome2
IUSE="jpeg tiff png"
DESCRIPTION="Image viewer and browser for Gnome"
HOMEPAGE="http://gthumb.sourceforge.net/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
RDEPEND=">=dev-libs/glib-2.2
>=x11-libs/gtk+-2.2
>=dev-libs/libxml2-2.4
>=gnome-base/libgnome-2.2
>=gnome-base/libgnomeui-2.2
>=gnome-base/libgnomecanvas-2
>=gnome-base/gnome-vfs-2.1.3
>=gnome-base/libglade-2
>=gnome-base/libgnomeprint-2.2
>=gnome-base/libgnomeprintui-2.2
>=gnome-base/libbonobo-2.3.3
>=gnome-base/libbonoboui-2.3.3
png? ( media-libs/libpng )
tiff? ( media-libs/tiff )
jpeg? ( media-libs/jpeg
>=media-libs/libexif-0.5.12 )"
DEPEND=">=dev-util/pkgconfig-0.9.0
app-text/scrollkeeper
>=dev-util/intltool-0.21
${RDEPEND}"
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
|