summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2018-10-13 20:55:54 +0200
committer Willy Sudiarto Raharjo2018-10-21 01:47:05 +0200
commit0ddb2043bc78f12ab343187af3bff56265a77422 (patch)
tree55313bf80d12329751420e42deee5f6328c3f52f
parent0c113c2aeefd5236a85cc3fbb5524e6c95187405 (diff)
downloadslackbuilds-0ddb2043bc78f12ab343187af3bff56265a77422.tar.gz
network/spice: Updated for version 0.14.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--network/spice/spice.SlackBuild5
-rw-r--r--network/spice/spice.info8
2 files changed, 7 insertions, 6 deletions
diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild
index 3d1ecc7a10..e887c96ddf 100644
--- a/network/spice/spice.SlackBuild
+++ b/network/spice/spice.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for spice
-# Copyright 2013-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2013-2018 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.14.0}
+VERSION=${VERSION:-0.14.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,6 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--disable-static \
--enable-client \
+ --disable-celt051 \
$with_cacard \
--build=$ARCH-slackware-linux
diff --git a/network/spice/spice.info b/network/spice/spice.info
index 9b0803dd01..04a4e89706 100644
--- a/network/spice/spice.info
+++ b/network/spice/spice.info
@@ -1,10 +1,10 @@
PRGNAM="spice"
-VERSION="0.14.0"
+VERSION="0.14.1"
HOMEPAGE="https://www.spice-space.org"
-DOWNLOAD="https://www.spice-space.org/download/releases/spice-0.14.0.tar.bz2"
-MD5SUM="6622aa7dfb5cd026a4d0d7e659216d26"
+DOWNLOAD="https://www.spice-space.org/download/releases/spice-server/spice-0.14.1.tar.bz2"
+MD5SUM="1e2442b08605a5a17430d1aaa0912c24"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="celt051 pyparsing six spice-protocol"
+REQUIRES="opus pyparsing six spice-protocol"
MAINTAINER="Matteo Bernardini"
EMAIL="ponce@slackbuilds.org"