pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

owntone: fix package, add TODO



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sun Jun 19 08:58:39 2022 +0200
Changeset:	cce4f4b6d27cf31f4bb9ba55ba4cbce31d35343b

Modified Files:
	owntone/Makefile
	owntone/PLIST
	owntone/TODO

Log Message:
owntone: fix package, add TODO

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cce4f4b6d27cf31f4bb9ba55ba4cbce31d35343b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 owntone/Makefile | 2 +-
 owntone/PLIST    | 1 +
 owntone/TODO     | 3 +++
 3 files changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/owntone/Makefile b/owntone/Makefile
index 257612aa18..85384cc448 100644
--- a/owntone/Makefile
+++ b/owntone/Makefile
@@ -17,7 +17,7 @@ PKG_USERS=      $(OWNTONE_USER):$(OWNTONE_GROUP)
 
 RCD_SCRIPTS=	owntone
 
-CONF_FILES=	etc/owntone.conf
+#CONF_FILES=	etc/owntone.conf
 
 GNU_CONFIGURE=	yes
 
diff --git a/owntone/PLIST b/owntone/PLIST
index 3ab467b702..89841d30f3 100644
--- a/owntone/PLIST
+++ b/owntone/PLIST
@@ -1,4 +1,5 @@
 @comment $NetBSD$
+etc/owntone.conf
 lib/owntone/owntone-sqlext.la
 man/man8/owntone.8
 sbin/owntone
diff --git a/owntone/TODO b/owntone/TODO
index 5011002220..c8d4b1150e 100644
--- a/owntone/TODO
+++ b/owntone/TODO
@@ -4,3 +4,6 @@ if that's correct.
 not sure that ffmpeg5 is correct; 
 
 Need to figure out ALSA so mpd mode can be tested.
+
+Config file should be installed into share/examples/owntone and
+installed using CONF_FILES


Home | Main Index | Thread Index | Old Index