mkchromecast: remove pulseaudio dependency

This commit is contained in:
Michal Vasilek 2022-04-07 18:09:35 +02:00 committed by Echo
parent a647987210
commit 27bc7b01af

View file

@ -1,11 +1,11 @@
# Template file for 'mkchromecast'
pkgname=mkchromecast
version=0.3.8.1
revision=4
revision=5
pycompile_dirs="/usr/share/mkchromecast/mkchromecast"
depends="python3-Flask python3-netifaces python3-setuptools python3-requests
python3-mutagen python3-psutil python3-PyQt5 python3-SoCo python3-chromecast
python3-gobject pulseaudio python3-youtube-dl ffmpeg"
python3-gobject python3-youtube-dl ffmpeg"
short_desc="Cast Linux Audio/Video to Google cast and Sonos devices"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"