Source: spice-gtk Version: 0.25-1 Severity: wishlist Tags: patch Hi,
Now that libcacard is built, it would be nice to enable smartcard support in spice-gtk. Cheers, Laurent Bigonville -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.0.0-1-amd64 (SMP w/8 CPU cores) Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru spice-gtk-0.26/debian/control spice-gtk-0.26/debian/control --- spice-gtk-0.26/debian/control 2014-11-12 07:39:44.000000000 +0100 +++ spice-gtk-0.26/debian/control 2015-05-25 23:45:44.000000000 +0200 @@ -32,6 +32,7 @@ libdbus-glib-1-dev, libopus-dev, libsoup2.4-dev, + libcacard-dev (>= 0.1.2), Standards-Version: 3.9.6 X-Python-Version: >= 2.5 Homepage: http://www.spice-space.org/ diff -Nru spice-gtk-0.26/debian/rules spice-gtk-0.26/debian/rules --- spice-gtk-0.26/debian/rules 2014-11-12 07:36:31.000000000 +0100 +++ spice-gtk-0.26/debian/rules 2015-05-25 23:45:32.000000000 +0200 @@ -30,7 +30,7 @@ cp .version .tarball-version build-gtk2/ cd build-gtk2 && autoreconf cd build-gtk2 && ./configure --prefix=/usr --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ - --enable-smartcard=no --with-gtk=2.0 --disable-static \ + --enable-smartcard=yes --with-gtk=2.0 --disable-static \ --enable-introspection --enable-vala --disable-celt051 \ --enable-usbredir=yes --enable-polkit=yes --enable-dbus=yes \ --with-usb-acl-helper-dir=/usr/lib/spice-gtk @@ -43,7 +43,7 @@ cp .version .tarball-version build-gtk3/ cd build-gtk3 && autoreconf cd build-gtk3 && ./configure --prefix=/usr --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \ - --enable-smartcard=no --with-gtk=3.0 --disable-static \ + --enable-smartcard=yes --with-gtk=3.0 --disable-static \ --enable-introspection --enable-vala --disable-celt051 \ --enable-usbredir=yes --enable-polkit=yes --enable-dbus=yes \ --with-usb-acl-helper-dir=/usr/lib/spice-gtk