# vampsdk/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. A procedure similar to the following was used. "YYMMDD" specifies a six-digit date. OUTBASE=vampsdk YYMMDD=180407 DIR=$OUTBASE-git-$YYMMDD URL=https://github.com/c4dm/vamp-plugin-sdk.git rm -fr $OUTBASE $DIR $DIR.tar* git clone $URL $DIR tar jcf $DIR.tar.bz2 $DIR #--------------------------------------------------------------------- [buildtimes] 00.02 hours (or 001.00 minutes) - HP EliteBook 8560w 32GB RAM 00.02 hours (or 001.37 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] build = default exepack = yes license = See "license*.txt" in installed tree licfile = COPYING setpaths = vampsdk tmpsize = 62M #--------------------------------------------------------------------- [depends] actools libsndfile libxtract #--------------------------------------------------------------------- [configure] bash ./configure \ --prefix=$PKGDIR_PROD #--------------------------------------------------------------------- [postbuild] SD=$PKGDIR_SPECIAL tar zxf $SD/bbc-vamp-plugins-1.1.tar.gz cd bbc-vamp-plugins-1.1 sed -e "s@__META_PRODTREE__@$PRODTREE@" \ < $SD/bbc-vamp-plugins-1.1.spcpat | patch -p1 make -f Makefile.linux cp -p *.{so,cat,n3} $PKGDIR_PROD/lib/vamp/ tar zxf $SD/nnls-chroma-1.1.tar.gz cd nnls-chroma-1.1 sed -e "s@__META_PRODTREE__@$PRODTREE@" \ < $SD/nnls-chroma-1.1.spcpat | patch -p1 make -f Makefile.linux cp -p *.{so,cat,n3} $PKGDIR_PROD/lib/vamp/ #--------------------------------------------------------------------- # 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 = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 170625 Added package. Started with 170525. 180407 Updated from 170525 to 180407