# portmidi/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 \ https://github.com/PortMidi/PortMidi.git #--------------------------------------------------------------------- [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 cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ -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 = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 170713 Added package 170713 Started with release 217 of 2010-10-08 180718 Reworked build procedure to fix FTBFS 241024 Updated to 7a5de5b75 ("git" hash)