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.28-r1.ebuild farsight-0.1.28.ebuild
Date: Mon, 30 Mar 2009 03:37:34
Message-Id: E1Lo8JY-0000fi-C9@stork.gentoo.org
1 tester 09/03/30 03:37:32
2
3 Modified: ChangeLog
4 Added: farsight-0.1.28-r1.ebuild
5 Removed: farsight-0.1.28.ebuild
6 Log:
7 New version that depends on -bad for plugins moves
8 (Portage version: 2.1.6.7/cvs/Linux i686)
9
10 Revision Changes Path
11 1.23 media-libs/farsight/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 7 Jan 2009 17:07:24 -0000 1.22
24 +++ ChangeLog 30 Mar 2009 03:37:32 -0000 1.23
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-libs/farsight
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v 1.22 2009/01/07 17:07:24 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v 1.23 2009/03/30 03:37:32 tester Exp $
30 +
31 +*farsight-0.1.28-r1 (30 Mar 2009)
32 +
33 + 30 Mar 2009; Olivier Crête <tester@g.o> -farsight-0.1.28.ebuild,
34 + +farsight-0.1.28-r1.ebuild:
35 + New version that depends on -bad for plugins moves
36
37 07 Jan 2009; Raúl Porcel <armin76@g.o> farsight-0.1.28.ebuild:
38 Add ~alpha/~ia64 wrt #245949
39
40
41
42 1.1 media-libs/farsight/farsight-0.1.28-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/farsight-0.1.28-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/farsight/farsight-0.1.28-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: farsight-0.1.28-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 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.28-r1.ebuild,v 1.1 2009/03/30 03:37:32 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="LGPL-2.1"
59 KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
60 IUSE="jingle doc test"
61 # msn yahoo
62 SLOT="0"
63
64 COMMON_DEPEND="=media-libs/gstreamer-0.10*
65 >=media-libs/gstreamer-0.10.13
66 =media-libs/gst-plugins-base-0.10*
67 >=dev-libs/glib-2.6
68 dev-libs/libxml2
69 jingle? ( >=net-libs/libjingle-0.3.11 )"
70
71 RDEPEND="${COMMON_DEPEND}
72 >=media-plugins/gst-plugins-farsight-0.12.7
73 || ( ( >=media-libs/gst-plugins-bad-0.10.11 >=media-plugins/gst-plugins-farsight-0.12.11 )
74 =media-plugins/gst-plugins-farsight-0.12.10 )
75 !<net-voip/telepathy-stream-engine-0.5.0
76 =media-libs/gst-plugins-good-0.10*
77 =media-plugins/gst-plugins-ffmpeg-0.10*"
78
79 DEPEND="${COMMON_DEPEND}
80 dev-util/pkgconfig
81 doc? ( >=dev-util/gtk-doc-1.5 )
82 test? ( >=dev-libs/check-0.9.4 )"
83
84 src_compile() {
85 # I'm disabling clinkc because it sucks, isnt in portage
86 # and I couldnt care less for upnp
87 econf --enable-rtp \
88 --disable-clinkc \
89 $(use_enable doc) \
90 $(use_enable jingle jingle-p2p) || die "econf failed"
91 # Not yet ported to the new version
92 # $(use_enable msn msnwebcam) \
93 # $(use_enable msn msnavconf) \
94 # $(use_enable yahoo yahoowebcam) \
95 emake || die "emake failed"
96 }
97
98 src_install() {
99 emake install DESTDIR="${D}" || die "emake install failed"
100 dodoc AUTHORS README TODO
101 }