Skip to content

Commit

Permalink
Final mod-desktop name
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Feb 1, 2024
1 parent 6a950a6 commit 51ad86a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap-mod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if [ "${LINUX}" -eq 1 ]; then
fi

download jack2 "${JACK2_VERSION}" "${JACK2_URL}" "" "git"
patch_file jack2 "${JACK2_VERSION}" "dbus/audio_reserve.c" "s/Jack audio server/MOD Desktop App/"
patch_file jack2 "${JACK2_VERSION}" "dbus/audio_reserve.c" "s/Jack audio server/MOD Desktop/"
build_waf jack2 "${JACK2_VERSION}" "${JACK2_EXTRAFLAGS}"

# patch pkg-config file for static win32 builds
Expand Down
2 changes: 1 addition & 1 deletion patches/portaudio19/04_jackbridge-mod-app.patch
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ index a800f8e..c06eb89 100644
static pthread_t mainThread_;
static char *jackErr_ = NULL;
-static const char* clientName_ = "PortAudio";
+static const char* clientName_ = "MOD Desktop App";
+static const char* clientName_ = "MOD Desktop";

#define STRINGIZE_HELPER(expr) #expr
#define STRINGIZE(expr) STRINGIZE_HELPER(expr)
Expand Down
2 changes: 1 addition & 1 deletion patches/portaudio19/05_skip-jack-asio-bridge.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index f230d87..5f03ab2 100644
if ( strcmp (names[i],"ASIO DirectX Full Duplex Driver") == 0
|| strcmp (names[i],"ASIO Multimedia Driver") == 0
+ || strcmp (names[i],"JackRouter") == 0
+ || strcmp (names[i],"MOD Desktop App") == 0
+ || strcmp (names[i],"MOD Desktop") == 0
|| strncmp(names[i],"Premiere",8) == 0 //"Premiere Elements Windows Sound 1.0"
|| strncmp(names[i],"Adobe",5) == 0 //"Adobe Default Windows Sound 1.5"
)

0 comments on commit 51ad86a

Please sign in to comment.