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.15.ebuild
@ 2009-09-07  5:36 Olivier Crete (tester)
  0 siblings, 0 replies; 3+ messages in thread
From: Olivier Crete (tester) @ 2009-09-07  5:36 UTC (permalink / raw
  To: gentoo-commits

tester      09/09/07 05:36:14

  Modified:             ChangeLog
  Added:                farsight2-0.0.15.ebuild
  Log:
  Version bump, enable msn plugin
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 net-libs/farsight2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	1 Sep 2009 13:32:59 -0000	1.9
+++ ChangeLog	7 Sep 2009 05:36:14 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/farsight2
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.9 2009/09/01 13:32:59 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.10 2009/09/07 05:36:14 tester Exp $
+
+*farsight2-0.0.15 (07 Sep 2009)
+
+  07 Sep 2009; Olivier Crête <tester@gentoo.org> +farsight2-0.0.15.ebuild:
+  Version bump, enable msn plugin
 
   01 Sep 2009; Jeroen Roovers <jer@gentoo.org> farsight2-0.0.14.ebuild:
   Marked ~hppa (bug #282989).



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

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

Index: farsight2-0.0.15.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v 1.1 2009/09/07 05:36:14 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="~amd64 ~x86"
IUSE="python test msn"
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 )"

RDEPEND="${COMMONDEPEND}
	>=media-libs/gst-plugins-good-0.10.11
	>=media-libs/gst-plugins-bad-0.10.13
	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) --with-plugins=${plugins}
}

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






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

* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.15.ebuild
@ 2010-02-19 19:12 Raul Porcel (armin76)
  0 siblings, 0 replies; 3+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-19 19:12 UTC (permalink / raw
  To: gentoo-commits

armin76     10/02/19 19:12:11

  Modified:             ChangeLog farsight2-0.0.15.ebuild
  Log:
  ia64/sparc stable
  (Portage version: 2.1.7.16/cvs/Linux ia64)

Revision  Changes    Path
1.28                 net-libs/farsight2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	19 Feb 2010 18:37:50 -0000	1.27
+++ ChangeLog	19 Feb 2010 19:12:11 -0000	1.28
@@ -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.27 2010/02/19 18:37:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.28 2010/02/19 19:12:11 armin76 Exp $
+
+  19 Feb 2010; Raúl Porcel <armin76@gentoo.org> farsight2-0.0.15.ebuild:
+  ia64/sparc stable
 
   19 Feb 2010; Raúl Porcel <armin76@gentoo.org> farsight2-0.0.15.ebuild,
   farsight2-0.0.16.ebuild, farsight2-0.0.17.ebuild:



1.10                 net-libs/farsight2/farsight2-0.0.15.ebuild

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

Index: farsight2-0.0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- farsight2-0.0.15.ebuild	19 Feb 2010 18:37:50 -0000	1.9
+++ farsight2-0.0.15.ebuild	19 Feb 2010 19:12:11 -0000	1.10
@@ -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.15.ebuild,v 1.9 2010/02/19 18:37:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.15.ebuild,v 1.10 2010/02/19 19:12:11 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"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ~ppc ~ppc64 sparc ~x86"
 IUSE="python test msn upnp"
 SLOT="0"
 






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

* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.15.ebuild
@ 2010-05-17 16:49 Olivier Crete (tester)
  0 siblings, 0 replies; 3+ messages in thread
From: Olivier Crete (tester) @ 2010-05-17 16:49 UTC (permalink / raw
  To: gentoo-commits

tester      10/05/17 16:49:34

  Modified:             ChangeLog
  Added:                farsight2-0.0.15.ebuild
  Log:
  That version was stable on sparc and ia64
  (Portage version: 2.1.8.3/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.30                 net-libs/farsight2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	17 May 2010 14:53:22 -0000	1.29
+++ ChangeLog	17 May 2010 16:49:34 -0000	1.30
@@ -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.29 2010/05/17 14:53:22 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.30 2010/05/17 16:49:34 tester Exp $
+
+  17 May 2010; Olivier Crête <tester@gentoo.org> +farsight2-0.0.15.ebuild:
+  That version was stable on sparc and ia64
 
   17 May 2010; Olivier Crête <tester@gentoo.org> -farsight2-0.0.15.ebuild,
   -farsight2-0.0.16.ebuild:



1.12                 net-libs/farsight2/farsight2-0.0.15.ebuild

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







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

end of thread, other threads:[~2010-05-17 16:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-07  5:36 [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.15.ebuild Olivier Crete (tester)
  -- strict thread matches above, loose matches on Subject: below --
2010-02-19 19:12 Raul Porcel (armin76)
2010-05-17 16:49 Olivier Crete (tester)

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