* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: farstream-0.2.4.ebuild ChangeLog
@ 2014-07-15 11:16 Pacho Ramos (pacho)
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2014-07-15 11:16 UTC (permalink / raw
To: gentoo-commits
pacho 14/07/15 11:16:53
Modified: ChangeLog
Added: farstream-0.2.4.ebuild
Log:
Version bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path
1.37 net-libs/farstream/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 15 May 2014 08:06:01 -0000 1.36
+++ ChangeLog 15 Jul 2014 11:16:53 -0000 1.37
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/farstream
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.36 2014/05/15 08:06:01 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.37 2014/07/15 11:16:53 pacho Exp $
+
+*farstream-0.2.4 (15 Jul 2014)
+
+ 15 Jul 2014; Pacho Ramos <pacho@gentoo.org> +farstream-0.2.4.ebuild:
+ Version bump
15 May 2014; Pacho Ramos <pacho@gentoo.org> farstream-0.1.2-r1.ebuild:
Parallel build/installing is completely broken for old slot (#434618)
1.1 net-libs/farstream/farstream-0.2.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild?rev=1.1&content-type=text/plain
Index: farstream-0.2.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild,v 1.1 2014/07/15 11:16:53 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python2_7 )
inherit gnome2 python-any-r1
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+"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="+introspection msn test upnp"
SLOT="0.2"
# Tests need shmsink from gst-plugins-bad, which isn't packaged
RESTRICT="test"
COMMONDEPEND="
media-libs/gstreamer:1.0
media-libs/gst-plugins-base:1.0
>=dev-libs/glib-2.32:2
>=net-libs/libnice-0.1.3-r1
introspection? ( >=dev-libs/gobject-introspection-0.10.11 )
upnp? ( >=net-libs/gupnp-igd-0.2:= )
"
RDEPEND="${COMMONDEPEND}
media-libs/gst-plugins-good:1.0
media-libs/gst-plugins-bad:1.0
media-plugins/gst-plugins-libnice:1.0
msn? ( media-plugins/gst-plugins-mimic:1.0 )
"
DEPEND="${COMMONDEPEND}
${PYTHON_DEPS}
dev-util/gtk-doc-am
virtual/pkgconfig
test? (
media-libs/gst-plugins-base:1.0[vorbis]
media-libs/gst-plugins-good:1.0 )"
pkg_setup() {
python-any-r1_pkg_setup
}
src_configure() {
plugins="fsrawconference,fsrtpconference,fsfunnel,fsrtcpfilter,fsvideoanyrate"
use msn && plugins="${plugins},fsmsnconference"
gnome2_src_configure \
--disable-static \
$(use_enable introspection) \
$(use_enable upnp gupnp) \
--with-plugins=${plugins}
}
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 [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: farstream-0.2.4.ebuild ChangeLog
@ 2014-07-22 10:52 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-22 10:52 UTC (permalink / raw
To: gentoo-commits
ago 14/07/22 10:52:22
Modified: farstream-0.2.4.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #512912
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 net-libs/farstream/farstream-0.2.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild?r1=1.1&r2=1.2
Index: farstream-0.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- farstream-0.2.4.ebuild 15 Jul 2014 11:16:53 -0000 1.1
+++ farstream-0.2.4.ebuild 22 Jul 2014 10:52:22 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild,v 1.1 2014/07/15 11:16:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild,v 1.2 2014/07/22 10:52:22 ago Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
SRC_URI="http://freedesktop.org/software/farstream/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 msn test upnp"
SLOT="0.2"
1.38 net-libs/farstream/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 15 Jul 2014 11:16:53 -0000 1.37
+++ ChangeLog 22 Jul 2014 10:52:22 -0000 1.38
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/farstream
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.37 2014/07/15 11:16:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.38 2014/07/22 10:52:22 ago Exp $
+
+ 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> farstream-0.2.4.ebuild:
+ Stable for amd64, wrt bug #512912
*farstream-0.2.4 (15 Jul 2014)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: farstream-0.2.4.ebuild ChangeLog
@ 2014-07-23 15:23 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-07-23 15:23 UTC (permalink / raw
To: gentoo-commits
ago 14/07/23 15:23:36
Modified: farstream-0.2.4.ebuild ChangeLog
Log:
Stable for x86, wrt bug #512012
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 net-libs/farstream/farstream-0.2.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild?r1=1.2&r2=1.3
Index: farstream-0.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- farstream-0.2.4.ebuild 22 Jul 2014 10:52:22 -0000 1.2
+++ farstream-0.2.4.ebuild 23 Jul 2014 15:23:36 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild,v 1.2 2014/07/22 10:52:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild,v 1.3 2014/07/23 15:23:36 ago Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
SRC_URI="http://freedesktop.org/software/farstream/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 msn test upnp"
SLOT="0.2"
1.39 net-libs/farstream/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 22 Jul 2014 10:52:22 -0000 1.38
+++ ChangeLog 23 Jul 2014 15:23:36 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/farstream
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.38 2014/07/22 10:52:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.39 2014/07/23 15:23:36 ago Exp $
+
+ 23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> farstream-0.2.4.ebuild:
+ Stable for x86, wrt bug #512012
22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> farstream-0.2.4.ebuild:
Stable for amd64, wrt bug #512912
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: farstream-0.2.4.ebuild ChangeLog
@ 2014-08-07 19:19 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2014-08-07 19:19 UTC (permalink / raw
To: gentoo-commits
jer 14/08/07 19:19:28
Modified: farstream-0.2.4.ebuild ChangeLog
Log:
Stable for HPPA (bug #512012).
(Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.4 net-libs/farstream/farstream-0.2.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild?r1=1.3&r2=1.4
Index: farstream-0.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- farstream-0.2.4.ebuild 23 Jul 2014 15:23:36 -0000 1.3
+++ farstream-0.2.4.ebuild 7 Aug 2014 19:19:28 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild,v 1.3 2014/07/23 15:23:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.4.ebuild,v 1.4 2014/08/07 19:19:28 jer Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -14,7 +14,7 @@
SRC_URI="http://freedesktop.org/software/farstream/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 msn test upnp"
SLOT="0.2"
1.40 net-libs/farstream/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farstream/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 23 Jul 2014 15:23:36 -0000 1.39
+++ ChangeLog 7 Aug 2014 19:19:28 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/farstream
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.39 2014/07/23 15:23:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.40 2014/08/07 19:19:28 jer Exp $
+
+ 07 Aug 2014; Jeroen Roovers <jer@gentoo.org> farstream-0.2.4.ebuild:
+ Stable for HPPA (bug #512012).
23 Jul 2014; Agostino Sarubbo <ago@gentoo.org> farstream-0.2.4.ebuild:
Stable for x86, wrt bug #512012
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-08-07 19:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-22 10:52 [gentoo-commits] gentoo-x86 commit in net-libs/farstream: farstream-0.2.4.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-08-07 19:19 Jeroen Roovers (jer)
2014-07-23 15:23 Agostino Sarubbo (ago)
2014-07-15 11:16 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox