[LAD] [alsa-devel] Fw: Using loopback card to Connect GSM two way call to the real sound card UDA1345TS

Ralf Mardorf ralf.mardorf at rocketmail.com
Mon Jun 1 15:00:26 UTC 2015


On Mon, 01 Jun 2015 16:39:52 +0200, Clemens Ladisch wrote:
>IIRC Jack uses some non-standard build system.  Try asking on the Jack
>mailing list how to cross-compile it.

Arch is a rolling release that comes with latest stable releases from
upstream.

Jack1 seemingly does use "standard", but jack2 seemingly uses waf.

[rocketmouse at archlinux ~]$ cat /var/abs/extra/jack/PKGBUILD
[snip]
build() {
  cd "$srcdir/$_longname-$pkgver"

  ./configure --prefix=/usr \
              --libdir=/usr/lib
  make
}
[snip]

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

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

Hth,
Ralf



More information about the Linux-audio-dev mailing list