Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/eog: ChangeLog eog-2.24.3.1.ebuild
Date: Mon, 19 Jan 2009 19:38:23
Message-Id: E1LOzwy-0007PB-JS@stork.gentoo.org
1 ford_prefect 09/01/19 19:38:20
2
3 Modified: ChangeLog
4 Added: eog-2.24.3.1.ebuild
5 Log:
6 Bump to 2.24.3.1, and fix bug #254943. Dropping the sparc sigbus patch since it has been committed.
7 (Portage version: 2.2_rc22/cvs/Linux 2.6.28 i686)
8
9 Revision Changes Path
10 1.222 media-gfx/eog/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.222&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?rev=1.222&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/ChangeLog?r1=1.221&r2=1.222
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v
19 retrieving revision 1.221
20 retrieving revision 1.222
21 diff -u -r1.221 -r1.222
22 --- ChangeLog 28 Dec 2008 16:32:15 -0000 1.221
23 +++ ChangeLog 19 Jan 2009 19:38:20 -0000 1.222
24 @@ -1,6 +1,13 @@
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.221 2008/12/28 16:32:15 bluebird Exp $
28 +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/ChangeLog,v 1.222 2009/01/19 19:38:20 ford_prefect Exp $
30 +
31 +*eog-2.24.3.1 (19 Jan 2009)
32 +
33 + 19 Jan 2009; Arun Raghavan <ford_prefect@g.o>
34 + +files/eog-2.24.3.1-noexif-doc.patch, +eog-2.24.3.1.ebuild:
35 + Bump to 2.24.3.1, and fix bug #254943. Dropping the sparc sigbus patch
36 + since it has been committed.
37
38 28 Dec 2008; Friedrich Oslage <bluebird@g.o> eog-2.24.2-r1.ebuild:
39 Add ~sparc keyword, bug #242812
40
41
42
43 1.1 media-gfx/eog/eog-2.24.3.1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/eog-2.24.3.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/eog/eog-2.24.3.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: eog-2.24.3.1.ebuild
49 ===================================================================
50 # Copyright 1999-2009 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.3.1.ebuild,v 1.1 2009/01/19 19:38:20 ford_prefect Exp $
53
54 inherit eutils gnome2 autotools
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="~alpha ~amd64 ~hppa ~ia64 ~sparc ~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' \
111 -i doc/reference/Makefile.am doc/reference/Makefile.in \
112 || die "sed failed"
113
114 # Fix build with USE="doc -exif -xmp". Bug #254943
115 epatch "${FILESDIR}/${P}-noexif-doc.patch"
116 eautoreconf
117 }
118
119 pkg_postinst() {
120 gnome2_pkg_postinst
121
122 if ! built_with_use =x11-libs/gtk+-2* jpeg; then
123 ewarn "For JPEG file support to work, x11-libs/gtk+ must be rebuilt"
124 ewarn "with the 'jpeg' USE flag enabled."
125 fi
126
127 if ! built_with_use =x11-libs/gtk+-2* tiff; then
128 ewarn "For TIFF file support to work, x11-libs/gtk+ must be rebuilt"
129 ewarn "with the 'tiff' USE flag enabled."
130 fi
131 }