network/spice: Updated for version 0.14.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2018-10-13 20:55:54 +02:00 committed by Willy Sudiarto Raharjo
parent 0c113c2aee
commit 0ddb2043bc
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 6 deletions

View file

@ -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

View file

@ -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"