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: ChangeLog gthumb-2.12.1.ebuild
Date: Fri, 03 Dec 2010 23:37:05
Message-Id: 20101203233653.923BE20054@flycatcher.gentoo.org
1 pacho 10/12/03 23:36:53
2
3 Modified: ChangeLog
4 Added: gthumb-2.12.1.ebuild
5 Log:
6 Version bump with bugfixes and translation updates.
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.119 media-gfx/gthumb/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.119&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.119&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/ChangeLog?r1=1.118&r2=1.119
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v
20 retrieving revision 1.118
21 retrieving revision 1.119
22 diff -u -r1.118 -r1.119
23 --- ChangeLog 8 Nov 2010 22:27:27 -0000 1.118
24 +++ ChangeLog 3 Dec 2010 23:36:52 -0000 1.119
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/gthumb
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.118 2010/11/08 22:27:27 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.119 2010/12/03 23:36:52 pacho Exp $
30 +
31 +*gthumb-2.12.1 (03 Dec 2010)
32 +
33 + 03 Dec 2010; Pacho Ramos <pacho@g.o> +gthumb-2.12.1.ebuild:
34 + Version bump with bugfixes and translation updates.
35
36 08 Nov 2010; Gilles Dartiguelongue <eva@g.o> gthumb-2.10.11.ebuild,
37 -files/gthumb-2.11.2.1-configure.patch, -gthumb-2.11.5-r1.ebuild,
38
39
40
41 1.1 media-gfx/gthumb/gthumb-2.12.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/gthumb-2.12.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/gthumb-2.12.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gthumb-2.12.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.12.1.ebuild,v 1.1 2010/12/03 23:36:53 pacho Exp $
51
52 EAPI="3"
53 GCONF_DEBUG="yes"
54
55 inherit gnome2
56
57 DESCRIPTION="Image viewer and browser for Gnome"
58 HOMEPAGE="http://gthumb.sourceforge.net"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
63 IUSE="cdr exif gnome-keyring gstreamer http raw slideshow tiff test"
64
65 # TODO: beware, can link to brasero-3
66 RDEPEND=">=dev-libs/glib-2.16:2
67 >=x11-libs/gtk+-2.20:2
68 >=gnome-base/gconf-2.6
69 >=dev-libs/libunique-1.1.2
70 media-libs/libpng:0
71 virtual/jpeg:0
72 cdr? ( >=app-cdr/brasero-2.28 )
73 exif? ( >=media-gfx/exiv2-0.18 )
74 gnome-keyring? ( >=gnome-base/gnome-keyring-2.28 )
75 gstreamer? (
76 >=media-libs/gstreamer-0.10
77 >=media-libs/gst-plugins-base-0.10 )
78 http? (
79 >=net-libs/libsoup-2.26:2.4
80 >=net-libs/libsoup-gnome-2.26:2.4 )
81 slideshow? (
82 >=media-libs/clutter-1:1.0
83 >=media-libs/clutter-gtk-0.10:1.0 )
84 tiff? ( media-libs/tiff )
85 raw? ( >=media-libs/libopenraw-0.0.8 )
86 !raw? ( media-gfx/dcraw )"
87 DEPEND="${RDEPEND}
88 dev-util/pkgconfig
89 app-text/scrollkeeper
90 >=dev-util/intltool-0.35
91 app-text/gnome-doc-utils
92 test? ( ~app-text/docbook-xml-dtd-4.1.2 )"
93 # eautoreconf needs:
94 # gnome-base/gnome-common
95
96 pkg_setup() {
97 G2CONF="${G2CONF}
98 --disable-static
99 --disable-maintainer-mode
100 $(use_enable cdr libbrasero)
101 $(use_enable exif exiv2)
102 $(use_enable gstreamer)
103 $(use_enable gnome-keyring)
104 $(use_enable http libsoup)
105 $(use_enable raw libopenraw)
106 $(use_enable slideshow clutter)
107 $(use_enable test test-suite)
108 $(use_enable tiff)"
109 DOCS="AUTHORS ChangeLog NEWS README"
110 }
111
112 src_prepare() {
113 gnome2_src_prepare
114
115 # Remove unwanted CFLAGS added with USE=debug
116 sed 's/CFLAGS+=" -g -O0 -DDEBUG"//' -i configure.ac configure || die
117 }
118
119 src_install() {
120 gnome2_src_install
121
122 # gthumb does not need *.la files
123 find "${ED}" -name "*.la" -delete || die "*.la files removal failed"
124 }