public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: ChangeLog farstream-0.1.2-r1.ebuild
@ 2012-07-16  8:19 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-07-16  8:19 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/07/16 08:19:25

  Modified:             ChangeLog farstream-0.1.2-r1.ebuild
  Log:
  Fix building with gobject-introspection-1.33.x (bug #425096, thanks to Marek Bartosiewicz).
  
  (Portage version: 2.2.0_alpha118/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-libs/farstream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	25 Jun 2012 04:28:58 -0000	1.3
+++ ChangeLog	16 Jul 2012 08:19:25 -0000	1.4
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/farstream
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.3 2012/06/25 04:28:58 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.4 2012/07/16 08:19:25 tetromino Exp $
+
+  16 Jul 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  farstream-0.1.2-r1.ebuild,
+  +files/farstream-0.1.2-introspection-tag-order.patch:
+  Fix building with gobject-introspection-1.33.x (bug #425096, thanks to Marek
+  Bartosiewicz).
 
 *farstream-0.1.2-r1 (25 Jun 2012)
 



1.2                  net-libs/farstream/farstream-0.1.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild?r1=1.1&r2=1.2

Index: farstream-0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- farstream-0.1.2-r1.ebuild	25 Jun 2012 04:28:58 -0000	1.1
+++ farstream-0.1.2-r1.ebuild	16 Jul 2012 08:19:25 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.1 2012/06/25 04:28:58 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.2 2012/07/16 08:19:25 tetromino Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
 
-inherit python
+inherit eutils python
 
 DESCRIPTION="Farsight2 is an audio/video conferencing framework specifically designed for Instant Messengers."
 HOMEPAGE="http://farsight.freedesktop.org/"
@@ -47,6 +47,11 @@
 	python_set_active_version 2
 }
 
+src_prepare() {
+	# Fix building with gobject-introspection-1.33.x, bug #425096
+	epatch "${FILESDIR}/${P}-introspection-tag-order.patch"
+}
+
 src_configure() {
 	plugins="fsrawconference,fsrtpconference,fsfunnel,fsrtcpfilter,fsvideoanyrate"
 	use msn && plugins="${plugins},fsmsnconference"






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

* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: ChangeLog farstream-0.1.2-r1.ebuild
@ 2012-10-02 15:46 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2012-10-02 15:46 UTC (permalink / raw
  To: gentoo-commits

jer         12/10/02 15:46:36

  Modified:             ChangeLog farstream-0.1.2-r1.ebuild
  Log:
  Stable for HPPA (bug #427544).
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-libs/farstream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	16 Jul 2012 08:19:25 -0000	1.4
+++ ChangeLog	2 Oct 2012 15:46:36 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/farstream
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.4 2012/07/16 08:19:25 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.5 2012/10/02 15:46:36 jer Exp $
+
+  02 Oct 2012; Jeroen Roovers <jer@gentoo.org> farstream-0.1.2-r1.ebuild:
+  Stable for HPPA (bug #427544).
 
   16 Jul 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
   farstream-0.1.2-r1.ebuild,



1.3                  net-libs/farstream/farstream-0.1.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild?r1=1.2&r2=1.3

Index: farstream-0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- farstream-0.1.2-r1.ebuild	16 Jul 2012 08:19:25 -0000	1.2
+++ farstream-0.1.2-r1.ebuild	2 Oct 2012 15:46:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.2 2012/07/16 08:19:25 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.3 2012/10/02 15:46:36 jer Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -12,7 +12,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="+introspection python msn test upnp"
 
 SLOT="0"





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

* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: ChangeLog farstream-0.1.2-r1.ebuild
@ 2012-10-03 15:40 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-10-03 15:40 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/10/03 15:40:15

  Modified:             ChangeLog farstream-0.1.2-r1.ebuild
  Log:
  x86 stable wrt bug #427544
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.6                  net-libs/farstream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	2 Oct 2012 15:46:36 -0000	1.5
+++ ChangeLog	3 Oct 2012 15:40:15 -0000	1.6
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/farstream
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.5 2012/10/02 15:46:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.6 2012/10/03 15:40:15 phajdan.jr Exp $
+
+  03 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  farstream-0.1.2-r1.ebuild:
+  x86 stable wrt bug #427544
 
   02 Oct 2012; Jeroen Roovers <jer@gentoo.org> farstream-0.1.2-r1.ebuild:
   Stable for HPPA (bug #427544).



1.4                  net-libs/farstream/farstream-0.1.2-r1.ebuild

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

Index: farstream-0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- farstream-0.1.2-r1.ebuild	2 Oct 2012 15:46:36 -0000	1.3
+++ farstream-0.1.2-r1.ebuild	3 Oct 2012 15:40:15 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.3 2012/10/02 15:46:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.4 2012/10/03 15:40:15 phajdan.jr Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -12,7 +12,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="+introspection python msn test upnp"
 
 SLOT="0"





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

* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: ChangeLog farstream-0.1.2-r1.ebuild
@ 2012-10-04 14:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-04 14:58 UTC (permalink / raw
  To: gentoo-commits

ago         12/10/04 14:58:58

  Modified:             ChangeLog farstream-0.1.2-r1.ebuild
  Log:
  Stable for amd64, wrt bug #427544
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  net-libs/farstream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	3 Oct 2012 15:40:15 -0000	1.6
+++ ChangeLog	4 Oct 2012 14:58:58 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/farstream
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.6 2012/10/03 15:40:15 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.7 2012/10/04 14:58:58 ago Exp $
+
+  04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> farstream-0.1.2-r1.ebuild:
+  Stable for amd64, wrt bug #427544
 
   03 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   farstream-0.1.2-r1.ebuild:



1.5                  net-libs/farstream/farstream-0.1.2-r1.ebuild

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

Index: farstream-0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- farstream-0.1.2-r1.ebuild	3 Oct 2012 15:40:15 -0000	1.4
+++ farstream-0.1.2-r1.ebuild	4 Oct 2012 14:58:58 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.4 2012/10/03 15:40:15 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.5 2012/10/04 14:58:58 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -12,7 +12,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="+introspection python msn test upnp"
 
 SLOT="0"





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

* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: ChangeLog farstream-0.1.2-r1.ebuild
@ 2012-10-06  9:40 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2012-10-06  9:40 UTC (permalink / raw
  To: gentoo-commits

maekke      12/10/06 09:40:02

  Modified:             ChangeLog farstream-0.1.2-r1.ebuild
  Log:
  arm stable, bug #427544
  
  (Portage version: 2.1.11.23/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  net-libs/farstream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	4 Oct 2012 14:58:58 -0000	1.7
+++ ChangeLog	6 Oct 2012 09:40:02 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/farstream
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.7 2012/10/04 14:58:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.8 2012/10/06 09:40:02 maekke Exp $
+
+  06 Oct 2012; Markus Meier <maekke@gentoo.org> farstream-0.1.2-r1.ebuild:
+  arm stable, bug #427544
 
   04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> farstream-0.1.2-r1.ebuild:
   Stable for amd64, wrt bug #427544



1.6                  net-libs/farstream/farstream-0.1.2-r1.ebuild

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

Index: farstream-0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- farstream-0.1.2-r1.ebuild	4 Oct 2012 14:58:58 -0000	1.5
+++ farstream-0.1.2-r1.ebuild	6 Oct 2012 09:40:02 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.5 2012/10/04 14:58:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.6 2012/10/06 09:40:02 maekke Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -12,7 +12,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="+introspection python msn test upnp"
 
 SLOT="0"





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

* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: ChangeLog farstream-0.1.2-r1.ebuild
@ 2012-10-28 16:18 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2012-10-28 16:18 UTC (permalink / raw
  To: gentoo-commits

armin76     12/10/28 16:18:44

  Modified:             ChangeLog farstream-0.1.2-r1.ebuild
  Log:
  ia64/sparc stable wrt #427544
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 net-libs/farstream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	16 Oct 2012 06:40:03 -0000	1.11
+++ ChangeLog	28 Oct 2012 16:18:44 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/farstream
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.11 2012/10/16 06:40:03 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.12 2012/10/28 16:18:44 armin76 Exp $
+
+  28 Oct 2012; Raúl Porcel <armin76@gentoo.org> farstream-0.1.2-r1.ebuild:
+  ia64/sparc stable wrt #427544
 
   16 Oct 2012; Matt Turner <mattst88@gentoo.org> farstream-0.1.2-r1.ebuild:
   Stable on alpha, bug 427544.



1.10                 net-libs/farstream/farstream-0.1.2-r1.ebuild

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

Index: farstream-0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- farstream-0.1.2-r1.ebuild	16 Oct 2012 06:40:03 -0000	1.9
+++ farstream-0.1.2-r1.ebuild	28 Oct 2012 16:18:44 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.9 2012/10/16 06:40:03 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.10 2012/10/28 16:18:44 armin76 Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -12,7 +12,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="+introspection python msn test upnp"
 
 SLOT="0"





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

* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: ChangeLog farstream-0.1.2-r1.ebuild
@ 2012-12-02 17:04 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2012-12-02 17:04 UTC (permalink / raw
  To: gentoo-commits

eva         12/12/02 17:04:23

  Modified:             ChangeLog farstream-0.1.2-r1.ebuild
  Log:
  Pin gstreamer dependencies.
  
  (Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key C6085806)

Revision  Changes    Path
1.13                 net-libs/farstream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	28 Oct 2012 16:18:44 -0000	1.12
+++ ChangeLog	2 Dec 2012 17:04:23 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/farstream
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.12 2012/10/28 16:18:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.13 2012/12/02 17:04:23 eva Exp $
+
+  02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org>
+  farstream-0.1.2-r1.ebuild:
+  Pin gstreamer dependencies.
 
   28 Oct 2012; Raúl Porcel <armin76@gentoo.org> farstream-0.1.2-r1.ebuild:
   ia64/sparc stable wrt #427544



1.11                 net-libs/farstream/farstream-0.1.2-r1.ebuild

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

Index: farstream-0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- farstream-0.1.2-r1.ebuild	28 Oct 2012 16:18:44 -0000	1.10
+++ farstream-0.1.2-r1.ebuild	2 Dec 2012 17:04:23 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.10 2012/10/28 16:18:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.11 2012/12/02 17:04:23 eva Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
@@ -32,7 +32,7 @@
 
 RDEPEND="${COMMONDEPEND}
 	>=media-libs/gst-plugins-good-0.10.17:0.10
-	>=media-libs/gst-plugins-bad-0.10.17
+	>=media-libs/gst-plugins-bad-0.10.17:0.10
 	msn? ( >=media-plugins/gst-plugins-mimic-0.10.17:0.10 )
 	!net-libs/farsight2"
 # This package is just a rename from farsight2





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

* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: ChangeLog farstream-0.1.2-r1.ebuild
@ 2012-12-08  0:58 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 8+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-12-08  0:58 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/12/08 00:58:43

  Modified:             ChangeLog farstream-0.1.2-r1.ebuild
  Log:
  Update dependencies for gst-plugins-libnice split. Update license, description, homepage.
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.14                 net-libs/farstream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	2 Dec 2012 17:04:23 -0000	1.13
+++ ChangeLog	8 Dec 2012 00:58:43 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/farstream
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.13 2012/12/02 17:04:23 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.14 2012/12/08 00:58:43 tetromino Exp $
+
+  08 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  farstream-0.1.2-r1.ebuild:
+  Update dependencies for gst-plugins-libnice split. Update license,
+  description, homepage.
 
   02 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org>
   farstream-0.1.2-r1.ebuild:



1.12                 net-libs/farstream/farstream-0.1.2-r1.ebuild

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

Index: farstream-0.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- farstream-0.1.2-r1.ebuild	2 Dec 2012 17:04:23 -0000	1.11
+++ farstream-0.1.2-r1.ebuild	8 Dec 2012 00:58:43 -0000	1.12
@@ -1,17 +1,17 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.11 2012/12/02 17:04:23 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.1.2-r1.ebuild,v 1.12 2012/12/08 00:58:43 tetromino Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2"
 
 inherit eutils 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"
+DESCRIPTION="Audio/video conferencing framework specifically designed for instant messengers"
+HOMEPAGE="http://www.freedesktop.org/wiki/Software/Farstream"
+SRC_URI="http://freedesktop.org/software/farstream/releases/${PN}/${P}.tar.gz"
 
-LICENSE="LGPL-2.1"
+LICENSE="LGPL-2.1+"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+introspection python msn test upnp"
 
@@ -23,7 +23,7 @@
 COMMONDEPEND=">=media-libs/gstreamer-0.10.33:0.10
 	>=media-libs/gst-plugins-base-0.10.33:0.10
 	>=dev-libs/glib-2.26:2
-	>=net-libs/libnice-0.1.0[gstreamer]
+	>=net-libs/libnice-0.1.0
 	introspection? ( >=dev-libs/gobject-introspection-0.10.11 )
 	python? (
 		>=dev-python/pygobject-2.16:2
@@ -33,6 +33,9 @@
 RDEPEND="${COMMONDEPEND}
 	>=media-libs/gst-plugins-good-0.10.17:0.10
 	>=media-libs/gst-plugins-bad-0.10.17:0.10
+	|| (
+		>=media-plugins/gst-plugins-libnice-0.1.0:0.10
+		<=net-libs/libnice-0.1.3[gstreamer] )
 	msn? ( >=media-plugins/gst-plugins-mimic-0.10.17:0.10 )
 	!net-libs/farsight2"
 # This package is just a rename from farsight2
@@ -44,7 +47,10 @@
 		media-plugins/gst-plugins-vorbis:0.10 )"
 
 pkg_setup() {
-	python_set_active_version 2
+	if use python; then
+		python_set_active_version 2
+		python_pkg_setup
+	fi
 }
 
 src_prepare() {





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

end of thread, other threads:[~2012-12-08  0:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-04 14:58 [gentoo-commits] gentoo-x86 commit in net-libs/farstream: ChangeLog farstream-0.1.2-r1.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-08  0:58 Alexandre Rostovtsev (tetromino)
2012-12-02 17:04 Gilles Dartiguelongue (eva)
2012-10-28 16:18 Raul Porcel (armin76)
2012-10-06  9:40 Markus Meier (maekke)
2012-10-03 15:40 PaweA Hajdan (phajdan.jr)
2012-10-02 15:46 Jeroen Roovers (jer)
2012-07-16  8:19 Alexandre Rostovtsev (tetromino)

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