squeezelite: update README, libsndio now uses .sndio/cookie not .aucat_cookie

This commit is contained in:
sthen 2020-04-27 10:01:05 +00:00
parent 9521ad9337
commit 77e523707c
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2020/02/03 20:40:38 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2020/04/27 10:01:05 sthen Exp $
COMMENT= lightweight headless squeezebox player
@ -7,11 +7,11 @@ GH_ACCOUNT= ralph-irving
GH_PROJECT= squeezelite
GH_COMMIT= 1cff80e5330501b1f587a474f06db08fd53d9521
DISTNAME= squeezelite-$V
REVISION= 0
REVISION= 1
CATEGORIES= audio
# GPLv3
# GPLv3+
PERMIT_PACKAGE= Yes
WANTLIB += FLAC avcodec avformat avutil c crypto faad m mad mpg123

View File

@ -1,4 +1,4 @@
$OpenBSD: README,v 1.3 2019/02/25 22:44:14 sthen Exp $
$OpenBSD: README,v 1.4 2020/04/27 10:01:05 sthen Exp $
+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
@ -17,6 +17,6 @@ sndiod does not normally allow access to audio from two different user
accounts. On a desktop configuration this restriction is inconvenient -
in that case you will usually want to allow Squeezelite to share access
to sndiod with your normal login user. This can be done by copying (not
linking) .aucat_cookie from your home directory to /var/squeezelite.
linking) .sndio/cookie from your home directory to /var/squeezelite/.sndio.
If Squeezelite is run stand-alone or you don't need to share access to
the audio device, this can be omitted.