Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-stream-engine: ChangeLog telepathy-stream-engine-0.5.2.ebuild telepathy-stream-engine-0.5.3.ebuild
Date: Wed, 15 Oct 2008 19:00:39
Message-Id: E1KqBbl-0007v0-RH@stork.gentoo.org
1 tester 08/10/15 19:00:33
2
3 Modified: ChangeLog telepathy-stream-engine-0.5.2.ebuild
4 Added: telepathy-stream-engine-0.5.3.ebuild
5 Log:
6 Version bump, and pulseaudio plugins are now in gst-plugins-good, fixes bug #241944
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.22 net-voip/telepathy-stream-engine/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-stream-engine/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-stream-engine/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-stream-engine/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-stream-engine/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 21 Apr 2008 22:08:09 -0000 1.21
23 +++ ChangeLog 15 Oct 2008 19:00:33 -0000 1.22
24 @@ -1,6 +1,14 @@
25 # ChangeLog for net-voip/telepathy-stream-engine
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-stream-engine/ChangeLog,v 1.21 2008/04/21 22:08:09 tester Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-stream-engine/ChangeLog,v 1.22 2008/10/15 19:00:33 tester Exp $
29 +
30 +*telepathy-stream-engine-0.5.3 (15 Oct 2008)
31 +
32 + 15 Oct 2008; Olivier CrĂȘte <tester@g.o>
33 + telepathy-stream-engine-0.5.2.ebuild,
34 + +telepathy-stream-engine-0.5.3.ebuild:
35 + Version bump, and pulseaudio plugins are now in gst-plugins-good, fixes bug
36 + #241944
37
38 21 Apr 2008; Olivier CrĂȘte <tester@g.o>
39 telepathy-stream-engine-0.5.2.ebuild:
40
41
42
43 1.3 net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild?rev=1.3&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild?rev=1.3&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild?r1=1.2&r2=1.3
48
49 Index: telepathy-stream-engine-0.5.2.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild,v
52 retrieving revision 1.2
53 retrieving revision 1.3
54 diff -u -r1.2 -r1.3
55 --- telepathy-stream-engine-0.5.2.ebuild 21 Apr 2008 22:08:09 -0000 1.2
56 +++ telepathy-stream-engine-0.5.2.ebuild 15 Oct 2008 19:00:33 -0000 1.3
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild,v 1.2 2008/04/21 22:08:09 tester Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.2.ebuild,v 1.3 2008/10/15 19:00:33 tester Exp $
62
63 DESCRIPTION="A Telepathy client that handles channels of type 'StreamedMedia'"
64 HOMEPAGE="http://telepathy.freedesktop.org/"
65 @@ -29,7 +29,9 @@
66 esd? ( =media-plugins/gst-plugins-esd-0.10* )
67 oss? ( =media-plugins/gst-plugins-oss-0.10* )
68 gnome? ( =media-plugins/gst-plugins-gconf-0.10* )
69 - pulseaudio? ( media-plugins/gst-plugins-pulse )"
70 + pulseaudio? ( || (
71 + >=media-libs/gst-plugins-good-0.10.9
72 + media-plugins/gst-plugins-pulse ) )"
73
74 src_compile() {
75 econf \
76
77
78
79 1.1 net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.3.ebuild
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.3.ebuild?rev=1.1&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.3.ebuild?rev=1.1&content-type=text/plain
83
84 Index: telepathy-stream-engine-0.5.3.ebuild
85 ===================================================================
86 # Copyright 1999-2008 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 # $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-stream-engine/telepathy-stream-engine-0.5.3.ebuild,v 1.1 2008/10/15 19:00:33 tester Exp $
89
90 DESCRIPTION="A Telepathy client that handles channels of type 'StreamedMedia'"
91 HOMEPAGE="http://telepathy.freedesktop.org/"
92 SRC_URI="http://telepathy.freedesktop.org/releases/stream-engine/${P}.tar.gz"
93
94 LICENSE="LGPL-2.1"
95 SLOT="0"
96 KEYWORDS="~amd64 ~x86"
97 IUSE="debug v4l v4l2 xv alsa esd oss gnome pulseaudio"
98
99 DEPEND=">=dev-libs/glib-2.4
100 dev-libs/libxml2
101 >=media-libs/farsight-0.1.27
102 =media-libs/gst-plugins-base-0.10*
103 >=media-libs/gstreamer-0.10.17
104 >=net-libs/telepathy-glib-0.7.6
105 >=dev-libs/dbus-glib-0.71
106 x11-libs/libX11"
107
108 RDEPEND="${DEPEND}
109 =media-plugins/gst-plugins-x-0.10*
110 v4l? ( =media-plugins/gst-plugins-v4l-0.10* )
111 v4l2? ( =media-plugins/gst-plugins-v4l2-0.10* )
112 xv? ( =media-plugins/gst-plugins-xvideo-0.10* )
113 alsa? ( =media-plugins/gst-plugins-alsa-0.10* )
114 esd? ( =media-plugins/gst-plugins-esd-0.10* )
115 oss? ( =media-plugins/gst-plugins-oss-0.10* )
116 gnome? ( =media-plugins/gst-plugins-gconf-0.10* )
117 pulseaudio? ( || (
118 >=media-libs/gst-plugins-good-0.10.9
119 media-plugins/gst-plugins-pulse ) )"
120
121 src_compile() {
122 econf \
123 $(use_enable debug backtrace) \
124 || die "econf failed"
125
126 emake || die "emake failed"
127 }
128
129 src_install() {
130 emake install DESTDIR="${D}" || die "emake failed"
131 dodoc TODO ChangeLog
132 }