From 77e523707c058b5f493fc43969f024937b8f56c6 Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 27 Apr 2020 10:01:05 +0000 Subject: [PATCH] squeezelite: update README, libsndio now uses .sndio/cookie not .aucat_cookie --- audio/squeezelite/Makefile | 6 +++--- audio/squeezelite/pkg/README | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/audio/squeezelite/Makefile b/audio/squeezelite/Makefile index 5b98a5d3035..4ad5c0c24f0 100644 --- a/audio/squeezelite/Makefile +++ b/audio/squeezelite/Makefile @@ -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 diff --git a/audio/squeezelite/pkg/README b/audio/squeezelite/pkg/README index 772ff2b8fd7..8238ec8d57c 100644 --- a/audio/squeezelite/pkg/README +++ b/audio/squeezelite/pkg/README @@ -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.