minidlna: update to latest master 11004/head
authorRosen Penev <rosenp@gmail.com>
Mon, 13 Jan 2020 03:05:26 +0000 (19:05 -0800)
committerRosen Penev <rosenp@gmail.com>
Mon, 24 Feb 2020 02:03:14 +0000 (18:03 -0800)
commite9a65f13808cb4d9bd044de47ace5db008ebb117
treefc3317961f9012d860f2f26016ad3b18293c9f7f
parent5b22f3f59c03412200fe4815d833943f953edf2b
minidlna: update to latest master

Removed inactive maintainer.

Cleaned up Makefile to remove old options.

Switched to PKG_INSTALL for consistency.

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license info.

Removed '' from enabled for consistency.

Ran init script through shellcheck. Batched config file writes.

Switched it to use procd. The -S parameter changes it to foreground. It
stands for systemd.

Added a sysctl tweak to get rid of warning.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
14 files changed:
multimedia/minidlna/Makefile
multimedia/minidlna/files/minidlna.config
multimedia/minidlna/files/minidlna.init
multimedia/minidlna/files/minidlna.sysctl [new file with mode: 0644]
multimedia/minidlna/patches/002-mark_all_instances_of_magic_container_s_as_const.patch [deleted file]
multimedia/minidlna/patches/003-wrap_container_definitions_into_a_structure.patch [deleted file]
multimedia/minidlna/patches/004-reduce_duplication_in_sql_c.patch [deleted file]
multimedia/minidlna/patches/010-lg.patch [new file with mode: 0644]
multimedia/minidlna/patches/020-wrap_container_definitions_into_a_structure.patch [new file with mode: 0644]
multimedia/minidlna/patches/030-mark_all_instances_of_magic_container_s_as_const.patch [new file with mode: 0644]
multimedia/minidlna/patches/040-heroes.patch [new file with mode: 0644]
multimedia/minidlna/patches/050-no-cover-resizing.patch [new file with mode: 0644]
multimedia/minidlna/patches/060-reduce_duplication_in_sql_c.patch [new file with mode: 0644]
multimedia/minidlna/patches/070-return-void.patch [new file with mode: 0644]