mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #6308 from cr3bs/feature/addons-service-snapclient-enhancements
snapclient: Set ALSA_PLUGIN_DIR (109)
This commit is contained in:
commit
fbeff1dd2e
@ -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
|
||||||
|
@ -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"
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user