# vapoursynth-mvtools/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/dubhater/vapoursynth-mvtools.git #--------------------------------------------------------------------- [buildtimes] 00.02 hours (or 001.33 minutes) - ThinkPad W530 i7 4x2 32GB RAM #--------------------------------------------------------------------- [settings] compiler = clang defer = glibc64 license = GNU General Public License V2 strip = no proddir = $PRODTREE/vapoursynth purge = no shareddir = yes #--------------------------------------------------------------------- [depends] meson nasm2 ninja vapoursynth-base:strict #--------------------------------------------------------------------- [configure] PP=/tmp/delete-mvtools rm -fr $PP && mkdir -p $PP cat > cython << END exec \$PRODTREE/python3/bin/cython3 \$* END chmod 755 cython PATH=`pwd`:$PATH export LACAVX=yes PATH=$PRODTREE/python3/bin:$PATH sed -e 's/b_lto=true/b_lto=false/' -i meson.build rm -fr lacobj && mkdir lacobj && cd lacobj # meson setup \ -D prefix=$PP \ -D bindir=$PP/bin \ -D buildtype=release \ -D includedir=$PP/include \ -D libdir=$PP/lib \ -D mandir=$PP/man #--------------------------------------------------------------------- [build] PP=/tmp/delete-mvtools rm -fr $PP && mkdir -p $PP PATH=`pwd`:$PATH export LACAVX=yes cd lacobj && ninja_simple_build VSPLUGDIR=$PRODTREE/vapoursynth/plugins mkdir -p $VSPLUGDIR rm -fr $VSPLUGDIR/libmvtools.so cp -p libmvtools.so \ $VSPLUGDIR/ strip -g $VSPLUGDIR/libmvtools.so rm -fr $PP #--------------------------------------------------------------------- # 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] 251227 Added package 251227 Started with e516e90f9