From 2116b4d10ab8574ea0d23665a3d2a4b8bfc18fdd Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 2 Aug 2020 20:18:03 +0200 Subject: [PATCH] uninstalled: add some comments to variables --- pw-uninstalled.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pw-uninstalled.sh b/pw-uninstalled.sh index eb2a4cf66..e784a129a 100755 --- a/pw-uninstalled.sh +++ b/pw-uninstalled.sh @@ -31,12 +31,16 @@ if [ ! -d ${BUILDDIR} ]; then exit -1 fi +# the config file read by the daemon export PIPEWIRE_CONFIG_FILE="${BUILDDIR}/src/daemon/pipewire-uninstalled.conf" +# the directory with SPA plugins export SPA_PLUGIN_DIR="${BUILDDIR}/spa/plugins" +# the directory with pipewire modules export PIPEWIRE_MODULE_DIR="${BUILDDIR}/src/modules" export PATH="${BUILDDIR}/src/daemon:${BUILDDIR}/src/tools:${BUILDDIR}/src/examples:${PATH}" export LD_LIBRARY_PATH="${BUILDDIR}/pipewire-pulseaudio/src/:${BUILDDIR}/src/pipewire/:${BUILDDIR}/pipewire-jack/src/${LD_LIBRARY_PATH+":$LD_LIBRARY_PATH"}" export GST_PLUGIN_PATH="${BUILDDIR}/src/gst/${GST_PLUGIN_PATH+":${GST_PLUGIN_PATH}"}" +# the directory with card profiles and paths export ACP_PATHS_DIR=${PWD}"/spa/plugins/alsa/mixer/paths" export ACP_PROFILES_DIR=${PWD}"/spa/plugins/alsa/mixer/profile-sets"