network/spice-gtk: Updated for version 0.32.

Added the optional dependency opus

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-06-23 17:00:08 +02:00 committed by Willy Sudiarto Raharjo
parent fe1b9e7726
commit 889104ddb8
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 5 additions and 5 deletions

View file

@ -2,4 +2,4 @@ A Gtk client and libraries for spice remote desktop servers.
By default the GTK+3 version is built: if you need the GTK+2 one,
pass to the build script the variable GTK=2
libcacard and usbredir are optional dependencies.
libcacard, usbredir and opus are optional dependencies.

View file

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=spice-gtk
VERSION=${VERSION:-0.30}
VERSION=${VERSION:-0.32}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="spice-gtk"
VERSION="0.30"
VERSION="0.32"
HOMEPAGE="http://spice-space.org"
DOWNLOAD="http://spice-space.org/download/gtk/spice-gtk-0.30.tar.bz2"
MD5SUM="723e0e9ce9d507ba5d6cd331a3a9b7fb"
DOWNLOAD="http://spice-space.org/download/gtk/spice-gtk-0.32.tar.bz2"
MD5SUM="09930abb5ebe1b25b0f6988eb5716f98"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="spice vala"