Browse Source

mod-desktop-app rename

Signed-off-by: falkTX <falktx@falktx.com>
test-github-breakage
falkTX 1 year ago
parent
commit
dee4e6e2fd
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      bootstrap-mod.sh
  2. +1
    -1
      patches/portaudio19/04_jackbridge-mod-app.patch
  3. +1
    -1
      patches/portaudio19/05_skip-jack-asio-bridge.patch

+ 1
- 1
bootstrap-mod.sh View File

@@ -97,7 +97,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 App/"
patch_file jack2 "${JACK2_VERSION}" "dbus/audio_reserve.c" "s/Jack audio server/MOD Desktop App/"
build_waf jack2 "${JACK2_VERSION}" "${JACK2_EXTRAFLAGS}"

# patch pkg-config file for static win32 builds


+ 1
- 1
patches/portaudio19/04_jackbridge-mod-app.patch View File

@@ -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 App";
+static const char* clientName_ = "MOD Desktop App";
#define STRINGIZE_HELPER(expr) #expr
#define STRINGIZE(expr) STRINGIZE_HELPER(expr)


+ 1
- 1
patches/portaudio19/05_skip-jack-asio-bridge.patch View File

@@ -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 App") == 0
+ || strcmp (names[i],"MOD Desktop App") == 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"
)

Loading…
Cancel
Save