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