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-libs/telepathy-farstream: telepathy-farstream-0.6.2.ebuild ChangeLog
Date: Mon, 01 Sep 2014 15:19:32
Message-Id: 20140901151924.5B8644714@oystercatcher.gentoo.org
1 pacho 14/09/01 15:19:24
2
3 Modified: ChangeLog
4 Added: telepathy-farstream-0.6.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.27 net-libs/telepathy-farstream/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-farstream/ChangeLog?rev=1.27&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-farstream/ChangeLog?rev=1.27&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-farstream/ChangeLog?r1=1.26&r2=1.27
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/ChangeLog,v
20 retrieving revision 1.26
21 retrieving revision 1.27
22 diff -u -r1.26 -r1.27
23 --- ChangeLog 27 Apr 2014 08:30:06 -0000 1.26
24 +++ ChangeLog 1 Sep 2014 15:19:24 -0000 1.27
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-libs/telepathy-farstream
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/ChangeLog,v 1.26 2014/04/27 08:30:06 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/ChangeLog,v 1.27 2014/09/01 15:19:24 pacho Exp $
30 +
31 +*telepathy-farstream-0.6.2 (01 Sep 2014)
32 +
33 + 01 Sep 2014; Pacho Ramos <pacho@g.o> +telepathy-farstream-0.6.2.ebuild:
34 + Version bump
35
36 27 Apr 2014; Pacho Ramos <pacho@g.o> -telepathy-farstream-0.6.0.ebuild:
37 drop old
38
39
40
41 1.1 net-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: telepathy-farstream-0.6.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild,v 1.1 2014/09/01 15:19:24 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54
55 inherit gnome2
56
57 DESCRIPTION="Telepathy client library that uses Farstream to handle Call channels"
58 HOMEPAGE="http://telepathy.freedesktop.org"
59 SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0/3"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="examples +introspection"
65
66 RDEPEND="
67 >=dev-libs/glib-2.32:2
68 >=sys-apps/dbus-0.60
69 >=dev-libs/dbus-glib-0.60
70 media-libs/gstreamer:1.0[introspection?]
71 >=net-libs/telepathy-glib-0.21[introspection?]
72 net-libs/farstream:0.2[introspection?]
73 introspection? ( >=dev-libs/gobject-introspection-1.30 )
74 "
75 DEPEND="${RDEPEND}
76 >=dev-util/gtk-doc-am-1.17
77 virtual/pkgconfig
78 "
79
80 src_configure() {
81 gnome2_src_configure \
82 --disable-static \
83 --disable-Werror \
84 $(use_enable introspection)
85 }
86
87 src_install() {
88 gnome2_src_install
89
90 if use examples; then
91 insinto /usr/share/doc/${PF}/examples
92 doins examples/*.c
93 insinto /usr/share/doc/${PF}/examples/python
94 doins examples/python/*.py
95 fi
96 }