Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/eog: ChangeLog eog-2.24.1.ebuild
Date: Thu, 23 Oct 2008 21:14:31
Message-Id: E1Kt7Vk-0003Am-Gw@stork.gentoo.org
1 eva 08/10/23 21:14:28
2
3 Modified: ChangeLog
4 Added: eog-2.24.1.ebuild
5 Log:
6 Bump to 2.24.1. Various bug fixes, also fix bug #242868.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.215 media-gfx/eog/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.215&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.215&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?r1=1.214&r2=1.215
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v
19 retrieving revision 1.214
20 retrieving revision 1.215
21 diff -u -r1.214 -r1.215
22 --- ChangeLog 19 Oct 2008 18:57:26 -0000 1.214
23 +++ ChangeLog 23 Oct 2008 21:14:28 -0000 1.215
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/eog
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.214 2008/10/19 18:57:26 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.215 2008/10/23 21:14:28 eva Exp $
29 +
30 +*eog-2.24.1 (23 Oct 2008)
31 +
32 + 23 Oct 2008; Gilles Dartiguelongue <eva@g.o> +eog-2.24.1.ebuild:
33 + Bump to 2.24.1. Various bug fixes, also fix bug #242868.
34
35 *eog-2.24.0 (19 Oct 2008)
36
37
38
39
40 1.1 media-gfx/eog/eog-2.24.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/eog-2.24.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/eog-2.24.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: eog-2.24.1.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.24.1.ebuild,v 1.1 2008/10/23 21:14:28 eva Exp $
50
51 inherit eutils gnome2
52
53 DESCRIPTION="The Eye of GNOME image viewer"
54 HOMEPAGE="http://www.gnome.org/projects/eog/"
55
56 LICENSE="GPL-2"
57 SLOT="1"
58 KEYWORDS="~amd64 ~x86"
59 IUSE="dbus doc exif lcms python xmp"
60
61 RDEPEND=">=x11-libs/gtk+-2.13.1
62 >=dev-libs/glib-2.15.3
63 >=gnome-base/libgnomeui-2.10
64 >=gnome-base/libglade-2.3.6
65 >=gnome-base/gconf-2.5.90
66 >=media-libs/libart_lgpl-2.3.16
67 >=gnome-base/gnome-desktop-2.10
68 >=x11-themes/gnome-icon-theme-2.19.1
69 >=x11-misc/shared-mime-info-0.20
70 dbus? ( >=dev-libs/dbus-glib-0.71 )
71 exif? (
72 >=media-libs/libexif-0.6.14
73 media-libs/jpeg )
74 lcms? ( media-libs/lcms )
75 python? (
76 >=dev-lang/python-2.3
77 >=dev-python/pygobject-2.11.5
78 >=dev-python/pygtk-2.9.7
79 >=dev-python/gnome-python-2.18.2 )
80 xmp? ( >=media-libs/exempi-2 )"
81
82 DEPEND="${RDEPEND}
83 app-text/gnome-doc-utils
84 sys-devel/gettext
85 >=dev-util/intltool-0.40
86 >=dev-util/pkgconfig-0.17
87 doc? ( >=dev-util/gtk-doc-1.10 )"
88
89 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
90
91 pkg_setup() {
92 G2CONF="${G2CONF}
93 $(use_with exif libjpeg)
94 $(use_with exif libexif)
95 $(use_with dbus dbus-glib-1)
96 $(use_with lcms cms)
97 $(use_enable python)
98 $(use_with xmp)
99 --disable-scrollkeeper
100 --disable-schemas-install"
101 }
102
103 src_unpack() {
104 gnome2_src_unpack
105
106 # Fix documentation with USE="-exif doc"
107 sed 's:-I$(top_srcdir)/plugins \\:\\:g' -i doc/references/Makefile
108 }
109
110 pkg_postinst() {
111 gnome2_pkg_postinst
112
113 if ! built_with_use =x11-libs/gtk+-2* jpeg; then
114 ewarn "For JPEG file support to work, x11-libs/gtk+ must be rebuilt"
115 ewarn "with the 'jpeg' USE flag enabled."
116 fi
117
118 if ! built_with_use =x11-libs/gtk+-2* tiff; then
119 ewarn "For TIFF file support to work, x11-libs/gtk+ must be rebuilt"
120 ewarn "with the 'tiff' USE flag enabled."
121 fi
122 }