Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/farsight: ChangeLog farsight-0.1.25.ebuild farsight-0.1.18.ebuild
Date: Wed, 19 Sep 2007 08:14:51
Message-Id: E1IXuaI-0002c3-1Z@stork.gentoo.org
1 tester 07/09/19 08:06:58
2
3 Modified: ChangeLog
4 Added: farsight-0.1.25.ebuild
5 Removed: farsight-0.1.18.ebuild
6 Log:
7 Version bump, cleanup old
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.15 media-libs/farsight/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 29 Aug 2007 07:27:13 -0000 1.14
24 +++ ChangeLog 19 Sep 2007 08:06:57 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/farsight
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v 1.14 2007/08/29 07:27:13 mr_bones_ Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v 1.15 2007/09/19 08:06:57 tester Exp $
30 +
31 +*farsight-0.1.25 (19 Sep 2007)
32 +
33 + 19 Sep 2007; <tester@g.o> -farsight-0.1.18.ebuild,
34 + +farsight-0.1.25.ebuild:
35 + Version bump, cleanup old
36
37 29 Aug 2007; Michael Sterrett <mr_bones_@g.o>
38 farsight-0.1.24.ebuild:
39
40
41
42 1.1 media-libs/farsight/farsight-0.1.25.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/farsight-0.1.25.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/farsight-0.1.25.ebuild?rev=1.1&content-type=text/plain
46
47 Index: farsight-0.1.25.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1.25.ebuild,v 1.1 2007/09/19 08:06:57 tester Exp $
52
53 DESCRIPTION="FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
54 HOMEPAGE="http://farsight.freedesktop.org/"
55 SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
56 #EDARCS_REPO_URI="http://projects.collabora.co.uk/darcs/farsight/farsight"
57
58 LICENSE="GPL-2"
59 KEYWORDS="~amd64 ~x86"
60 IUSE="jingle doc test"
61 # msn yahoo
62 SLOT="0"
63
64 RDEPEND="=media-libs/gstreamer-0.10*
65 >=media-plugins/gst-plugins-farsight-0.12.5
66 >=dev-libs/glib-2.6
67 dev-libs/libxml2
68 doc? ( >=dev-util/gtk-doc-1.5 )
69 jingle? ( >=net-libs/libjingle-0.3.11 )
70 test? ( >=dev-libs/check-0.9.4 )"
71
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig"
74
75 src_compile() {
76 # I'm disabling clinkc because it sucks, isnt in portage
77 # and I couldnt care less for upnp
78 econf --enable-rtp \
79 --disable-clinkc \
80 $(use_enable doc) \
81 $(use_enable jingle jingle-p2p) || die "econf failed"
82 # Not yet ported to the new version
83 # $(use_enable msn msnwebcam) \
84 # $(use_enable msn msnavconf) \
85 # $(use_enable yahoo yahoowebcam) \
86 emake || die "emake failed"
87 }
88
89 src_install() {
90 emake install DESTDIR="${D}" || die "emake install failed"
91 dodoc AUTHORS README TODO
92 }
93
94
95
96 --
97 gentoo-commits@g.o mailing list