diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-06-23 17:00:08 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-25 08:54:45 +0700 |
commit | 889104ddb8db3ccad20cf919d6a0ae5752e6703a (patch) | |
tree | 33f764cfd020fb938c003b548f461c58e8f27a3d | |
parent | fe1b9e77266f3ecb9d3592ba44489567a5f187df (diff) | |
download | slackbuilds-889104ddb8db3ccad20cf919d6a0ae5752e6703a.tar.gz |
network/spice-gtk: Updated for version 0.32.
Added the optional dependency opus
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | network/spice-gtk/README | 2 | ||||
-rw-r--r-- | network/spice-gtk/spice-gtk.SlackBuild | 2 | ||||
-rw-r--r-- | network/spice-gtk/spice-gtk.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/network/spice-gtk/README b/network/spice-gtk/README index 6a3f6bb064..0b2ce6cde5 100644 --- a/network/spice-gtk/README +++ b/network/spice-gtk/README @@ -2,4 +2,4 @@ A Gtk client and libraries for spice remote desktop servers. By default the GTK+3 version is built: if you need the GTK+2 one, pass to the build script the variable GTK=2 -libcacard and usbredir are optional dependencies. +libcacard, usbredir and opus are optional dependencies. diff --git a/network/spice-gtk/spice-gtk.SlackBuild b/network/spice-gtk/spice-gtk.SlackBuild index fec6a2f1b6..b290206364 100644 --- a/network/spice-gtk/spice-gtk.SlackBuild +++ b/network/spice-gtk/spice-gtk.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=spice-gtk -VERSION=${VERSION:-0.30} +VERSION=${VERSION:-0.32} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/spice-gtk/spice-gtk.info b/network/spice-gtk/spice-gtk.info index f16c8145d4..efcdb07eba 100644 --- a/network/spice-gtk/spice-gtk.info +++ b/network/spice-gtk/spice-gtk.info @@ -1,8 +1,8 @@ PRGNAM="spice-gtk" -VERSION="0.30" +VERSION="0.32" HOMEPAGE="http://spice-space.org" -DOWNLOAD="http://spice-space.org/download/gtk/spice-gtk-0.30.tar.bz2" -MD5SUM="723e0e9ce9d507ba5d6cd331a3a9b7fb" +DOWNLOAD="http://spice-space.org/download/gtk/spice-gtk-0.32.tar.bz2" +MD5SUM="09930abb5ebe1b25b0f6988eb5716f98" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="spice vala" |