mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/spice-gtk: Updated for version 0.25.
Removed the libcacard dependency, added the qemu optional one Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
78f3266cb1
commit
020684f4e1
3 changed files with 13 additions and 9 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue