diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2018-06-13 16:27:11 +0200 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-14 01:14:03 +0100 |
commit | efa619c20cb3bb4bcf1e04d95f24a1bebecb4f1b (patch) | |
tree | 25a4044917d87f1ef7d83045d8163d7936f75408 /network/spice-gtk/spice-gtk.SlackBuild | |
parent | d33a13dee9febcaeb8f2f4a86f36da35fa85bbf5 (diff) | |
download | slackbuilds-efa619c20cb3bb4bcf1e04d95f24a1bebecb4f1b.tar.gz |
network/spice-gtk: Updated for version 0.35.
Explicitly enable celt051 (by default it's not)
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/spice-gtk/spice-gtk.SlackBuild')
-rw-r--r-- | network/spice-gtk/spice-gtk.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/network/spice-gtk/spice-gtk.SlackBuild b/network/spice-gtk/spice-gtk.SlackBuild index 0d2450e4c7..f6300b86d9 100644 --- a/network/spice-gtk/spice-gtk.SlackBuild +++ b/network/spice-gtk/spice-gtk.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for spice-gtk -# 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-gtk -VERSION=${VERSION:-0.34} +VERSION=${VERSION:-0.35} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -98,6 +98,7 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-gstvideo=yes \ --disable-maintainer-mode \ --enable-vala \ + --enable-celt051 \ --enable-dbus=yes \ --${usbredir}able-usbredir \ --${cacard}able-smartcard \ |