# portmidi/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.47 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.80 minutes) - HP EliteBook 8560w 32GB RAM #--------------------------------------------------------------------- [settings] build = default defer = glibc64 license = See "license*.txt" in installed tree licfile = license.txt tmpsize = 5M setpaths = alsa openjdk15 #--------------------------------------------------------------------- [depends] alsa cmake openjdk15 #--------------------------------------------------------------------- [configure] INCDIR=$PKGDIR_PROD/include LIBDIR=$PKGDIR_PROD/lib mkdir -p $INCDIR $LIBDIR tar Jxf $PKGDIR_SPECIAL/portmidi_217-6.debian.tar.xz for x in `cat debian/patches/series` do patch -p1 < debian/patches/$x done ln -nsf . pm_java/pm_java treetextsub \ --pattern=/usr/local/include \ --newtext=$INCDIR --keeptimes treetextsub \ --pattern=/usr/local/lib \ --newtext=$LIBDIR --keeptimes cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DJAVA_JVM_LIBRARY=$PRODTREE/openjdk15/lib \ . #--------------------------------------------------------------------- # 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 = http://fremont.mirrors.linode.com/ubuntu/ubuntu/\ pool/universe/p/portmidi/portmidi_217.orig.tar.gz url_altball = http://mirrors.maine.edu/ubuntu/pool/universe/p/\ portmidi/portmidi_217.orig.tar.gz #--------------------------------------------------------------------- [history] 170713 Added package. Started with release 217 of 2010-10-08. 180718 Reworked build procedure to fix FTBFS