dev-zero 14/09/23 07:18:23 Modified: spice-0.12.5-r1.ebuild ChangeLog Log: opus is an automagic dep for client and server, depend on it unconditionally until someone fixes it (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x1A5D023975B0583D!)
Revision Changes Path 1.3 app-emulation/spice/spice-0.12.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.12.5-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.12.5-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.12.5-r1.ebuild?r1=1.2&r2=1.3 Index: spice-0.12.5-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.5-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- spice-0.12.5-r1.ebuild 11 Aug 2014 20:57:06 -0000 1.2 +++ spice-0.12.5-r1.ebuild 23 Sep 2014 07:18:23 -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/app-emulation/spice/spice-0.12.5-r1.ebuild,v 1.2 2014/08/11 20:57:06 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.5-r1.ebuild,v 1.3 2014/09/23 07:18:23 dev-zero Exp $ EAPI=5 @@ -22,12 +22,12 @@ RDEPEND=">=x11-libs/pixman-0.17.7[static-libs(+)?] >=dev-libs/glib-2.22:2[static-libs(+)?] >=media-libs/celt-0.5.1.1:0.5.1[static-libs(+)?] + media-libs/opus[static-libs(+)?] dev-libs/openssl[static-libs(+)?] virtual/jpeg[static-libs(+)?] sys-libs/zlib[static-libs(+)?] sasl? ( dev-libs/cyrus-sasl[static-libs(+)?] ) client? ( - media-libs/opus[static-libs(+)?] media-libs/alsa-lib >=x11-libs/libXrandr-1.2 x11-libs/libX11 1.63 app-emulation/spice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?r1=1.62&r2=1.63 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- ChangeLog 11 Aug 2014 20:57:06 -0000 1.62 +++ ChangeLog 23 Sep 2014 07:18:23 -0000 1.63 @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/spice # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.62 2014/08/11 20:57:06 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.63 2014/09/23 07:18:23 dev-zero Exp $ + + 23 Sep 2014; Tiziano Müller <[email protected]> spice-0.12.5-r1.ebuild: + opus is an automagic dep for client and server, depend on it unconditionally + until someone fixes it 11 Aug 2014; Christian Ruppert <[email protected]> spice-0.12.5-r1.ebuild: Only +client needs the opus dep
