From 47f73c586423164ad05da6e14d4240994c3e29ff Mon Sep 17 00:00:00 2001 From: Matthias von Faber Date: Wed, 1 Feb 2017 18:58:52 +0100 Subject: [PATCH] xpra: remove pulseaudio dependency Up to and including xpra 1.0.1, connection would always fail with a Python exception unless pulseaudio was installed. xpra 1.0.2 seems to have fixed this issue. --- srcpkgs/xpra/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index cea52349cd8..98badd2cafc 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -1,7 +1,7 @@ # Template file for 'xpra' pkgname=xpra version=2.0 -revision=1 +revision=2 build_style=python2-module conf_files=" /etc/xpra/xpra.conf @@ -13,7 +13,7 @@ makedepends="ffmpeg-devel libXcomposite-devel libXdamage-devel libXrandr-devel libXtst-devel libwebp-devel libxkbfile-devel pygtk-devel x264-devel $(vopt_if vpx libvpx-devel)" depends="pygtk python-Pillow xorg-server-xvfb python-rencode python-lz4 - python-cups xf86-video-dummy python-PyOpenGL-accelerate pulseaudio cups + python-cups xf86-video-dummy python-PyOpenGL-accelerate cups python-dbus xauth python-numpy" short_desc="Like screen(1) for X" maintainer="Leah Neukirchen "