summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2016-08-17 13:13:16 +0800
committerYixun Lan <dlan@gentoo.org>2016-08-17 14:36:25 +0800
commitdd016ae078f9dd434ea83da71d2425490b5824f4 (patch)
tree1904eb2af734ac35413a5af02cebc32fcfdacec2 /net-misc/spice-gtk/files
parentapp-emulation/spice: live ebuilds updated (diff)
downloadgentoo-dd016ae078f9dd434ea83da71d2425490b5824f4.tar.gz
gentoo-dd016ae078f9dd434ea83da71d2425490b5824f4.tar.bz2
gentoo-dd016ae078f9dd434ea83da71d2425490b5824f4.zip
net-misc/spice-gtk: fine tune IUSEs
1) replace IUSE=gstreamer with IUSE="gstaudio gstvideo" so we can control audio/video backend seperately possible has the combination USE="gstvideo -gstaudio pulseaudio" 2) introduce gentoo.readme to suggest users install mjpeg,vpx,x264 gstreamer plugins Package-Manager: portage-2.3.0
Diffstat (limited to 'net-misc/spice-gtk/files')
-rw-r--r--net-misc/spice-gtk/files/README.gentoo14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-misc/spice-gtk/files/README.gentoo b/net-misc/spice-gtk/files/README.gentoo
new file mode 100644
index 000000000000..e18b6d8e539e
--- /dev/null
+++ b/net-misc/spice-gtk/files/README.gentoo
@@ -0,0 +1,14 @@
+
+If you choose to enable the video streaming support of gstreamer,
+please try to install addtional gst-plugins which matching the video codecs
+
+One the client side:
+ mjpeg,x264 media-plugins/gst-plugins-libav:1.0
+ vpx media-plugins/gst-plugins-vpx:1.0
+
+One the server side (which app-emulation/qemu running), you should also install
+additional gstreamer plugins for the app-emulation/spice package:
+ mjpeg media-plugins/gst-plugins-libav:1.0
+ vpx media-plugins/gst-plugins-vpx:1.0
+ x264 media-plugins/gst-plugins-x264:1.0
+