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-3.2.6.ebuild ChangeLog
Date: Sun, 09 Feb 2014 12:06:02
Message-Id: 20140209120556.4803D2004C@flycatcher.gentoo.org
1 pacho 14/02/09 12:05:56
2
3 Modified: ChangeLog
4 Added: gthumb-3.2.6.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.169 media-gfx/gthumb/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.169&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/ChangeLog?rev=1.169&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/ChangeLog?r1=1.168&r2=1.169
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v
20 retrieving revision 1.168
21 retrieving revision 1.169
22 diff -u -r1.168 -r1.169
23 --- ChangeLog 26 Dec 2013 14:45:38 -0000 1.168
24 +++ ChangeLog 9 Feb 2014 12:05:56 -0000 1.169
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/gthumb
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.168 2013/12/26 14:45:38 maekke Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.169 2014/02/09 12:05:56 pacho Exp $
31 +
32 +*gthumb-3.2.6 (09 Feb 2014)
33 +
34 + 09 Feb 2014; Pacho Ramos <pacho@g.o> +gthumb-3.2.6.ebuild:
35 + Version bump
36
37 26 Dec 2013; Markus Meier <maekke@g.o> gthumb-3.2.4.ebuild:
38 add ~arm, bug #489048
39
40
41
42 1.1 media-gfx/gthumb/gthumb-3.2.6.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/gthumb-3.2.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gthumb/gthumb-3.2.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gthumb-3.2.6.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-3.2.6.ebuild,v 1.1 2014/02/09 12:05:56 pacho Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="yes"
55 GNOME2_LA_PUNT="yes"
56
57 inherit gnome2
58
59 DESCRIPTION="Image viewer and browser for Gnome"
60 HOMEPAGE="https://wiki.gnome.org/Apps/gthumb"
61
62 LICENSE="GPL-2+"
63 SLOT="0"
64 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
65 IUSE="cdr exif gstreamer http jpeg json libsecret raw slideshow svg tiff test webkit webp"
66
67 COMMON_DEPEND="
68 >=dev-libs/glib-2.34.0:2
69 >=x11-libs/gtk+-3.4.0:3
70
71 media-libs/libpng:0=
72 sys-libs/zlib
73 x11-libs/libICE
74 x11-libs/libSM
75
76 cdr? ( >=app-cdr/brasero-3.2 )
77 exif? ( >=media-gfx/exiv2-0.21:= )
78 gstreamer? (
79 media-libs/gstreamer:1.0
80 media-libs/gst-plugins-base:1.0 )
81 http? ( >=net-libs/libsoup-gnome-2.36:2.4 )
82 jpeg? ( virtual/jpeg:0= )
83 json? ( >=dev-libs/json-glib-0.15.0 )
84 libsecret? ( >=app-crypt/libsecret-0.11 )
85 slideshow? (
86 >=media-libs/clutter-1:1.0
87 >=media-libs/clutter-gtk-1:1.0 )
88 svg? ( >=gnome-base/librsvg-2.34 )
89 tiff? ( media-libs/tiff:= )
90 raw? ( >=media-libs/libopenraw-0.0.8:= )
91 !raw? ( media-gfx/dcraw )
92 webkit? ( >=net-libs/webkit-gtk-1.10.0:3 )
93 webp? ( >=media-libs/libwebp-0.2.0 )
94 "
95 RDEPEND="${COMMON_DEPEND}
96 >=gnome-base/gsettings-desktop-schemas-0.1.4
97 "
98 DEPEND="${COMMON_DEPEND}
99 app-text/yelp-tools
100 app-text/scrollkeeper
101 >=dev-util/intltool-0.35
102 sys-devel/bison
103 sys-devel/flex
104 virtual/pkgconfig
105 test? ( ~app-text/docbook-xml-dtd-4.1.2 )
106 "
107 # eautoreconf needs:
108 # gnome-base/gnome-common
109
110 src_prepare() {
111 # Remove unwanted CFLAGS added with USE=debug
112 sed -e 's/CFLAGS="$CFLAGS -g -O0 -DDEBUG"//' \
113 -i configure.ac -i configure || die
114
115 gnome2_src_prepare
116 }
117
118 src_configure() {
119 # Upstream says in configure help that libchamplain support
120 # crashes frequently
121 gnome2_src_configure \
122 --disable-static \
123 --disable-libchamplain \
124 $(use_enable cdr libbrasero) \
125 $(use_enable exif exiv2) \
126 $(use_enable gstreamer) \
127 $(use_enable http libsoup) \
128 $(use_enable jpeg) \
129 $(use_enable json libjson-glib) \
130 $(use_enable libsecret) \
131 $(use_enable raw libopenraw) \
132 $(use_enable slideshow clutter) \
133 $(use_enable svg librsvg) \
134 $(use_enable test test-suite) \
135 $(use_enable tiff) \
136 $(use_enable webkit webkit2) \
137 $(use_enable webp libwebp)
138 }