aports/community/pipewire/pipewire.post-upgrade
Jakub Jirutka d017618463 community/pipewire: move alsa to subpkg -alsa and copy confs to /etc
Analogously to pulse and jack.

For the reference, Fedora does the same.
2021-08-30 12:35:41 +00:00

15 lines
385 B
Bash

#!/bin/sh
ver_old="$2"
if [ "$(apk version -t "$ver_old" '0.3.33-r3')" = '<' ]; then
cat >&2 <<-EOF
*
* Pipewire bluez5 (Bluetooth) and FFmpeg SPA plugins, ALSA support, pw-* and
* spa-* tools have been moved to subpackages. If you use them, install
* pipewire-spa-bluez, pipewire-spa-ffmpeg, pipewire-alsa, pipewire-tools and/or
* pipewire-spa-tools, repsectively.
*
EOF
fi