* [gentoo-commits] proj/gnome:gnome-next commit in: net-libs/farsight2/
@ 2011-08-21 6:16 Alexandre Restovtsev
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-08-21 6:16 UTC (permalink / raw
To: gentoo-commits
commit: b036d8815cf2a81834be87e607dbdd3893cf0afe
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sun Aug 21 05:10:45 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Aug 21 05:10:45 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b036d881
net-libs/farsight2: add 0.0.29
Add version 0.0.29; needed for telepathy-farstream, which in turn is
needed for empathy-3.1.5.
---
net-libs/farsight2/farsight2-0.0.29.ebuild | 70 ++++++++++++++++++++++++++++
1 files changed, 70 insertions(+), 0 deletions(-)
diff --git a/net-libs/farsight2/farsight2-0.0.29.ebuild b/net-libs/farsight2/farsight2-0.0.29.ebuild
new file mode 100644
index 0000000..490f790
--- /dev/null
+++ b/net-libs/farsight2/farsight2-0.0.29.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.26.ebuild,v 1.4 2011/07/31 16:28:29 armin76 Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+
+inherit python
+
+DESCRIPTION="Farsight2 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"
+
+LICENSE="LGPL-2.1"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="python test msn upnp"
+SLOT="0"
+
+# Tests often fail due to races
+RESTRICT="test"
+
+COMMONDEPEND=">=media-libs/gstreamer-0.10.33
+ >=media-libs/gst-plugins-base-0.10.33
+ >=dev-libs/glib-2.26:2
+ >=net-libs/libnice-0.1.0[gstreamer]
+ python? (
+ >=dev-python/pygobject-2.16:2
+ >=dev-python/gst-python-0.10.10 )
+ upnp? ( net-libs/gupnp-igd )"
+
+RDEPEND="${COMMONDEPEND}
+ >=media-libs/gst-plugins-good-0.10.17
+ >=media-libs/gst-plugins-bad-0.10.17
+ msn? ( >=media-plugins/gst-plugins-mimic-0.10.17 )"
+
+DEPEND="${COMMONDEPEND}
+ test? ( media-plugins/gst-plugins-vorbis
+ media-plugins/gst-plugins-speex )
+ dev-util/pkgconfig"
+
+pkg_setup() {
+ python_set_active_version 2
+}
+
+src_configure() {
+ plugins="fsrtpconference,funnel,rtcpfilter,videoanyrate"
+ use msn && plugins="${plugins},fsmsnconference"
+ econf --disable-static \
+ $(use_enable python) \
+ $(use_enable upnp gupnp) \
+ --with-plugins=${plugins}
+}
+
+src_install() {
+ emake install DESTDIR="${D}" || die "emake install failed"
+ dodoc AUTHORS README ChangeLog
+
+ # Remove .la files since static libs are no longer being installed
+ find "${D}" -name '*.la' -exec rm -f '{}' + || die
+}
+
+src_test() {
+ # FIXME: do an out-of-tree build for tests if USE=-msn
+ if ! use msn; then
+ elog "Tests disabled without msn use flag"
+ return
+ fi
+
+ emake -j1 check
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: net-libs/farsight2/
@ 2011-08-30 5:37 Alexandre Restovtsev
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-08-30 5:37 UTC (permalink / raw
To: gentoo-commits
commit: 374027b54555c9ba574f79cf844a9663c402a496
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Aug 30 01:29:40 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Aug 30 01:29:40 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=374027b5
net-libs/farsight2: 0.0.29 is in gx86
---
net-libs/farsight2/farsight2-0.0.29.ebuild | 70 ----------------------------
1 files changed, 0 insertions(+), 70 deletions(-)
diff --git a/net-libs/farsight2/farsight2-0.0.29.ebuild b/net-libs/farsight2/farsight2-0.0.29.ebuild
deleted file mode 100644
index 490f790..0000000
--- a/net-libs/farsight2/farsight2-0.0.29.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.26.ebuild,v 1.4 2011/07/31 16:28:29 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit python
-
-DESCRIPTION="Farsight2 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"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="python test msn upnp"
-SLOT="0"
-
-# Tests often fail due to races
-RESTRICT="test"
-
-COMMONDEPEND=">=media-libs/gstreamer-0.10.33
- >=media-libs/gst-plugins-base-0.10.33
- >=dev-libs/glib-2.26:2
- >=net-libs/libnice-0.1.0[gstreamer]
- python? (
- >=dev-python/pygobject-2.16:2
- >=dev-python/gst-python-0.10.10 )
- upnp? ( net-libs/gupnp-igd )"
-
-RDEPEND="${COMMONDEPEND}
- >=media-libs/gst-plugins-good-0.10.17
- >=media-libs/gst-plugins-bad-0.10.17
- msn? ( >=media-plugins/gst-plugins-mimic-0.10.17 )"
-
-DEPEND="${COMMONDEPEND}
- test? ( media-plugins/gst-plugins-vorbis
- media-plugins/gst-plugins-speex )
- dev-util/pkgconfig"
-
-pkg_setup() {
- python_set_active_version 2
-}
-
-src_configure() {
- plugins="fsrtpconference,funnel,rtcpfilter,videoanyrate"
- use msn && plugins="${plugins},fsmsnconference"
- econf --disable-static \
- $(use_enable python) \
- $(use_enable upnp gupnp) \
- --with-plugins=${plugins}
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS README ChangeLog
-
- # Remove .la files since static libs are no longer being installed
- find "${D}" -name '*.la' -exec rm -f '{}' + || die
-}
-
-src_test() {
- # FIXME: do an out-of-tree build for tests if USE=-msn
- if ! use msn; then
- elog "Tests disabled without msn use flag"
- return
- fi
-
- emake -j1 check
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-30 5:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-30 5:37 [gentoo-commits] proj/gnome:gnome-next commit in: net-libs/farsight2/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2011-08-21 6:16 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox