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