summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Martin BĂ„ngens2024-01-06 11:18:52 +0100
committer Willy Sudiarto Raharjo2024-01-08 03:44:41 +0100
commit3947afaced9c5c96dace556661a4e92819309b94 (patch)
treee422a6e2d3643ebf4652682f10d4b8b7f686011d /audio
parent7758bbeef4ec048239f06defb1417b19e7d25bf7 (diff)
downloadslackbuilds-3947afaced9c5c96dace556661a4e92819309b94.tar.gz
audio/yabridge: Fix typo
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/yabridge/README2
-rw-r--r--audio/yabridge/yabridge.SlackBuild12
2 files changed, 7 insertions, 7 deletions
diff --git a/audio/yabridge/README b/audio/yabridge/README
index fe52bc5487..d246b25773 100644
--- a/audio/yabridge/README
+++ b/audio/yabridge/README
@@ -24,7 +24,7 @@ export WINEESYNC=1
build options
ARG_CLAP="false"
ARG_VST3="true"
-ARG_WINEDGB="false"
+ARG_WINEDBG="false"
Read the documentation in /usr/doc/yabridge-*
diff --git a/audio/yabridge/yabridge.SlackBuild b/audio/yabridge/yabridge.SlackBuild
index 635ba0f180..9904cc3c87 100644
--- a/audio/yabridge/yabridge.SlackBuild
+++ b/audio/yabridge/yabridge.SlackBuild
@@ -31,7 +31,7 @@ TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARG_CLAP=${ARG_CLAP:-NO}
ARG_VST3=${ARG_VST3:-YES}
-ARG_WINEDGB=${ARG_WINEDGB:-NO}
+ARG_WINEDBG=${ARG_WINEDBG:-NO}
#false/true
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -53,10 +53,10 @@ else
ARG_VST3="false"
fi
-if [[ "$ARG_WINEDGB" = "YES" || "$ARG_WINEDGB" = "true" ]]; then
- ARG_WINEDGB="true"
+if [[ "$ARG_WINEDBG" = "YES" || "$ARG_WINEDBG" = "true" ]]; then
+ ARG_WINEDBG="true"
else
- ARG_WINEDGB="false"
+ ARG_WINEDBG="false"
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
@@ -138,7 +138,7 @@ if [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ]; then
-Dbitbridge=true \
-Dclap=$ARG_CLAP \
-Dvst3=$ARG_VST3 \
- -Dwinedgb=$ARG_WINEDGB \
+ -Dwinedbg=$ARG_WINEDBG \
-Dsystem-asio=true \
-Dbuild.cpp_args='-m32' \
-Dbuild.cpp_link_args='-m32'
@@ -153,7 +153,7 @@ elif [ "$ARCH" = "x86_64" ]; then
-Dbitbridge=true \
-Dclap=$ARG_CLAP \
-Dvst3=$ARG_VST3 \
- -Dwinedgb=$ARG_WINEDGB \
+ -Dwinedbg=$ARG_WINEDBG \
-Dsystem-asio=true
else
echo "Unsupported architecture"