aboutsummaryrefslogtreecommitdiffstats
path: root/community/snapcast
Commit message (Collapse)AuthorAgeFilesLines
* community/snapcast: fix OpenRC serviceSören Tempel2019-01-202-3/+4
| | | | | | | | | | | | | | Without creating /var/lib/snapserver the services fails to start with the following error message: Exception: failed to create settings directory: "/var/lib/snapserver/": 13 Because the snapcast process itself tries to create the directory but doesn't run as root and therefore gets an EACCESS (13) error. While at it I also specified the pidfile created by the snapcast process. No idea how OpenRC was even able to track the service status without it.
* community/snapcast: clean up dependsNatanael Copa2019-01-091-7/+8
| | | | | | | | use depends instead of install_is since there only was a single condition for install_if. Fix the unintended circular depends of snapcast-client -> snapcast-server -> snapcast-client by reset depends in subpkg function.
* community/snapcast: remove depends and use install_ifCarlo Landmeter2019-01-091-2/+1
|
* community/snapcast: respect our optimization levelSören Tempel2018-10-142-1/+33
|
* community/snapcast: declare functions in the order they are executedSören Tempel2018-10-141-6/+6
| | | | | | | | PR https://github.com/alpinelinux/aports/pull/4541 removed the check() function entirely. However, we didn't establish a clear policy yet regarding what to do when upstream doesn't proved a test suite. Therefore I will just leave check() as is even though I consider this to be somewhat useless.
* testing/snapcast: move to communityBart Ribbers2018-10-148-0/+125