diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-06-23 16:58:36 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-25 08:54:45 +0700 |
commit | fe1b9e77266f3ecb9d3592ba44489567a5f187df (patch) | |
tree | 422277bbf18c788b0ceff112abc13a23ee9d2c57 /network/spice | |
parent | f67c5460a09f87afa185e1aac1155cebbe58fa72 (diff) | |
download | slackbuilds-fe1b9e77266f3ecb9d3592ba44489567a5f187df.tar.gz |
network/spice: Updated for version 0.12.7.
Added the optional dependency opus
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/spice')
-rw-r--r-- | network/spice/README | 1 | ||||
-rw-r--r-- | network/spice/spice.SlackBuild | 4 | ||||
-rw-r--r-- | network/spice/spice.info | 6 |
3 files changed, 6 insertions, 5 deletions
diff --git a/network/spice/README b/network/spice/README index 696e656abd..9bd0a971a1 100644 --- a/network/spice/README +++ b/network/spice/README @@ -6,3 +6,4 @@ GPU tasks to the client. Spice is suitable for both LAN and WAN usage, without compromising on the user experience. libcacard is an optional dependency for virtual smartcard support. +opus is another optional dependency. diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild index 5443e4fa56..ec663d6f03 100644 --- a/network/spice/spice.SlackBuild +++ b/network/spice/spice.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for spice -# Copyright 2013,2014 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=spice -VERSION=${VERSION:-0.12.6} +VERSION=${VERSION:-0.12.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/spice/spice.info b/network/spice/spice.info index 0a14b47110..6425a32819 100644 --- a/network/spice/spice.info +++ b/network/spice/spice.info @@ -1,8 +1,8 @@ PRGNAM="spice" -VERSION="0.12.6" +VERSION="0.12.7" HOMEPAGE="http://spice-space.org" -DOWNLOAD="http://spice-space.org/download/releases/spice-0.12.6.tar.bz2" -MD5SUM="605a8c8ea80bc95076c4b3539c6dd026" +DOWNLOAD="http://spice-space.org/download/releases/spice-0.12.7.tar.bz2" +MD5SUM="28d4294e6d055de3b6ce5b8f2b7ca03b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="celt051 pyparsing six spice-protocol" |