Merge pull request #6308 from cr3bs/feature/addons-service-snapclient-enhancements

snapclient: Set ALSA_PLUGIN_DIR (109)
This commit is contained in:
CvH 2022-03-27 13:33:31 +02:00 committed by GitHub
commit fbeff1dd2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,6 @@
109
- Set ALSA_PLUGIN_DIR in systemd service unit
108
- alsa-plugins: update to 1.2.6
- asio: update to 1.21.0

View File

@ -3,7 +3,7 @@
PKG_NAME="snapclient"
PKG_VERSION="0.26.0"
PKG_REV="108"
PKG_REV="109"
PKG_ARCH="any"
PKG_LICENSE="GPLv3"
PKG_DEPENDS_TARGET="toolchain alsa-plugins snapcast"

View File

@ -4,6 +4,7 @@ After=kodi.service network-online.target sound.target
Requires=kodi.service network-online.target sound.target
[Service]
Environment=ALSA_PLUGIN_DIR=/storage/.kodi/addons/service.snapclient/lib
ExecStart=/bin/sh /storage/.kodi/addons/service.snapclient/bin/snapclient.start
Restart=always