Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gthumb: gthumb-2.11.4.ebuild ChangeLog
Date: Sat, 03 Jul 2010 15:21:57
Message-Id: 20100703152154.B62E42CE15@corvid.gentoo.org
1 pacho 10/07/03 15:21:54
2
3 Modified: ChangeLog
4 Added: gthumb-2.11.4.ebuild
5 Log:
6 Version bump with tons of fixes and some new features.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.110 media-gfx/gthumb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.110&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.110&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/ChangeLog?r1=1.109&r2=1.110
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v
19 retrieving revision 1.109
20 retrieving revision 1.110
21 diff -u -r1.109 -r1.110
22 --- ChangeLog 15 May 2010 17:05:22 -0000 1.109
23 +++ ChangeLog 3 Jul 2010 15:21:54 -0000 1.110
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-gfx/gthumb
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.109 2010/05/15 17:05:22 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.110 2010/07/03 15:21:54 pacho Exp $
29 +
30 +*gthumb-2.11.4 (03 Jul 2010)
31 +
32 + 03 Jul 2010; Pacho Ramos <pacho@g.o> +gthumb-2.11.4.ebuild:
33 + Version bump with tons of fixes and some new features.
34
35 15 May 2010; Raúl Porcel <armin76@g.o> gthumb-2.10.11.ebuild,
36 gthumb-2.11.2.1.ebuild:
37
38
39
40 1.1 media-gfx/gthumb/gthumb-2.11.4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/gthumb-2.11.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/gthumb-2.11.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: gthumb-2.11.4.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.11.4.ebuild,v 1.1 2010/07/03 15:21:54 pacho Exp $
50
51 EAPI="3"
52
53 inherit autotools eutils gnome2
54
55 DESCRIPTION="Image viewer and browser for Gnome"
56 HOMEPAGE="http://gthumb.sourceforge.net"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="cdr exif gnome-keyring gstreamer http raw slideshow tiff test"
62
63 # clutter
64 RDEPEND=">=dev-libs/glib-2.16:2
65 >=x11-libs/gtk+-2.18:2
66 >=gnome-base/gconf-2.6
67 >=dev-libs/libunique-1
68 >=media-libs/jpeg-8:0
69 cdr? ( >=app-cdr/brasero-2.28 )
70 exif? ( >=media-gfx/exiv2-0.18 )
71 gnome-keyring? ( >=gnome-base/gnome-keyring-2.28 )
72 gstreamer? (
73 >=media-libs/gstreamer-0.10
74 >=media-libs/gst-plugins-base-0.10 )
75 http? (
76 >=net-libs/libsoup-2.26:2.4
77 >=net-libs/libsoup-gnome-2.26:2.4 )
78 slideshow? (
79 >=media-libs/clutter-1:1.0
80 >=media-libs/clutter-gtk-0.10:1.0 )
81 tiff? ( media-libs/tiff )
82 raw? ( >=media-libs/libopenraw-0.0.8 )
83 !raw? ( media-gfx/dcraw )"
84 DEPEND="${RDEPEND}
85 dev-util/pkgconfig
86 app-text/scrollkeeper
87 >=dev-util/intltool-0.35
88 app-text/gnome-doc-utils
89 test? ( ~app-text/docbook-xml-dtd-4.1.2 )"
90
91 DOCS="AUTHORS ChangeLog NEWS README"
92
93 pkg_setup() {
94 G2CONF="${G2CONF}
95 --disable-static
96 --disable-clutter
97 $(use_enable cdr brasero)
98 $(use_enable exif exiv2)
99 $(use_enable gstreamer)
100 $(use_enable gnome-keyring)
101 $(use_enable http libsoup)
102 $(use_enable raw libopenraw)
103 $(use_enable slideshow clutter)
104 $(use_enable test test-suite)
105 $(use_enable tiff)"
106 }
107
108 src_prepare() {
109 gnome2_src_prepare
110
111 # Do not require unstable libunique
112 epatch "${FILESDIR}/${PN}-2.11.2.1-configure.patch"
113
114 intltoolize --force --copy --automake || die "intltoolize failed"
115 eautoreconf
116 }
117
118 src_install() {
119 gnome2_src_install
120
121 # gthumb does not need *.la files
122 find "${D}" -name "*.la" -delete || die "*.la files removal failed"
123 }