--- /var/abs/community/spice-gtk3/PKGBUILD 2015-09-23 00:12:02.940413748 +0200 +++ abs/spice-gtk3/PKGBUILD 2015-09-23 22:51:09.724107692 +0200 @@ -11,7 +11,8 @@ arch=('i686' 'x86_64') url="http://spice-space.org" license=('LGPL2.1') -depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'libpulse' 'usbredir' 'libsoup') +depends=('celt0.5.1' 'dbus-glib' 'gtk3' 'libcacard' 'gst-libav' + 'gst-plugins-base' 'gst-plugins-good' 'usbredir' 'libsoup') makedepends=('gobject-introspection' 'intltool' 'python2-pyparsing' 'spice-protocol' 'usbutils' 'vala' 'sdl' 'python2-six') source=("http://www.spice-space.org/download/gtk/spice-gtk-$pkgver.tar.bz2") @@ -26,7 +27,7 @@ cd "$srcdir/spice-gtk-$pkgver" PYTHON=python2 ./configure --prefix=/usr \ --disable-static --enable-vala --with-gtk=3.0 \ - --with-audio=pulse \ + --with-audio=gstreamer \ --with-coroutine=gthread --sbindir=/usr/bin \ --enable-smartcard make