mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
audio/cava: Add pkg-message
Add a pkg-message to inform new users about required setup steps. PR: 277152 Approved by: tcberner (mentor), Adam Jimerson <vendion@gmail.com> (maintainer) Differential Revision: https://reviews.freebsd.org/D44676
This commit is contained in:
parent
6ca4035213
commit
1f326a00c9
@ -1,5 +1,6 @@
|
||||
PORTNAME= cava
|
||||
DISTVERSION= 0.10.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= vendion@gmail.com
|
||||
@ -23,6 +24,7 @@ CONFIGURE_ARGS= --disable-input-alsa \
|
||||
PLIST_FILES= bin/cava
|
||||
PORTDOCS= README.md
|
||||
PORTEXAMPLES= config
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES VT
|
||||
OPTIONS_DEFAULT= GLSL JACK NCURSES OSS PORTAUDIO PULSEAUDIO SDL SNDIO VT
|
||||
|
16
audio/cava/files/pkg-message.in
Normal file
16
audio/cava/files/pkg-message.in
Normal file
@ -0,0 +1,16 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
If you want to visualize your currently played back audio then be aware that the
|
||||
audio backends OSS and sndio can't feed the outgoing audio directly into CAVA
|
||||
without further setup:
|
||||
|
||||
* For OSS you need to use audio/virtual_oss in order to create a loopback
|
||||
audio device.
|
||||
* For sndio you need to start a sndio server and create a monitoring
|
||||
sub-device.
|
||||
|
||||
Please see %%DOCSDIR%%/README.md for additional help and instructions.
|
||||
EOM
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user