media-sound/navidrome-bin: keyword 0.51.1 for ~amd64
Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
parent
ccd3efa85d
commit
4521e4d9d8
|
@ -11,8 +11,11 @@ description="Navidrome Music Server and Streamer compatible with Subsonic/Airson
|
||||||
command=/usr/bin/navidrome
|
command=/usr/bin/navidrome
|
||||||
command_args="--configfile ${navidrome_config} ${navidrome_args}"
|
command_args="--configfile ${navidrome_config} ${navidrome_args}"
|
||||||
command_user="navidrome:navidrome"
|
command_user="navidrome:navidrome"
|
||||||
|
command_background=1
|
||||||
pidfile="/run/navidrome.pid"
|
pidfile="/run/navidrome.pid"
|
||||||
directory="${navidrome_home}"
|
directory="${navidrome_home}"
|
||||||
|
output_log="/var/log/navidrome.log"
|
||||||
|
error_log="${output_log}"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
|
|
|
@ -12,10 +12,15 @@ S="${WORKDIR}"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
# KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
IUSE="taglib"
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
RDEPEND="media-video/ffmpeg" # TODO: ffmpeg USE-flags?
|
# TODO: ffmpeg USE-flags?
|
||||||
|
RDEPEND="
|
||||||
|
media-video/ffmpeg
|
||||||
|
taglib? ( media-libs/taglib )
|
||||||
|
"
|
||||||
BDEPEND="acct-user/navidrome"
|
BDEPEND="acct-user/navidrome"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
|
|
Reference in New Issue
Block a user