mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 21:56:42 +00:00
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:
parent
859d6eb63b
commit
dcb12db290
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user