Gentoo Archives: gentoo-commits

From: "Arun Raghavan (ford_prefect)" <ford_prefect@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: metadata.xml farsight2-0.0.9.ebuild ChangeLog
Date: Sun, 10 May 2009 21:06:23
Message-Id: E1M3GE0-0003Md-60@stork.gentoo.org
1 ford_prefect 09/05/10 21:06:20
2
3 Added: metadata.xml farsight2-0.0.9.ebuild ChangeLog
4 Log:
5 Initial commit. Required for telepathy-farsight and empathy.
6 (Portage version: 2.2_rc33/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 net-libs/farsight2/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>voip</herd>
20 <maintainer>
21 <email>nirbheek@g.o</email>
22 <name>Nirbheek Chauhan</name>
23 <description>is empathy/GNOME</description>
24 </maintainer>
25 <maintainer>
26 <email>tester@g.o</email>
27 <name>Olivier CrĂȘte</name>
28 <description>is upstream</description>
29 </maintainer>
30 </pkgmetadata>
31
32
33
34
35 1.1 net-libs/farsight2/farsight2-0.0.9.ebuild
36
37 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/farsight2-0.0.9.ebuild?rev=1.1&view=markup
38 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/farsight2-0.0.9.ebuild?rev=1.1&content-type=text/plain
39
40 Index: farsight2-0.0.9.ebuild
41 ===================================================================
42 # Copyright 1999-2009 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44 # $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.9.ebuild,v 1.1 2009/05/10 21:06:20 ford_prefect Exp $
45
46 EAPI="2"
47
48 inherit virtualx
49
50 DESCRIPTION="Farsight2 is an audio/video conferencing framework specifically designed for Instant Messengers."
51 HOMEPAGE="http://farsight.freedesktop.org/"
52 SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
53
54 LICENSE="LGPL-2.1"
55 KEYWORDS="~amd64 ~x86"
56 IUSE="python"
57 SLOT="0"
58
59 COMMONDEPEND=">=media-libs/gstreamer-0.10.22
60 >=media-libs/gst-plugins-base-0.10.22
61 >=dev-libs/glib-2.16
62 >=net-libs/libnice-0.0.3[gstreamer]
63 python? (
64 >=dev-python/pygobject-2.12
65 >=dev-python/pygtk-2.10
66 >=dev-python/gst-python-0.10.10 )"
67
68 RDEPEND="${COMMONDEPEND}
69 >=media-libs/gst-plugins-good-0.10.11
70 >=media-libs/gst-plugins-bad-0.10.11
71 >=media-plugins/gst-plugins-farsight-0.12.10"
72
73 DEPEND="${COMMONDEPEND}
74 dev-util/pkgconfig"
75
76 src_configure() {
77 econf $(use_enable python)
78 }
79
80 src_test() {
81 Xemake check || die "emake check failed!"
82 }
83
84 src_install() {
85 emake install DESTDIR="${D}" || die "emake install failed"
86 dodoc AUTHORS README ChangeLog
87 }
88
89
90
91 1.1 net-libs/farsight2/ChangeLog
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.1&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.1&content-type=text/plain
95
96 Index: ChangeLog
97 ===================================================================
98 # ChangeLog for net-libs/farsight2
99 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
100 # $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.1 2009/05/10 21:06:20 ford_prefect Exp $
101
102 *farsight2-0.0.9 (10 May 2009)
103
104 10 May 2009; Arun Raghavan <ford_prefect@g.o>
105 +farsight2-0.0.9.ebuild, +metadata.xml:
106 Initial commit