. ├── distdir │   └── spice-gtk-v0.42.tar.gz -> /var/cache/portage/distfiles/spice-gtk-v0.42.tar.gz ├── files -> /var/git/meta-repo/kits/core-kit/net-misc/spice-gtk/files ├── funtoo-spice-gtk-0.42 ├── homedir ├── repo -> /var/git/meta-repo/kits/core-kit ├── temp │   ├── build.log │   ├── eclass-debug.log │   ├── environment │   ├── logging │   │   └── setup │   └── python3.9 │   ├── bin │   │   ├── 2to3 -> /usr/bin/2to3-3.9 │   │   ├── python │   │   ├── python-config │   │   ├── python2 │   │   ├── python2-config │   │   ├── python3 │   │   └── python3-config │   └── pkgconfig │   ├── python3-embed.pc -> /usr/lib64/pkgconfig/python-3.9-embed.pc │   └── python3.pc -> /usr/lib64/pkgconfig/python-3.9.pc └── work └── spice-gtk-v0.42 ├── AUTHORS ├── CHANGELOG.md ├── COPYING ├── README.md ├── build-aux │   ├── git-version-gen │   ├── meson-dist │   └── setcap-or-suid ├── data │   ├── meson.build │   └── org.spice-space.lowlevelusbaccess.policy ├── doc │   ├── meson.build │   └── reference │   ├── meson.build │   ├── spice-gtk-docs.xml │   ├── spice-gtk-overrides.txt │   └── spice-gtk-sections.txt ├── man │   ├── meson.build │   └── spice-client.pod ├── meson.build ├── meson_options.txt ├── po │   ├── LINGUAS │   ├── POTFILES │   ├── cs.po │   ├── de.po │   ├── fr.po │   ├── it.po │   ├── ka.po │   ├── meson.build │   └── ru.po ├── src │   ├── bio-gio.c │   ├── bio-gio.h │   ├── cd-scsi-dev-params.h │   ├── cd-scsi.c │   ├── cd-scsi.h │   ├── cd-usb-bulk-msd.c │   ├── cd-usb-bulk-msd.h │   ├── channel-base.c │   ├── channel-cursor.c │   ├── channel-cursor.h │   ├── channel-display-gst.c │   ├── channel-display-mjpeg.c │   ├── channel-display-priv.h │   ├── channel-display.c │   ├── channel-display.h │   ├── channel-inputs.c │   ├── channel-inputs.h │   ├── channel-main.c │   ├── channel-main.h │   ├── channel-playback-priv.h │   ├── channel-playback.c │   ├── channel-playback.h │   ├── channel-port.c │   ├── channel-port.h │   ├── channel-record.c │   ├── channel-record.h │   ├── channel-smartcard.c │   ├── channel-smartcard.h │   ├── channel-usbredir-priv.h │   ├── channel-usbredir.c │   ├── channel-usbredir.h │   ├── channel-webdav.c │   ├── channel-webdav.h │   ├── client_sw_canvas.c │   ├── client_sw_canvas.h │   ├── continuation.c │   ├── continuation.h │   ├── coroutine.h │   ├── coroutine_gthread.c │   ├── coroutine_ucontext.c │   ├── coroutine_winfibers.c │   ├── decode-glz-tmpl.c │   ├── decode-glz.c │   ├── decode-jpeg.c │   ├── decode-zlib.c │   ├── decode.h │   ├── desktop-integration.c │   ├── desktop-integration.h │   ├── gio-coroutine.c │   ├── gio-coroutine.h │   ├── giopipe.c │   ├── giopipe.h │   ├── map-file │   ├── meson.build │   ├── qmp-port.c │   ├── qmp-port.h │   ├── scsi-constants.h │   ├── smartcard-manager-priv.h │   ├── smartcard-manager.c │   ├── smartcard-manager.h │   ├── spice-audio-priv.h │   ├── spice-audio.c │   ├── spice-audio.h │   ├── spice-channel-cache.h │   ├── spice-channel-priv.h │   ├── spice-channel.c │   ├── spice-channel.h │   ├── spice-client-glib-usb-acl-helper.c │   ├── spice-client-gtk.h │   ├── spice-client.c │   ├── spice-client.h │   ├── spice-common.h │   ├── spice-file-transfer-task-priv.h │   ├── spice-file-transfer-task.c │   ├── spice-file-transfer-task.h │   ├── spice-glib-main.c │   ├── spice-glib-sym-file │   ├── spice-grabsequence-priv.h │   ├── spice-grabsequence.c │   ├── spice-grabsequence.h │   ├── spice-gstaudio.c │   ├── spice-gstaudio.h │   ├── spice-gtk-session-priv.h │   ├── spice-gtk-session.c │   ├── spice-gtk-session.h │   ├── spice-gtk-sym-file │   ├── spice-marshal.txt │   ├── spice-option.c │   ├── spice-option.h │   ├── spice-session-priv.h │   ├── spice-session.c │   ├── spice-session.h │   ├── spice-types.h │   ├── spice-uri-priv.h │   ├── spice-uri.c │   ├── spice-uri.h │   ├── spice-util-priv.h │   ├── spice-util.c │   ├── spice-util.h │   ├── spice-version.h.in │   ├── spice-widget-cairo.c │   ├── spice-widget-egl.c │   ├── spice-widget-priv.h │   ├── spice-widget.c │   ├── spice-widget.h │   ├── usb-acl-helper.c │   ├── usb-acl-helper.h │   ├── usb-backend.c │   ├── usb-backend.h │   ├── usb-device-cd.c │   ├── usb-device-cd.h │   ├── usb-device-manager-priv.h │   ├── usb-device-manager.c │   ├── usb-device-manager.h │   ├── usb-device-widget.c │   ├── usb-device-widget.h │   ├── usb-emulation.h │   ├── usbdk_api.c │   ├── usbdk_api.h │   ├── usbutil.c │   ├── usbutil.h │   ├── vmcstream.c │   ├── vmcstream.h │   ├── vncdisplaykeymap.c │   ├── vncdisplaykeymap.h │   ├── wayland-extensions.c │   └── wayland-extensions.h ├── subprojects │   ├── keycodemapdb │   └── spice-common ├── tests │   ├── cd-emu.c │   ├── coroutine.c │   ├── file-transfer.c │   ├── meson.build │   ├── mock-acl-helper.c │   ├── pipe.c │   ├── session.c │   ├── uri.c │   ├── usb-acl-helper.c │   └── util.c ├── tools │   ├── meson.build │   ├── spice-cmdline.c │   ├── spice-cmdline.h │   ├── spicy-connect.c │   ├── spicy-connect.h │   ├── spicy-screenshot.c │   ├── spicy-stats.c │   └── spicy.c └── vapi ├── SpiceClientGLib-2.0.metadata ├── meson.build ├── spice-client-glib-2.0.deps └── spice-client-gtk-3.0.deps 23 directories, 192 files