Browse Source

phone_home -> check_updates

use_builds_script
Alexandros Theodotou 2 years ago
parent
commit
761acedb32
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 2
      appimage/make_appimage.sh.in
  2. 2
      arch/PKGBUILD.in
  3. 2
      debian/rules.in
  4. 2
      osx-brew/zrythm.rb.in
  5. 2
      rpm/zrythm.spec.in
  6. 2
      windows-msys/PKGBUILD.in

2
appimage/make_appimage.sh.in

@ -58,7 +58,7 @@ PATH="$PATH:/home/build/.local/bin" \ @@ -58,7 +58,7 @@ PATH="$PATH:/home/build/.local/bin" \
-Dcarla=enabled -Dgraphviz=enabled \
-Dtrial_ver=@TRIAL_TRUE_FALSE@ \
-Dextra_debug_info=true \
-Dphone_home=enabled \
-Dcheck_updates=true \
-Dinstaller_ver=true \
-Dappimage=true \
-Dcarla_binaries_dir=@CARLA_FULL_BINS_PATH@

2
arch/PKGBUILD.in

@ -51,7 +51,7 @@ build() { @@ -51,7 +51,7 @@ build() {
-Dlsp_dsp=enabled -Dstatic_lsp_dsp=true \
-Dfallback_version=@ZRYTHM_PKG_SEMVER_VERSION@ \
-Dtrial_ver=@TRIAL_TRUE_FALSE@ \
-Dphone_home=enabled \
-Dcheck_updates=true \
-Dinstaller_ver=true \
-Dcompletions=false \
-Dcarla_binaries_dir=@CARLA_FULL_BINS_PATH@

2
debian/rules.in vendored

@ -35,7 +35,7 @@ override_dh_auto_configure: @@ -35,7 +35,7 @@ override_dh_auto_configure:
-Dcarla=enabled -Dgraphviz=enabled \
-Dtrial_ver=@TRIAL_TRUE_FALSE@ \
-Dextra_debug_info=true \
-Dphone_home=enabled \
-Dcheck_updates=true \
-Dinstaller_ver=true \
-Dcarla_binaries_dir=@CARLA_FULL_BINS_PATH@

2
osx-brew/zrythm.rb.in

@ -62,7 +62,7 @@ class Zrythm@TRIAL_INITIAL_UPPERCASE@ < Formula @@ -62,7 +62,7 @@ class Zrythm@TRIAL_INITIAL_UPPERCASE@ < Formula
"-Dmanpage=false",
# TODO enable
"-Dstatic_deps=false",
"-Dphone_home=enabled",
"-Dcheck_updates=true",
"-Dinstaller_ver=true",
"-Dvamp_static=true",
".."

2
rpm/zrythm.spec.in

@ -109,7 +109,7 @@ PKG_CONFIG_PATH=@LIBRARY_PKG_CONFIG_PATH@:@CARLA_PKG_CONFIG_PATH@ \ @@ -109,7 +109,7 @@ PKG_CONFIG_PATH=@LIBRARY_PKG_CONFIG_PATH@:@CARLA_PKG_CONFIG_PATH@ \
-Dgraphviz=enabled -Dlsp_dsp=enabled \
-Dstatic_lsp_dsp=true -Dfallback_version=@ZRYTHM_PKG_SEMVER_VERSION@ \
-Dextra_debug_info=true \
-Dphone_home=enabled \
-Dcheck_updates=true \
-Dinstaller_ver=true \
-Dcompletions=$completions \
-Dcarla_binaries_dir=@CARLA_FULL_BINS_PATH@

2
windows-msys/PKGBUILD.in

@ -85,7 +85,7 @@ build() { @@ -85,7 +85,7 @@ build() {
-Djack=enabled \
-Dguile=disabled \
-Dfallback_version=@ZRYTHM_PKG_SEMVER_VERSION@ \
-Dphone_home=enabled \
-Dcheck_updates=true \
-Dmanpage=false \
-Dtrial_ver=@TRIAL_TRUE_FALSE@ \
-Dvamp_static=true \

Loading…
Cancel
Save