snapclient: Set ALSA_PLUGIN_DIR (109)

- Set ALSA_PLUGIN_DIR in systemd service unit
- Update addon meta information to rev 109
This commit is contained in:
cr3bs 2022-03-17 17:05:17 +01:00
parent 859d6eb63b
commit dcb12db290
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 108
- alsa-plugins: update to 1.2.6 - alsa-plugins: update to 1.2.6
- asio: update to 1.21.0 - asio: update to 1.21.0

View File

@ -3,7 +3,7 @@
PKG_NAME="snapclient" PKG_NAME="snapclient"
PKG_VERSION="0.26.0" PKG_VERSION="0.26.0"
PKG_REV="108" PKG_REV="109"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPLv3" PKG_LICENSE="GPLv3"
PKG_DEPENDS_TARGET="toolchain alsa-plugins snapcast" 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 Requires=kodi.service network-online.target sound.target
[Service] [Service]
Environment=ALSA_PLUGIN_DIR=/storage/.kodi/addons/service.snapclient/lib
ExecStart=/bin/sh /storage/.kodi/addons/service.snapclient/bin/snapclient.start ExecStart=/bin/sh /storage/.kodi/addons/service.snapclient/bin/snapclient.start
Restart=always Restart=always