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 metadata.xml eog-2.24.0.ebuild
Date: Sun, 19 Oct 2008 18:57:29
Message-Id: E1KrdSw-0005zL-4V@stork.gentoo.org
1 eva 08/10/19 18:57:26
2
3 Modified: ChangeLog metadata.xml
4 Added: eog-2.24.0.ebuild
5 Log:
6 New version for GNOME 2.24. Mostly bug fixes, plugins' API now has a gtk-doc documentation, uses gio/gvfs.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.214 media-gfx/eog/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.214&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.214&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?r1=1.213&r2=1.214
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v
19 retrieving revision 1.213
20 retrieving revision 1.214
21 diff -u -r1.213 -r1.214
22 --- ChangeLog 18 Oct 2008 22:48:00 -0000 1.213
23 +++ ChangeLog 19 Oct 2008 18:57:26 -0000 1.214
24 @@ -1,6 +1,14 @@
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.213 2008/10/18 22:48:00 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.214 2008/10/19 18:57:26 eva Exp $
29 +
30 +*eog-2.24.0 (19 Oct 2008)
31 +
32 + 19 Oct 2008; Gilles Dartiguelongue <eva@g.o>
33 + +files/eog-2.24.0-unrecognized-chunks.patch, +eog-2.24.0.ebuild,
34 + metadata.xml:
35 + New version for GNOME 2.24. Mostly bug fixes, plugins' API now has a
36 + gtk-doc documentation, uses gio/gvfs.
37
38 18 Oct 2008; Brent Baude <ranger@g.o> eog-2.22.3-r1.ebuild:
39 Marking eog-2.22.3-r1 ppc stable for bug 236971
40
41
42
43 1.3 media-gfx/eog/metadata.xml
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/metadata.xml?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/metadata.xml?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/metadata.xml?r1=1.2&r2=1.3
48
49 Index: metadata.xml
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog/metadata.xml,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- metadata.xml 5 Feb 2007 09:42:21 -0000 1.2
56 +++ metadata.xml 19 Oct 2008 18:57:26 -0000 1.3
57 @@ -2,6 +2,9 @@
58 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 <pkgmetadata>
60 <herd>gnome</herd>
61 +<use>
62 + <flag name='xmp'>Adds support for XMP metadata</flag>
63 +</use>
64 <longdescription lang="en">
65 The Eye of GNOME image viewer is the official image viewer for the GNOME Desktop environment.
66 With it, you can view single image files, as well as large image collections.
67
68
69
70 1.1 media-gfx/eog/eog-2.24.0.ebuild
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/eog-2.24.0.ebuild?rev=1.1&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/eog-2.24.0.ebuild?rev=1.1&content-type=text/plain
74
75 Index: eog-2.24.0.ebuild
76 ===================================================================
77 # Copyright 1999-2008 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 # $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-2.24.0.ebuild,v 1.1 2008/10/19 18:57:26 eva Exp $
80
81 inherit eutils gnome2
82
83 DESCRIPTION="The Eye of GNOME image viewer"
84 HOMEPAGE="http://www.gnome.org/projects/eog/"
85
86 LICENSE="GPL-2"
87 SLOT="1"
88 KEYWORDS="~amd64 ~x86"
89 IUSE="dbus doc exif lcms python xmp"
90
91 RDEPEND=">=x11-libs/gtk+-2.13.1
92 >=dev-libs/glib-2.15.3
93 >=gnome-base/libgnomeui-2.10
94 >=gnome-base/libglade-2.3.6
95 >=gnome-base/gconf-2.5.90
96 >=media-libs/libart_lgpl-2.3.16
97 >=gnome-base/gnome-desktop-2.10
98 >=x11-themes/gnome-icon-theme-2.19.1
99 >=x11-misc/shared-mime-info-0.20
100 dbus? ( >=dev-libs/dbus-glib-0.71 )
101 exif? (
102 >=media-libs/libexif-0.6.14
103 media-libs/jpeg )
104 lcms? ( media-libs/lcms )
105 python? (
106 >=dev-lang/python-2.3
107 >=dev-python/pygobject-2.11.5
108 >=dev-python/pygtk-2.9.7
109 >=dev-python/gnome-python-2.18.2 )
110 xmp? ( >=media-libs/exempi-2 )"
111
112 DEPEND="${RDEPEND}
113 app-text/gnome-doc-utils
114 sys-devel/gettext
115 >=dev-util/intltool-0.40
116 >=dev-util/pkgconfig-0.17
117 doc? ( >=dev-util/gtk-doc-1.10 )"
118
119 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README THANKS TODO"
120
121 pkg_setup() {
122 G2CONF="${G2CONF}
123 $(use_with exif libjpeg)
124 $(use_with exif libexif)
125 $(use_with dbus dbus-glib-1)
126 $(use_with lcms cms)
127 $(use_enable python)
128 $(use_with xmp)
129 --disable-scrollkeeper
130 --disable-schemas-install"
131 }
132
133 src_unpack() {
134 gnome2_src_unpack
135
136 # Don't fail on unrecognized chunks, bug #237835
137 epatch "${FILESDIR}/${P}-unrecognized-chunks.patch"
138 }
139
140 pkg_postinst() {
141 gnome2_pkg_postinst
142
143 if ! built_with_use =x11-libs/gtk+-2* jpeg; then
144 ewarn "For JPEG file support to work, x11-libs/gtk+ must be rebuilt"
145 ewarn "with the 'jpeg' USE flag enabled."
146 fi
147
148 if ! built_with_use =x11-libs/gtk+-2* tiff; then
149 ewarn "For TIFF file support to work, x11-libs/gtk+ must be rebuilt"
150 ewarn "with the 'tiff' USE flag enabled."
151 fi
152 }