diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-10-13 20:55:54 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-21 06:47:05 +0700 |
commit | 0ddb2043bc78f12ab343187af3bff56265a77422 (patch) | |
tree | 55313bf80d12329751420e42deee5f6328c3f52f /network/spice/spice.SlackBuild | |
parent | 0c113c2aeefd5236a85cc3fbb5524e6c95187405 (diff) |
network/spice: Updated for version 0.14.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/spice/spice.SlackBuild')
-rw-r--r-- | network/spice/spice.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/network/spice/spice.SlackBuild b/network/spice/spice.SlackBuild index 3d1ecc7a10e0..e887c96ddf3d 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 |