diff options
author | Yixun Lan <dlan@gentoo.org> | 2016-08-17 10:22:59 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2016-08-17 14:36:25 +0800 |
commit | 8292cfd3fd12eac8eee9df72a0464f7eb4a30bc7 (patch) | |
tree | f8d15ab9aa5097e196c12e198a356ae0ea6fc3c3 /app-emulation/spice/files | |
parent | app-emulation/spice-protocol: switch git-r3.eclass and EAPI=6 (diff) | |
download | gentoo-8292cfd3fd12eac8eee9df72a0464f7eb4a30bc7.tar.gz gentoo-8292cfd3fd12eac8eee9df72a0464f7eb4a30bc7.tar.bz2 gentoo-8292cfd3fd12eac8eee9df72a0464f7eb4a30bc7.zip |
app-emulation/spice: version bump 0.13.2
1) add gstreamer support, possible using mjpeg, vp8, x264 video encodec
upstream support both gstreamer version 1.0 & 0.10, but for now we only
choose 1.0
2) notify user to install extra gstreamer plugins via readme.gentoo
3) bump EAPI=6
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-emulation/spice/files')
-rw-r--r-- | app-emulation/spice/files/README.gentoo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-emulation/spice/files/README.gentoo b/app-emulation/spice/files/README.gentoo new file mode 100644 index 000000000000..1920ea69303b --- /dev/null +++ b/app-emulation/spice/files/README.gentoo @@ -0,0 +1,7 @@ + +If you choose to enable the video streaming support of gstreamer, +please try to install addtional gst-plugins which matching the video codecs + + mjpeg media-plugins/gst-plugins-libav:1.0 + vpx media-plugins/gst-plugins-vpx:1.0 + x264 media-plugins/gst-plugins-x264:1.0 |