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 <[email protected]> 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 <[email protected]> -farstream-0.2.6.ebuild, farstream-0.2.7.ebuild:
