commit: 83e9e3c658a7ca527c40032392ad53c168ab78a2
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 25 20:38:27 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Oct 25 20:38:27 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=83e9e3c6
net-misc/spice-gtk: sync with gentoo-x86
---
net-misc/spice-gtk/metadata.xml | 8 ++------
net-misc/spice-gtk/spice-gtk-9999.ebuild | 15 +++++++++------
2 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/net-misc/spice-gtk/metadata.xml b/net-misc/spice-gtk/metadata.xml
index 16dc6e6..eed50c4 100644
--- a/net-misc/spice-gtk/metadata.xml
+++ b/net-misc/spice-gtk/metadata.xml
@@ -6,15 +6,9 @@
<email>[email protected]</email>
<name>Tiziano Müller</name>
</maintainer>
- <maintainer>
- <email>[email protected]</email>
- <name>Nirbheek Chauhan</name>
- </maintainer>
<use>
<flag name="gtk3">Link against <pkg>x11-libs/gtk+:3</pkg> instead of
<pkg>x11-libs/gtk+:2</pkg></flag>
- <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
- for introspection</flag>
<flag name="policykit">Enable <pkg>sys-auth/polkit</pkg> support for the
usbredir acl helper</flag>
<flag name="usbredir">Use <pkg>sys-apps/usbredir</pkg> to redirect USB
@@ -23,5 +17,7 @@
vapigen and regenerate .vala files using valac</flag>
<flag name="dbus">Support for desktop integration such as
automounting and other APIs exposed by your DE via
D-Bus</flag>
+ <flag name="webdav">Support for folder-sharing between guest and client
+ using <pkg>net-libs/phodav</pkg></flag>
</use>
</pkgmetadata>
diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild
b/net-misc/spice-gtk/spice-gtk-9999.ebuild
index a6290e1..cc95823 100644
--- a/net-misc/spice-gtk/spice-gtk-9999.ebuild
+++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -23,9 +23,9 @@ if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
SRC_URI="http://spice-space.org/download/gtk/${P}.tar.bz2"
- KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64"
fi
-IUSE="dbus doc gstreamer gtk3 +introspection policykit pulseaudio python sasl
smartcard static-libs usbredir vala"
+IUSE="dbus doc gstreamer gtk3 +introspection policykit pulseaudio python sasl
smartcard static-libs usbredir vala webdav"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
?? ( pulseaudio gstreamer )
@@ -42,6 +42,7 @@ RDEPEND="
media-libs/gst-plugins-base:0.10 )
>=x11-libs/pixman-0.17.7
>=media-libs/celt-0.5.1.1:0.5.1
+ media-libs/opus
dev-libs/openssl
gtk3? ( x11-libs/gtk+:3[introspection?] )
x11-libs/gtk+:2[introspection?]
@@ -53,17 +54,19 @@ RDEPEND="
introspection? ( dev-libs/gobject-introspection )
python? ( dev-python/pygtk:2 )
sasl? ( dev-libs/cyrus-sasl )
- smartcard? ( app-emulation/libcacard )
+ smartcard? ( app-emulation/qemu[smartcard] )
usbredir? (
sys-apps/hwids
>=sys-apps/usbredir-0.4.2
virtual/libusb:1
- virtual/udev[gudev]
+ virtual/libgudev:=
policykit? (
sys-apps/acl
>=sys-auth/polkit-0.110-r1
!~sys-auth/polkit-0.111 )
- )"
+ )
+ webdav? ( net-libs/phodav )
+"
DEPEND="${RDEPEND}
dev-lang/python
dev-python/pyparsing