# jackone/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run \ --checkout=0.126.0 \ https://github.com/jackaudio/jack1.git #--------------------------------------------------------------------- 2. If you change the name of this package or if you modify the distro to put installed packages in a different tree, you may need to edit or delete existing user ".jackd" files. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.70 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.03 hours (or 001.77 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.03 hours (or 001.87 minutes) - HP EliteBook 8560w 32GB RAM 00.05 hours (or 002.73 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] build = default fortran = disabled license = To be documented nls = disabled revision = numeric tmpsize = 20M unpack = relaxed setpaths = alsa #--------------------------------------------------------------------- [depends] actools alsa-lib db gawk grep libsndfile libvorbis pkgconf portaudio19 readline sed #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE patch -p1 < debian/patches/05_jack_md5h.patch patch -p0 < debian/patches/06_iec61883_headers.patch if [ -f ./autogen.sh ]; then bash ./autogen.sh sed -e 's/-ffast-math/ /g' -i configure* else sed -e 's/-ffast-math/ /g' -i configure* autoreconf fi # Needed for "clang": CFLAGS="-D__STDC_NO_ATOMICS__" \ bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ \ --disable-altivec \ --disable-dependency-tracking \ --disable-firewire \ --disable-oss \ --disable-sse \ \ --enable-alsa \ --enable-optimization-by-compiler \ --enable-optimize \ --enable-shared=yes \ --enable-static=no \ --enable-stripped-jackd \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] SBINDIR=$PKGDIR_PROD/sbin SPCDIR=$PKGDIR_SPECIAL mkdir -p $SBINDIR cd $SBINDIR for x in jackd-start jackd-stop do cc -o $x $SPCDIR/$x.c chown 0.0 $x chmod u+s $x done makelac portaudio19 --force makelac libsndfile --force #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = http://packages.debian.org/unstable/source/\ jack-audio-connection-kit url_debian_pool = http://ftp.debian.org/debian/pool/main/j/\ jack-audio-connection-kit/ url_home = http://jackaudio.org/ url_lfs = n/a url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 170508 Renamed jack to jackone 170508 Updated from 0.124.1 to 0.125.0 171105 Added -lmvec before -lm to fix FTBFS 180309 Updated to 180309 211112 Updated to 6172c1b29 ("git" hash) 241113 Updated to 48b2d8a52 - same as 0.126.0