public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: farstream-0.2.7.ebuild ChangeLog
@ 2015-02-12 11:45 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2015-02-12 11:45 UTC (permalink / raw
  To: gentoo-commits

pacho       15/02/12 11:45:16

  Modified:             ChangeLog
  Added:                farstream-0.2.7.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.46                 net-libs/farstream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	8 Feb 2015 21:04:34 -0000	1.45
+++ ChangeLog	12 Feb 2015 11:45:16 -0000	1.46
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/farstream
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.45 2015/02/08 21:04:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.46 2015/02/12 11:45:16 pacho Exp $
+
+*farstream-0.2.7 (12 Feb 2015)
+
+  12 Feb 2015; Pacho Ramos <pacho@gentoo.org> +farstream-0.2.7.ebuild:
+  Version bump
 
   08 Feb 2015; Markus Meier <maekke@gentoo.org> farstream-0.1.2-r2.ebuild:
   arm stable, bug #536694



1.1                  net-libs/farstream/farstream-0.2.7.ebuild

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

Index: farstream-0.2.7.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.7.ebuild,v 1.1 2015/02/12 11:45:16 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/5" # .so version

# Tests need shmsink from gst-plugins-bad, which isn't packaged
RESTRICT="test"

COMMONDEPEND="
	>=media-libs/gstreamer-1.4:1.0
	>=media-libs/gst-plugins-base-1.4:1.0
	>=dev-libs/glib-2.32:2
	>=net-libs/libnice-0.1.8
	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-1.18
	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] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/farstream: farstream-0.2.7.ebuild ChangeLog
@ 2015-02-16 10:28 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2015-02-16 10:28 UTC (permalink / raw
  To: gentoo-commits

pacho       15/02/16 10:28:16

  Modified:             farstream-0.2.7.ebuild ChangeLog
  Log:
  Allow fake access to /dev as upstream thinks this is not a bug and it depends on each hardware setup and combination of installed plugins (#539224)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  net-libs/farstream/farstream-0.2.7.ebuild

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

Index: farstream-0.2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- farstream-0.2.7.ebuild	13 Feb 2015 11:36:41 -0000	1.2
+++ farstream-0.2.7.ebuild	16 Feb 2015 10:28:16 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.7.ebuild,v 1.2 2015/02/13 11:36:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/farstream-0.2.7.ebuild,v 1.3 2015/02/16 10:28:16 pacho Exp $
 
 EAPI="5"
 GCONF_DEBUG="no"
@@ -63,7 +63,7 @@
 	# Prevent sandbox violations, bug #539224
 	# https://bugzilla.gnome.org/show_bug.cgi?id=744135
 	# https://bugzilla.gnome.org/show_bug.cgi?id=744134
-	addpredict /dev/video0
+	addpredict /dev
 	gnome2_src_compile
 }
 



1.48                 net-libs/farstream/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	13 Feb 2015 11:36:41 -0000	1.47
+++ ChangeLog	16 Feb 2015 10:28:16 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/farstream
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.47 2015/02/13 11:36:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farstream/ChangeLog,v 1.48 2015/02/16 10:28:16 pacho Exp $
+
+  16 Feb 2015; Pacho Ramos <pacho@gentoo.org> farstream-0.2.7.ebuild:
+  Allow fake access to /dev as upstream thinks this is not a bug and it depends
+  on each hardware setup and combination of installed plugins (#539224)
 
   13 Feb 2015; Pacho Ramos <pacho@gentoo.org> -farstream-0.2.6.ebuild,
   farstream-0.2.7.ebuild:





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

end of thread, other threads:[~2015-02-16 10:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12 11:45 [gentoo-commits] gentoo-x86 commit in net-libs/farstream: farstream-0.2.7.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-16 10:28 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