From 020684f4e1d8bd51ffa86de00b860f33dcaffaba Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 3 Jun 2014 18:38:16 +0200 Subject: network/spice-gtk: Updated for version 0.25. Removed the libcacard dependency, added the qemu optional one Signed-off-by: Matteo Bernardini --- network/spice-gtk/README | 8 +++++--- network/spice-gtk/spice-gtk.SlackBuild | 6 ++++-- network/spice-gtk/spice-gtk.info | 8 ++++---- 3 files changed, 13 insertions(+), 9 deletions(-) (limited to 'network') diff --git a/network/spice-gtk/README b/network/spice-gtk/README index 45f8343bb0..abb5a393af 100644 --- a/network/spice-gtk/README +++ b/network/spice-gtk/README @@ -1,7 +1,9 @@ -spice-gtk (spice gtk client/libraries) - 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 -usbredir is an optional dependency. +usbredir and qemu are optional dependency. + +CIRCULAR DEPENDENCY WARNING: as libcacard is now included in qemu, +if you want smartcard support in spice-gtk you should build qemu +first, then build (spice and) this with it installed. diff --git a/network/spice-gtk/spice-gtk.SlackBuild b/network/spice-gtk/spice-gtk.SlackBuild index fe573b5946..4088ced69f 100644 --- a/network/spice-gtk/spice-gtk.SlackBuild +++ b/network/spice-gtk/spice-gtk.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=spice-gtk -VERSION=${VERSION:-0.23} +VERSION=${VERSION:-0.25} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,8 +53,9 @@ else LIBDIRSUFFIX="" fi -# enable support for usbredir if available +# enable support for usbredir and libcacard, if available if pkg-config --exists libusbredirhost; then usbredir="en"; else usbredir="dis"; fi +if pkg-config --exists libcacard; then cacard="en"; else cacard="dis"; fi if [ "$GTK" = "2" ]; then gtkver="2"; else gtkver="3"; fi DOCS="AUTHORS COPYING NEWS README THANKS TODO" @@ -97,6 +98,7 @@ CXXFLAGS="$SLKCFLAGS" \ --with-audio=gstreamer \ --disable-maintainer-mode \ --${usbredir}able-usbredir \ + --${cacard}able-smartcard \ --build=$ARCH-slackware-linux make diff --git a/network/spice-gtk/spice-gtk.info b/network/spice-gtk/spice-gtk.info index d0a60d57be..a46231601c 100644 --- a/network/spice-gtk/spice-gtk.info +++ b/network/spice-gtk/spice-gtk.info @@ -1,10 +1,10 @@ PRGNAM="spice-gtk" -VERSION="0.23" +VERSION="0.25" HOMEPAGE="http://spice-space.org" -DOWNLOAD="http://spice-space.org/download/gtk/spice-gtk-0.23.tar.bz2" -MD5SUM="575c6f532067e4003754e9b050a27bec" +DOWNLOAD="http://spice-space.org/download/gtk/spice-gtk-0.25.tar.bz2" +MD5SUM="a79f1ff8b21d295b2a028e52708fb551" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libcacard spice vala" +REQUIRES="spice vala" MAINTAINER="Matteo Bernardini" EMAIL="ponce@slackbuilds.org" -- cgit v1.2.3