# movit/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The following command was used: ocgitfetch --run https://git.sesse.net/movit #--------------------------------------------------------------------- [buildtimes] 00.08 hours (or 004.57 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING setpaths = eigen3, fftw, sdl2 tmpsize = 355M unpack = relaxed #--------------------------------------------------------------------- [depends] actools alsa eigen3 fftw gawk grep libpng libsamplerate sdl sed xorg # For "epoxy" #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE aclocal libtoolize --install --copy autoconf tar jxf $PKGDIR_SPECIAL/gtest-git-180922.tar.bz2 ln -s gtest*/*googletest gtest cd gtest GTDIR=`pwd` cd .. sed -e "s@GTEST_DIR ?=.*@GTEST_DIR ?= $GTDIR@" \ -i Makefile.in bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- # 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] 180922 Added package. Started with 180922 ("git" date). 190412 Updated to b3d1c89c7 ("git" hash) 191009 Updated to f0c772092 (same as 1.6.3)