[Spice-commits] 6 commits - README

Frediano Ziglio fziglio at kemper.freedesktop.org
Fri Jul 28 09:34:30 UTC 2017


 README |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

New commits:
commit b84db435bdb83532cb7e0a491096ddb2aa939aaf
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu Jul 27 14:23:52 2017 +0100

    README: Add missing optional dependencies
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/README b/README
index cb64b74d..4aaf6a7c 100644
--- a/README
+++ b/README
@@ -38,6 +38,9 @@ functionality
 
     Cyrus-SASL
     libcacard      >= 0.1.2             (Smartcard support)
+    Opus           >= 1.0.0             (Opus audio encoding support)
+    LZ4                                 (LZ4 compression support)
+    GStreamer      >= 1.0.0
 
 Communication
 -------------
commit 72fe9d28bc5471dd76dacd8b1f6309809dac1fb2
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Fri Jul 28 07:41:25 2017 +0100

    README: Fix minor dependency
    
    Cyrus-SASL is not mandatory
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/README b/README
index 8d6edffb..cb64b74d 100644
--- a/README
+++ b/README
@@ -32,11 +32,11 @@ build SPICE
     OpenSSL
     libjpeg
     zlib
-    Cyrus-SASL
 
 The following optional dependencies increase the available
 functionality
 
+    Cyrus-SASL
     libcacard      >= 0.1.2             (Smartcard support)
 
 Communication
commit 2f2217392f7e3c5e7cefa2ad8ec827755c2a4f22
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Fri Jul 28 07:40:09 2017 +0100

    README: Remove OpenGL dependency
    
    OpenGL dependency was removed by Marc-André Lureau in 2015
    (0dc98956).
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/README b/README
index d7d5d317..8d6edffb 100644
--- a/README
+++ b/README
@@ -37,7 +37,6 @@ build SPICE
 The following optional dependencies increase the available
 functionality
 
-    OpenGL                              (GUI app support)
     libcacard      >= 0.1.2             (Smartcard support)
 
 Communication
commit 30a51a943c34e467301b354315da8bed6365e5ac
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Fri Jul 28 07:38:28 2017 +0100

    README: Remove obsolete GUI dependencies
    
    Remove old dependencies used by obsolete client code.
    This code was removed from the git repository by
    Christophe Fergeau in 2014 (18769714).
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/README b/README
index 2b44b4ce..d7d5d317 100644
--- a/README
+++ b/README
@@ -37,11 +37,7 @@ build SPICE
 The following optional dependencies increase the available
 functionality
 
-    GE Gui         >= 0.6.0,  < 0.7.0   (GUI app support)
     OpenGL                              (GUI app support)
-    Alsa                                (Linux support)
-    XRandR         >= 1.2               (X11 support)
-    Xinerama       >= 1.0               (X11 support)
     libcacard      >= 0.1.2             (Smartcard support)
 
 Communication
commit 4dbe66b34281a6fd7b8ac97d1231e7649a1055bf
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Fri Jul 28 07:35:20 2017 +0100

    README: Update link to GIT
    
    Really minor change, just use canonical URL using secure
    HTTP instead of normal one.
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/README b/README
index 0fd6f071..2b44b4ce 100644
--- a/README
+++ b/README
@@ -65,7 +65,7 @@ be reported to the OS vendors' own bug tracker first.
 
 The latest SPICE code can be found in GIT at:
 
-   http://cgit.freedesktop.org/spice/
+   https://cgit.freedesktop.org/spice/
 
 Licensing
 ---------
commit 9885cea2139f6a4538b14f6c8aa93a7ec11c8c3a
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Thu Jul 27 14:22:25 2017 +0100

    README: Update required protocol version
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/README b/README
index 45fbe89c..0fd6f071 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ Or to install into a private user specific location
 The following mandatory dependencies are required in order to
 build SPICE
 
-    Spice protocol >= 0.9.0
+    Spice protocol >= 0.12.13
     Pixman         >= 0.17.7
     OpenSSL
     libjpeg


More information about the Spice-commits mailing list