[Ardour-Users] Export hangs after script executing

Ralf Mardorf ralf.mardorf at alice-dsl.net
Wed Feb 24 02:03:09 PST 2016


PS and the official Arch packages build like this:

[rocketmouse at archlinux ~]$ cat /var/abs/community/jack2/PKGBUILD
_wafconf() {
  python2 waf configure --prefix=/usr \
                        --alsa \
                        --firewire $@

  # not building with doxygen
  # see https://github.com/jackaudio/jack2/issues/22
}

  # mixed dbus/classic build
  if _isbuild jack2; then
    cd $_tarname-$pkgver
    msg2 "Running Mixed D-Bus/Classic build"
    _wafconf --classic --dbus
    python2 waf build $MAKEFLAGS
    cd ..
  fi

  # dbus-ONLY build
  if _isbuild jack2-dbus; then
    cd $_tarname-dbus-$pkgver
    msg2 "Running D-Bus-only build"
    _wafconf --dbus
    python2 waf build $MAKEFLAGS
    cd ..
  fi




Since I don't use jack dbus, I don't know if the "--autostart=dbus"
thingy is important.



More information about the Ardour-Users mailing list