aboutsummaryrefslogtreecommitdiffstats
path: root/community/mpd
Commit message (Collapse)AuthorAgeFilesLines
* community/mpd: rebuild against icu 65.1TBK2020-02-221-1/+1
|
* community/*: make CMake and meson respect our C{,PP,XX}FLAGSRasmus Thomsen2020-02-211-2/+2
| | | | See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
* community/mpd: upgrade to 0.21.20Leo2020-02-171-3/+3
|
* community/mpd: enable avahi supportmacmpi2020-01-282-3/+30
| | | | | | | adding avahi-dev dependency and relevant compile option. test/run_avahi fails to build, and could not find how to fix it. As this is just for build testing I remove it with remove-avahi-test.patch Equally happy if someone finds a way to fix it... Tested on x86_64 target system and mpd service is well advertised by avahi
* community/mpd: upgrade to 0.21.19Leo2020-01-191-3/+3
|
* community/mpd: allow configuration of real-time schedulingSören Tempel2020-01-161-2/+7
| | | | | | | | | | | | | | | Without this change MPD emits the following warnings using syslog: daemon.err libsmbclient[3356]: exception: RTIOThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted daemon.err libsmbclient[3356]: exception: OutputThread could not get realtime scheduling, continuing anyway: sched_setscheduler failed: Operation not permitted See also: https://www.musicpd.org/doc/html/user.html#real-time-scheduling OK clandmeter@
* community/mpd: run checkpath with quiet flagSören Tempel2020-01-152-3/+4
| | | | | | | | The checkpath invocation creates a directory usually located on a tmpfs and cleared on each boot. As such, mpd creates and "corrects" the permissions of this directory on each boot. This causes two unnecessary messages to be emitted on each boot by the service. This change adds the quiet flag which suppresses these messages.
* tree-wide: use --buildtype=debugoptimized for meson packagesRasmus Thomsen2020-01-071-2/+2
| | | | | | | As of now we're using the buildttype 'release', which produces optimized builds but without any usable debugging info, which makes debugging crashes impossible, even if a -dbg subpackage exists. As such we should build in the buildmode 'debugoptimized' to offer proper debug symbols.
* community/mpd: add patch to satisfy libcdio-paranoia dependency patch ↵macmpi2020-01-061-0/+11
| | | | ./src/input/plugins/meson.build to adapt libcdio-paranoia dependency version check to Alpine's numbering.
* community/mpd: re-enable Audio CD support Audio CD support was reverted by ↵macmpi2020-01-061-3/+5
| | | | https://gitlab.alpinelinux.org/alpine/aports/commit/02a0398c97b39209586bd1d11bd13ab3a3b1de1c due to potential libcdio-paranoia dependency version mismatch
* rebuild against boost-1.72.0Leo2020-01-021-1/+1
|
* community/mpd: upgrade to 0.21.18Leo2019-12-251-2/+2
|
* community/mpd: upgrade to 0.21.17Leo2019-12-232-5/+20
|
* community/mpd: remove workaround for py-sphinx-3Leo2019-11-222-15/+0
|
* community/mpd: disable libcdio_paranoiaLeo2019-11-221-3/+3
| | | | Requires libcdio_paranoia >= 10.2+0.93+1 but we have 2.0.0
* community/mpd: upgrade to 0.21.16Leo2019-10-201-3/+3
|
* community/mpd: enable Audio CD supportmacmpi2019-10-161-3/+4
|
* rebuild against libnfs.so.13Leo2019-10-111-1/+1
|
* community/mpd: upgrade to 0.21.15Leo2019-09-261-3/+3
|
* community/mpd: fix typo in OpenRC serviceSören Tempel2019-09-172-3/+3
|
* community/mpd: upgrade to 0.21.14Leo2019-08-211-2/+2
|
* community/mpd: upgrade to 0.21.13Leo2019-08-112-41/+17
| | | | - make daemon run with supervise-daemon
* community/mpd: upgrade to 0.21.12Leo2019-08-041-3/+3
|
* community/mpd: use py3-sphinx to build docsLeo2019-07-222-1/+16
|
* community/mpd: upgrade to 0.21.11Leo2019-07-091-2/+2
|
* community/mpd: upgrade to 0.21.10Leo2019-06-091-4/+3
| | | Closes GH-8644
* community/mpd: rebuild against icu-64Natanael Copa2019-05-031-1/+1
|
* community/mpd: update to 0.21.8Leo2019-04-261-2/+2
|
* community/mpd: update to 0.21.7Leo2019-04-241-9/+7
| | | | | | - Split openrc files into mpd-openrc - Fix SPDX license - remove superfluous usage of 'cd "$builddir"'
* community/mpd: upgrade to 0.21.5Sören Tempel2019-04-042-40/+22
|
* community/mpd: rebuild against icu-63.1Leonardo Arena2019-02-061-1/+1
|
* community/mpd: rebuidl against ffmpeg 4Natanael Copa2018-11-091-1/+1
|
* community/mpd: rebuild against icu-62.1Natanael Copa2018-10-011-1/+1
|
* community/mpd: upgrade to 0.20.21Sören Tempel2018-09-241-2/+2
|
* community/mpd: rebuild against libnfs.so.12prspkt2018-08-161-1/+1
|
* community/mpd: Update to 0.20.20Leo Unglaub2018-06-011-2/+2
|
* community/mpd: rebuild against samba 4.8.0Jakub Jirutka2018-03-171-1/+1
|
* community/mpd: upgrade to 0.20.18Carlo Landmeter2018-03-141-3/+3
|
* community: rebuild against icu-60.2William Pitcock2018-02-271-1/+1
|
* community/mpd: upgrade to 0.20.17Sören Tempel2018-02-141-2/+2
|
* community/mpd: upgrade to 0.20.16Carlo Landmeter2018-02-072-16/+14
|
* community/mpd: upgrade to 0.20.15Sören Tempel2018-01-211-2/+2
|
* community/mpd: upgrade to 0.20.13Carlo Landmeter2018-01-041-3/+3
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* community/mpd: upgrade to 0.20.12Sören Tempel2017-12-021-2/+2
|
* community/mpd: move from mainSören Tempel2017-10-196-0/+179