summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2008-04-12 21:43:21 +0000
committerOlivier Crête <tester@gentoo.org>2008-04-12 21:43:21 +0000
commit61a516a434561a2738b021f37d531fec68636b69 (patch)
treef710ae66bec875c94e8c39d497ea060ef9e429e5 /media-libs/farsight
parentAdded ~ppc, bug #215401 (diff)
downloadgentoo-2-61a516a434561a2738b021f37d531fec68636b69.tar.gz
gentoo-2-61a516a434561a2738b021f37d531fec68636b69.tar.bz2
gentoo-2-61a516a434561a2738b021f37d531fec68636b69.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-libs/farsight')
-rw-r--r--media-libs/farsight/ChangeLog8
-rw-r--r--media-libs/farsight/farsight-0.1.24.ebuild44
-rw-r--r--media-libs/farsight/farsight-0.1.25.ebuild44
-rw-r--r--media-libs/farsight/farsight-0.1.27.ebuild (renamed from media-libs/farsight/farsight-0.1.26.ebuild)22
4 files changed, 19 insertions, 99 deletions
diff --git a/media-libs/farsight/ChangeLog b/media-libs/farsight/ChangeLog
index 4db350db4bfb..645452b729cb 100644
--- a/media-libs/farsight/ChangeLog
+++ b/media-libs/farsight/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/farsight
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v 1.18 2008/04/07 13:27:34 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/ChangeLog,v 1.19 2008/04/12 21:43:21 tester Exp $
+
+*farsight-0.1.27 (12 Apr 2008)
+
+ 12 Apr 2008; Olivier Crête <tester@gentoo.org> -farsight-0.1.24.ebuild,
+ -farsight-0.1.25.ebuild, -farsight-0.1.26.ebuild, +farsight-0.1.27.ebuild:
+ Version bump
07 Apr 2008; Olivier Crête <tester@gentoo.org> farsight-0.1.26.ebuild:
Add more deps on the required gst plugins to make it run
diff --git a/media-libs/farsight/farsight-0.1.24.ebuild b/media-libs/farsight/farsight-0.1.24.ebuild
deleted file mode 100644
index dbff530fa713..000000000000
--- a/media-libs/farsight/farsight-0.1.24.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1.24.ebuild,v 1.3 2008/03/10 22:55:58 tester Exp $
-
-DESCRIPTION="FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
-HOMEPAGE="http://farsight.freedesktop.org/"
-SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
-#EDARCS_REPO_URI="http://projects.collabora.co.uk/darcs/farsight/farsight"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
-IUSE="jingle doc test"
-# msn yahoo
-SLOT="0"
-
-RDEPEND="=media-libs/gstreamer-0.10*
- >=media-plugins/gst-plugins-farsight-0.12.0
- >=dev-libs/glib-2.6
- dev-libs/libxml2
- doc? ( >=dev-util/gtk-doc-1.5 )
- jingle? ( >=net-libs/libjingle-0.3.11 )
- test? ( >=dev-libs/check-0.9.4 )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_compile() {
- # I'm disabling clinkc because it sucks, isnt in portage
- # and I couldnt care less for upnp
- econf --enable-rtp \
- --disable-clinkc \
- $(use_enable doc) \
- $(use_enable jingle jingle-p2p) || die "econf failed"
- # Not yet ported to the new version
- # $(use_enable msn msnwebcam) \
- # $(use_enable msn msnavconf) \
- # $(use_enable yahoo yahoowebcam) \
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS README TODO
-}
diff --git a/media-libs/farsight/farsight-0.1.25.ebuild b/media-libs/farsight/farsight-0.1.25.ebuild
deleted file mode 100644
index 5156267191ba..000000000000
--- a/media-libs/farsight/farsight-0.1.25.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1.25.ebuild,v 1.2 2008/03/10 22:55:58 tester Exp $
-
-DESCRIPTION="FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
-HOMEPAGE="http://farsight.freedesktop.org/"
-SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
-#EDARCS_REPO_URI="http://projects.collabora.co.uk/darcs/farsight/farsight"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
-IUSE="jingle doc test"
-# msn yahoo
-SLOT="0"
-
-RDEPEND="=media-libs/gstreamer-0.10*
- >=media-plugins/gst-plugins-farsight-0.12.5
- >=dev-libs/glib-2.6
- dev-libs/libxml2
- doc? ( >=dev-util/gtk-doc-1.5 )
- jingle? ( >=net-libs/libjingle-0.3.11 )
- test? ( >=dev-libs/check-0.9.4 )"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_compile() {
- # I'm disabling clinkc because it sucks, isnt in portage
- # and I couldnt care less for upnp
- econf --enable-rtp \
- --disable-clinkc \
- $(use_enable doc) \
- $(use_enable jingle jingle-p2p) || die "econf failed"
- # Not yet ported to the new version
- # $(use_enable msn msnwebcam) \
- # $(use_enable msn msnavconf) \
- # $(use_enable yahoo yahoowebcam) \
- emake || die "emake failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS README TODO
-}
diff --git a/media-libs/farsight/farsight-0.1.26.ebuild b/media-libs/farsight/farsight-0.1.27.ebuild
index f01c30d7215f..5e353553cf2b 100644
--- a/media-libs/farsight/farsight-0.1.26.ebuild
+++ b/media-libs/farsight/farsight-0.1.27.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1.26.ebuild,v 1.2 2008/04/07 13:27:34 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/farsight/farsight-0.1.27.ebuild,v 1.1 2008/04/12 21:43:21 tester Exp $
DESCRIPTION="FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
HOMEPAGE="http://farsight.freedesktop.org/"
@@ -13,22 +13,24 @@ IUSE="jingle doc test"
# msn yahoo
SLOT="0"
-RDEPEND="=media-libs/gstreamer-0.10*
+COMMON_DEPEND="=media-libs/gstreamer-0.10*
>=media-libs/gstreamer-0.10.13
- =media-plugins/gst-plugins-farsight-0.12.6
+ =media-libs/gst-plugins-base-0.10*
>=dev-libs/glib-2.6
- !<net-voip/telepathy-stream-engine-0.5.0
dev-libs/libxml2
- doc? ( >=dev-util/gtk-doc-1.5 )
- jingle? ( >=net-libs/libjingle-0.3.11 )
- test? ( >=dev-libs/check-0.9.4 )"
+ jingle? ( >=net-libs/libjingle-0.3.11 )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- =media-libs/gst-plugins-base-0.10*
+RDEPEND="${COMMON_DEPEND}
+ >=media-plugins/gst-plugins-farsight-0.12.7
+ !<net-voip/telepathy-stream-engine-0.5.0
=media-libs/gst-plugins-good-0.10*
=media-plugins/gst-plugins-ffmpeg-0.10*"
+DEPEND="${COMMON_DEPEND}
+ dev-util/pkgconfig
+ doc? ( >=dev-util/gtk-doc-1.5 )
+ test? ( >=dev-libs/check-0.9.4 )"
+
src_compile() {
# I'm disabling clinkc because it sucks, isnt in portage
# and I couldnt care less for upnp