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.
This commit is contained in:
parent
15271a6ad5
commit
47f73c5864
1 changed files with 2 additions and 2 deletions
|
@ -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 <leah@vuxu.org>"
|
||||
|
|
Loading…
Reference in a new issue