bundles/kodi: use alsa instead of pulseaudio
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-10-03 17:00:13 +02:00
parent 672660d131
commit 2387b196b2
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 1 additions and 25 deletions

View file

@ -7,6 +7,7 @@ StartLimitIntervalSec=2
[Service]
User=kodi
Type=simple
Environment=AE_SINK=ALSA
ExecStart=/usr/bin/xinit /usr/bin/kodi-standalone -- :0 vt7 -nocursor
WorkingDirectory=/home/kodi
StandardOutput=journal

View file

@ -1,10 +0,0 @@
[Unit]
Description=PulseAudio for user kodi
[Service]
User=kodi
Type=simple
ExecStart=pulseaudio --realtime --log-target=journal --daemonize=no
[Install]
WantedBy=kodi.service

View file

@ -5,12 +5,6 @@ files = {
'svc_systemd:kodi:restart',
},
},
'/etc/systemd/system/pulseaudio.service': {
'triggers': {
'action:systemd-reload',
'svc_systemd:pulseaudio:restart',
},
},
'/etc/X11/Xwrapper.config': {},
}
@ -21,13 +15,6 @@ svc_systemd = {
'file:/etc/X11/Xwrapper.config',
'pkg_apt:kodi',
'user:kodi',
'svc_systemd:pulseaudio',
},
},
'pulseaudio': {
'needs': {
'file:/etc/systemd/system/pulseaudio.service',
'pkg_apt:pulseaudio',
},
},
}

View file

@ -7,8 +7,6 @@ defaults = {
'kodi': {},
'kodi-repository-kodi': {},
'libcec4': {},
'pulseaudio': {},
'pulseaudio-utils': {},
'ttf-mscorefonts-installer': {},
'tv-fonts': {},
'xfonts-base': {},