1 |
# Copyright 1999-2012 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-3.4.3.ebuild,v 1.2 2012/10/11 14:08:29 tetromino Exp $ |
4 |
|
5 |
EAPI="4" |
6 |
GCONF_DEBUG="yes" |
7 |
GNOME2_LA_PUNT="yes" |
8 |
|
9 |
inherit gnome2 |
10 |
|
11 |
DESCRIPTION="The Eye of GNOME image viewer" |
12 |
HOMEPAGE="http://www.gnome.org/projects/eog/" |
13 |
|
14 |
LICENSE="GPL-2+" |
15 |
SLOT="1" |
16 |
IUSE="+exif +introspection +jpeg lcms +svg tiff xmp" |
17 |
KEYWORDS="~amd64 ~x86 ~x86-fbsd" |
18 |
|
19 |
RDEPEND=">=x11-libs/gtk+-3.3.6:3[introspection,X] |
20 |
>=dev-libs/glib-2.31.0:2 |
21 |
>=dev-libs/libxml2-2:2 |
22 |
>=dev-libs/libpeas-0.7.4[gtk] |
23 |
>=gnome-base/gnome-desktop-2.91.2:3 |
24 |
>=gnome-base/gsettings-desktop-schemas-2.91.92 |
25 |
>=x11-themes/gnome-icon-theme-2.19.1 |
26 |
>=x11-misc/shared-mime-info-0.20 |
27 |
|
28 |
x11-libs/gdk-pixbuf:2[jpeg?,tiff?] |
29 |
x11-libs/libX11 |
30 |
|
31 |
exif? ( |
32 |
>=media-libs/libexif-0.6.14 |
33 |
virtual/jpeg:0 ) |
34 |
introspection? ( >=dev-libs/gobject-introspection-0.9.3 ) |
35 |
jpeg? ( virtual/jpeg:0 ) |
36 |
lcms? ( media-libs/lcms:2 ) |
37 |
svg? ( >=gnome-base/librsvg-2.26:2 ) |
38 |
xmp? ( media-libs/exempi:2 )" |
39 |
|
40 |
DEPEND="${RDEPEND} |
41 |
dev-util/gtk-doc-am |
42 |
app-text/gnome-doc-utils |
43 |
sys-devel/gettext |
44 |
>=dev-util/intltool-0.40 |
45 |
virtual/pkgconfig" |
46 |
|
47 |
pkg_setup() { |
48 |
G2CONF="${G2CONF} |
49 |
$(use_enable introspection) |
50 |
$(use_with jpeg libjpeg) |
51 |
$(use_with exif libexif) |
52 |
$(use_with lcms cms) |
53 |
$(use_with xmp) |
54 |
$(use_with svg librsvg) |
55 |
--disable-scrollkeeper |
56 |
--disable-schemas-compile" |
57 |
DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO" |
58 |
} |