Gentoo Archives: gentoo-commits

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