# libaubio/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.23 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.45 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.01 hours (or 000.48 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.04 hours (or 002.17 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none exepack = yes fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 9M unpack = relaxed setpaths = libaubio #--------------------------------------------------------------------- [depends] actools alsa flac fftw gawk grep jackone lame libogg libsamplerate libsndfile libvorbis opus pkgconf python sed #--------------------------------------------------------------------- [build] LIBDIR=$PKGDIR_PROD/lib waf configure --prefix=$PKGDIR_PROD waf || true rm -fr $LIBDIR mkdir -p $LIBDIR cp -p build/src/libaubio.so* $LIBDIR/ waf && waf install rm -fr $LIBDIR/*.a #--------------------------------------------------------------------- # 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 = https://packages.debian.org/source/unstable/aubio url_home = http://aubio.org/ url_lfs = n/a url_tarball = http://aubio.org/pub/aubio-0.4.9.tar.bz2 #--------------------------------------------------------------------- [history] 180309 Updated from 0.3.2 to 0.4.6 190601 Updated to 0.4.9 250712 Added Debian patches