[LAU] How to disable Ardour's phone home option?

Ralf Mardorf ralf.mardorf at alice-dsl.net
Mon Jul 13 09:08:06 UTC 2015


Hi,

Ardour 4.1-1 for Arch Linux is build with "Phone home: True", see
Help -> About -> Config.

https://www.archlinux.org/packages/extra/x86_64/ardour/

I don't no were and how to configure "Phone home: False".

To the PKGBUILD from ABS I added --phone-home=false to "python2 waf
configure".

[rocketmouse at archlinux ardour]$ diff PKGBUILD.old PKGBUILD
8c8
< pkgrel=1
---
> pkgrel=2  
33a34
>                         --phone-home=false \  

This results in

"waf: error: --phone-home option does not take a value".

How can phone home be disabled? Is recompiling needed? Perhaps there's
also an option by the preferences I missed.

[rocketmouse at archlinux ardour]$ cat PKGBUILD.old
#[snip]
  python2 waf configure --prefix=/usr \
                        --configdir=/etc \
                        --with-backends="jack,alsa" \
                        --libjack=weak \
                        --optimize \
                        --docs
#[snip]

Regards,
Ralf


More information about the Linux-audio-user mailing list