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