Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/empathy: empathy-3.12.5.ebuild ChangeLog empathy-3.10.3.ebuild empathy-3.12.3.ebuild
Date: Tue, 02 Sep 2014 10:16:19
Message-Id: 20140902101614.40833481E@oystercatcher.gentoo.org
1 pacho 14/09/02 10:16:14
2
3 Modified: ChangeLog
4 Added: empathy-3.12.5.ebuild
5 Removed: empathy-3.10.3.ebuild empathy-3.12.3.ebuild
6 Log:
7 Version bump, drop old, UTF8 is needed for python stuff during building (#489774 by Mike Gilbert, tontisimo and others).
8
9 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.155 net-im/empathy/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?rev=1.155&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?rev=1.155&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/ChangeLog?r1=1.154&r2=1.155
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v
21 retrieving revision 1.154
22 retrieving revision 1.155
23 diff -u -r1.154 -r1.155
24 --- ChangeLog 5 Aug 2014 18:34:07 -0000 1.154
25 +++ ChangeLog 2 Sep 2014 10:16:14 -0000 1.155
26 @@ -1,6 +1,13 @@
27 # ChangeLog for net-im/empathy
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.154 2014/08/05 18:34:07 mrueg Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.155 2014/09/02 10:16:14 pacho Exp $
31 +
32 +*empathy-3.12.5 (02 Sep 2014)
33 +
34 + 02 Sep 2014; Pacho Ramos <pacho@g.o> +empathy-3.12.5.ebuild,
35 + -empathy-3.10.3.ebuild, -empathy-3.12.3.ebuild:
36 + Version bump, drop old, UTF8 is needed for python stuff during building
37 + (#489774 by Mike Gilbert, tontisimo and others).
38
39 05 Aug 2014; Manuel RĂ¼ger <mrueg@g.o> empathy-2.34.0-r2.ebuild,
40 empathy-3.10.3.ebuild, empathy-3.12.3.ebuild, empathy-3.12.4.ebuild:
41
42
43
44 1.1 net-im/empathy/empathy-3.12.5.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/empathy-3.12.5.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/empathy/empathy-3.12.5.ebuild?rev=1.1&content-type=text/plain
48
49 Index: empathy-3.12.5.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.12.5.ebuild,v 1.1 2014/09/02 10:16:14 pacho Exp $
54
55 EAPI="5"
56 GCONF_DEBUG="no"
57 GNOME2_LA_PUNT="yes"
58 PYTHON_COMPAT=( python2_{6,7} python3_{2,3} )
59
60 inherit gnome2 python-any-r1 virtualx
61
62 DESCRIPTION="Telepathy instant messaging and video/audio call client for GNOME"
63 HOMEPAGE="https://wiki.gnome.org/Apps/Empathy"
64
65 LICENSE="GPL-2 CC-BY-SA-3.0 FDL-1.3 LGPL-2.1"
66 SLOT="0"
67
68 IUSE="debug +geoloc gnome gnome-online-accounts +map spell test +v4l"
69
70 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux"
71
72 # False positives caused by nested configure scripts
73 QA_CONFIGURE_OPTIONS=".*"
74
75 # gdk-pixbuf and pango extensively used in libempathy-gtk
76 COMMON_DEPEND="
77 >=dev-libs/glib-2.37.6:2
78 x11-libs/gdk-pixbuf:2
79 >=x11-libs/gtk+-3.9.4:3
80 x11-libs/pango
81 >=dev-libs/dbus-glib-0.51
82 >=dev-libs/folks-0.9.5:=[telepathy]
83 dev-libs/libgee:0.8=
84 >=app-crypt/libsecret-0.5
85 >=media-libs/libcanberra-0.25[gtk3]
86 >=net-libs/gnutls-2.8.5:=
87 >=net-libs/webkit-gtk-1.9.1:3
88 >=x11-libs/libnotify-0.7:=
89
90 media-libs/gstreamer:1.0
91 >=media-libs/clutter-1.10.0:1.0
92 >=media-libs/clutter-gtk-1.1.2:1.0
93 media-libs/clutter-gst:2.0
94 >=media-libs/cogl-1.14:1.0=
95
96 net-libs/farstream:0.2
97 >=net-libs/telepathy-farstream-0.6.0:=
98 >=net-libs/telepathy-glib-0.23.2
99 >=net-im/telepathy-logger-0.8.0:=
100
101 app-crypt/gcr
102 dev-libs/libxml2:2
103 gnome-base/gsettings-desktop-schemas
104 media-sound/pulseaudio[glib]
105 net-libs/libsoup:2.4
106 x11-libs/libX11
107
108 geoloc? (
109 >=app-misc/geoclue-1.99.3:2.0
110 >=sci-geosciences/geocode-glib-3.10 )
111 gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.5.1 )
112 map? (
113 >=media-libs/clutter-1.7.14:1.0
114 >=media-libs/clutter-gtk-0.90.3:1.0
115 >=media-libs/libchamplain-0.12.1:0.12[gtk] )
116 spell? (
117 >=app-text/enchant-1.2
118 >=app-text/iso-codes-0.35 )
119 v4l? (
120 media-plugins/gst-plugins-v4l2:1.0
121 >=media-video/cheese-3.4:=
122 virtual/libgudev:= )
123 "
124
125 # >=empathy-3.4 is incompatible with telepathy-rakia-0.6, bug #403861
126 RDEPEND="${COMMON_DEPEND}
127 media-libs/gst-plugins-base:1.0
128 net-im/telepathy-connection-managers
129 !<net-voip/telepathy-rakia-0.7
130 x11-themes/gnome-icon-theme-symbolic
131 gnome? ( gnome-extra/gnome-contacts )
132 "
133 DEPEND="${COMMON_DEPEND}
134 ${PYTHON_DEPS}
135 dev-libs/libxml2:2
136 dev-libs/libxslt
137 >=dev-util/intltool-0.50.0
138 virtual/pkgconfig
139 test? (
140 sys-apps/grep
141 >=dev-libs/check-0.9.4 )
142 "
143 PDEPEND=">=net-im/telepathy-mission-control-5.14"
144
145 pkg_setup() {
146 python-any-r1_pkg_setup
147 export PYTHONIOENCODING=UTF-8 # See bug 489774
148 }
149
150 src_configure() {
151 DOCS="CONTRIBUTORS AUTHORS ChangeLog NEWS README"
152 gnome2_src_configure \
153 --disable-Werror \
154 --disable-coding-style-checks \
155 --disable-static \
156 --disable-ubuntu-online-accounts \
157 --enable-gst-1.0 \
158 $(use_enable debug) \
159 $(use_enable geoloc geocode) \
160 $(use_enable geoloc location) \
161 $(use_enable gnome-online-accounts goa) \
162 $(use_enable map) \
163 $(use_enable spell) \
164 $(use_enable v4l gudev) \
165 $(use_with v4l cheese) \
166 ITSTOOL=$(type -P true)
167 }
168
169 src_test() {
170 dbus-launch Xemake check #504516
171 }