summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-06-09 23:28:59 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-06-09 23:28:59 +0000
commit76e4d955014a2d02e950c11dfcd8e51d59ab0110 (patch)
treecaf28fe842463c3f7137f80080cfed8b2b3bb1d1 /media-libs/farsight
parentversion bump (diff)
downloadgentoo-2-76e4d955014a2d02e950c11dfcd8e51d59ab0110.tar.gz
gentoo-2-76e4d955014a2d02e950c11dfcd8e51d59ab0110.tar.bz2
gentoo-2-76e4d955014a2d02e950c11dfcd8e51d59ab0110.zip
version bump
(Portage version: 2.1_rc4-r4)
Diffstat (limited to 'media-libs/farsight')
-rw-r--r--media-libs/farsight/ChangeLog6
-rw-r--r--media-libs/farsight/farsight-0.1.3.1.ebuild47
-rw-r--r--media-libs/farsight/files/digest-farsight-0.1.3.13
3 files changed, 55 insertions, 1 deletions
diff --git a/media-libs/farsight/ChangeLog b/media-libs/farsight/ChangeLog
index 0b658775fe26..f728119b07b7 100644
--- a/media-libs/farsight/ChangeLog
+++ b/media-libs/farsight/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/farsight
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v 1.1 2006/05/22 00:02:37 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v 1.2 2006/06/09 23:28:59 genstef Exp $
+
+ 09 Jun 2006; Stefan Schweizer <genstef@gentoo.org>
+ -farsight-0.1_alpha20060521.ebuild, +farsight-0.1.3.1.ebuild:
+ version bump
*farsight-0.1_alpha20060521 (22 May 2006)
diff --git a/media-libs/farsight/farsight-0.1.3.1.ebuild b/media-libs/farsight/farsight-0.1.3.1.ebuild
new file mode 100644
index 000000000000..919205c95af3
--- /dev/null
+++ b/media-libs/farsight/farsight-0.1.3.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1.3.1.ebuild,v 1.1 2006/06/09 23:28:59 genstef Exp $
+
+DESCRIPTION="FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
+HOMEPAGE="http://farsight.sourceforge.net/"
+SRC_URI="http://extindt01.indt.org/VoIP/${P}.tar.gz"
+#EDARCS_REPO_URI="http://projects.collabora.co.uk/darcs/farsight/farsight"
+
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+IUSE="sofia-sip gnet jingle"
+# msn yahoo
+SLOT="0"
+
+RDEPEND="=media-libs/gstreamer-0.10*
+ =media-plugins/gst-plugins-farsight-0.10*
+ >=dev-libs/glib-2.0
+ dev-libs/libxml2
+ gnet? ( net-libs/gnet )
+ sofia-sip? ( net-libs/sofia-sip )
+ jingle? ( net-libs/libjingle )"
+
+src_compile() {
+ NOCONFIGURE=1 ./autogen.sh
+
+ econf --disable-debug \
+ --disable-gtk-doc \
+ --disable-sequence-diagrams \
+ --disable-msnwebcam \
+ --disable-msnavconf \
+ --disable-yahoowebcam \
+ --enable-rtp \
+ $(use_enable sofia-sip) \
+ $(use_enable gnet) \
+ $(use_enable jingle jingle-p2p) || die "econf failed"
+ # Does not compile currently
+ # $(use_enable msn msnwebcam) \
+ # $(use_enable msn msnavconf) \
+ # $(use_enable yahoo yahoowebcam) \
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+ dodoc AUTHORS ChangeLog README TODO
+}
diff --git a/media-libs/farsight/files/digest-farsight-0.1.3.1 b/media-libs/farsight/files/digest-farsight-0.1.3.1
new file mode 100644
index 000000000000..07aa39c246dd
--- /dev/null
+++ b/media-libs/farsight/files/digest-farsight-0.1.3.1
@@ -0,0 +1,3 @@
+MD5 a14c36d850cd86c09cd1262489cb4c1f farsight-0.1.3.1.tar.gz 450794
+RMD160 65aaeb08f38bd811cd370315d30ef96717d4f460 farsight-0.1.3.1.tar.gz 450794
+SHA256 63604a5af8d7ff0a9aed2da29283970efa71e28f4ef75f495a722b8650d9b133 farsight-0.1.3.1.tar.gz 450794