public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.17.ebuild
@ 2010-01-24 22:09 Olivier Crete (tester)
  0 siblings, 0 replies; 5+ messages in thread
From: Olivier Crete (tester) @ 2010-01-24 22:09 UTC (permalink / raw
  To: gentoo-commits

tester      10/01/24 22:09:17

  Modified:             ChangeLog
  Added:                farsight2-0.0.17.ebuild
  Log:
  Version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.25                 net-libs/farsight2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	18 Jan 2010 21:43:07 -0000	1.24
+++ ChangeLog	24 Jan 2010 22:09:16 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/farsight2
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.24 2010/01/18 21:43:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.25 2010/01/24 22:09:16 tester Exp $
+
+*farsight2-0.0.17 (24 Jan 2010)
+
+  24 Jan 2010; Olivier Crête <tester@gentoo.org> +farsight2-0.0.17.ebuild:
+  Version bump
 
   18 Jan 2010; Jeroen Roovers <jer@gentoo.org> farsight2-0.0.15.ebuild,
   farsight2-0.0.16.ebuild:



1.1                  net-libs/farsight2/farsight2-0.0.17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?rev=1.1&content-type=text/plain

Index: farsight2-0.0.17.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v 1.1 2010/01/24 22:09:16 tester Exp $

EAPI="2"

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 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="python test msn upnp"
SLOT="0"

COMMONDEPEND=">=media-libs/gstreamer-0.10.23
	>=media-libs/gst-plugins-base-0.10.23
	>=dev-libs/glib-2.16
	>=net-libs/libnice-0.0.9[gstreamer]
	python? (
		|| ( >=dev-python/pygobject-2.16 >=dev-python/pygtk-2.12 )
		>=dev-python/pygobject-2.12
		>=dev-python/gst-python-0.10.10 )
	upnp? ( net-libs/gupnp-igd )"

RDEPEND="${COMMONDEPEND}
	>=media-libs/gst-plugins-good-0.10.11
	>=media-libs/gst-plugins-bad-0.10.13
	|| ( >=media-libs/gst-plugins-good-0.10.16
		<media-libs/gst-plugins-bad-0.10.14 )
	msn? ( >=media-plugins/gst-plugins-mimic-0.10.14 )"

DEPEND="${COMMONDEPEND}
	test? ( media-plugins/gst-plugins-vorbis
		media-plugins/gst-plugins-speex )
	dev-util/pkgconfig"

src_configure() {
	plugins="fsrtpconference,funnel,rtcpfilter,videoanyrate"
	use msn && plugins="${plugins},fsmsnconference"
	econf $(use_enable python) \
		$(use_enable upnp gupnp) \
		--with-plugins=${plugins}
}

src_install() {
	emake install DESTDIR="${D}" || die "emake install failed"
	dodoc AUTHORS README ChangeLog
}

src_test()
{
	use msn || { einfo "Tests disabled without msn use flag"; return ;}
	if ! emake -j1 check; then
		hasq test $FEATURES && die "Make check failed. See above for details."
		hasq test $FEATURES || eerror "Make check failed. See above for details."
	fi
}






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.17.ebuild
@ 2010-06-29 13:57 Christoph Mende (angelos)
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende (angelos) @ 2010-06-29 13:57 UTC (permalink / raw
  To: gentoo-commits

angelos     10/06/29 13:57:00

  Modified:             ChangeLog farsight2-0.0.17.ebuild
  Log:
  Stable on amd64 wrt bug #320205
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 net-libs/farsight2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	29 Jun 2010 05:16:03 -0000	1.32
+++ ChangeLog	29 Jun 2010 13:57:00 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/farsight2
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.32 2010/06/29 05:16:03 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.33 2010/06/29 13:57:00 angelos Exp $
+
+  29 Jun 2010; Christoph Mende <angelos@gentoo.org> farsight2-0.0.17.ebuild:
+  Stable on amd64 wrt bug #320205
 
   29 Jun 2010; Olivier Crête <tester@gentoo.org> farsight2-0.0.17.ebuild,
   farsight2-0.0.20.ebuild:



1.5                  net-libs/farsight2/farsight2-0.0.17.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?r1=1.4&r2=1.5

Index: farsight2-0.0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- farsight2-0.0.17.ebuild	29 Jun 2010 05:16:03 -0000	1.4
+++ farsight2-0.0.17.ebuild	29 Jun 2010 13:57:00 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v 1.4 2010/06/29 05:16:03 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v 1.5 2010/06/29 13:57:00 angelos Exp $
 
 EAPI="2"
 
@@ -9,7 +9,7 @@
 SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
 IUSE="python test msn upnp"
 SLOT="0"
 






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.17.ebuild
@ 2010-07-01 12:49 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-01 12:49 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/01 12:49:14

  Modified:             ChangeLog farsight2-0.0.17.ebuild
  Log:
  stable x86, bug 320205
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.34                 net-libs/farsight2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	29 Jun 2010 13:57:00 -0000	1.33
+++ ChangeLog	1 Jul 2010 12:49:14 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/farsight2
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.33 2010/06/29 13:57:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.34 2010/07/01 12:49:14 fauli Exp $
+
+  01 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+  farsight2-0.0.17.ebuild:
+  stable x86, bug 320205
 
   29 Jun 2010; Christoph Mende <angelos@gentoo.org> farsight2-0.0.17.ebuild:
   Stable on amd64 wrt bug #320205



1.6                  net-libs/farsight2/farsight2-0.0.17.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?r1=1.5&r2=1.6

Index: farsight2-0.0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- farsight2-0.0.17.ebuild	29 Jun 2010 13:57:00 -0000	1.5
+++ farsight2-0.0.17.ebuild	1 Jul 2010 12:49:14 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v 1.5 2010/06/29 13:57:00 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v 1.6 2010/07/01 12:49:14 fauli Exp $
 
 EAPI="2"
 
@@ -9,7 +9,7 @@
 SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="python test msn upnp"
 SLOT="0"
 






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.17.ebuild
@ 2010-09-04 14:47 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-09-04 14:47 UTC (permalink / raw
  To: gentoo-commits

armin76     10/09/04 14:47:42

  Modified:             ChangeLog farsight2-0.0.17.ebuild
  Log:
  alpha/ia64/sparc stable wrt #320205
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.36                 net-libs/farsight2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	7 Jul 2010 18:27:39 -0000	1.35
+++ ChangeLog	4 Sep 2010 14:47:42 -0000	1.36
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/farsight2
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.35 2010/07/07 18:27:39 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.36 2010/09/04 14:47:42 armin76 Exp $
+
+  04 Sep 2010; Raúl Porcel <armin76@gentoo.org> farsight2-0.0.17.ebuild:
+  alpha/ia64/sparc stable wrt #320205
 
   07 Jul 2010; Nirbheek Chauhan <nirbheek@gentoo.org> metadata.xml:
   Remove Tester and me as maintainers from metadata.xml, we're already in



1.7                  net-libs/farsight2/farsight2-0.0.17.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?r1=1.6&r2=1.7

Index: farsight2-0.0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- farsight2-0.0.17.ebuild	1 Jul 2010 12:49:14 -0000	1.6
+++ farsight2-0.0.17.ebuild	4 Sep 2010 14:47:42 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v 1.6 2010/07/01 12:49:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v 1.7 2010/09/04 14:47:42 armin76 Exp $
 
 EAPI="2"
 
@@ -9,7 +9,7 @@
 SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
 
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="python test msn upnp"
 SLOT="0"
 






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.17.ebuild
@ 2011-02-02  1:29 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2011-02-02  1:29 UTC (permalink / raw
  To: gentoo-commits

jer         11/02/02 01:29:21

  Modified:             ChangeLog farsight2-0.0.17.ebuild
  Log:
  Stable for HPPA (bug #320205).
  
  (Portage version: 2.2.0_alpha19/cvs/Linux i686)

Revision  Changes    Path
1.40                 net-libs/farsight2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	21 Dec 2010 22:43:26 -0000	1.39
+++ ChangeLog	2 Feb 2011 01:29:21 -0000	1.40
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/farsight2
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.39 2010/12/21 22:43:26 eva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.40 2011/02/02 01:29:21 jer Exp $
+
+  02 Feb 2011; Jeroen Roovers <jer@gentoo.org> farsight2-0.0.17.ebuild:
+  Stable for HPPA (bug #320205).
 
   21 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> farsight2-0.0.20.ebuild:
   Add support for multiple python slots, bug #349239.



1.9                  net-libs/farsight2/farsight2-0.0.17.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild?r1=1.8&r2=1.9

Index: farsight2-0.0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- farsight2-0.0.17.ebuild	21 Nov 2010 00:52:34 -0000	1.8
+++ farsight2-0.0.17.ebuild	2 Feb 2011 01:29:21 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.17.ebuild,v 1.8 2010/11/21 00:52:34 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v 1.9 2011/02/02 01:29:21 jer Exp $
 
 EAPI="2"
 
@@ -9,7 +9,7 @@
 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"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="python test msn upnp"
 SLOT="0"
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-02  1:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-24 22:09 [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.17.ebuild Olivier Crete (tester)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-29 13:57 Christoph Mende (angelos)
2010-07-01 12:49 Christian Faulhammer (fauli)
2010-09-04 14:47 Raul Porcel (armin76)
2011-02-02  1:29 Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox