# removedirt/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/pinterf/RemoveDirt.git #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.07 minutes) - ThinkPad W530 i7 4x2 32GB RAM #--------------------------------------------------------------------- [settings] compiler = clang defer = glibc64 license = See "license*.txt" in installed tree strip = no proddir = $PRODTREE/vapoursynth purge = no shareddir = yes #--------------------------------------------------------------------- [depends] ffms2 meson ninja rgvs vapoursynth-base:strict vapoursynth-mvtools #--------------------------------------------------------------------- [configure] cat > cython << END exec \$PRODTREE/python3/bin/cython3 \$* END chmod 755 cython PATH=`pwd`:$PATH export LACAVX=yes cmake . #--------------------------------------------------------------------- [build] smpmake VSDIR=$PRODTREE/vapoursynth VSDOCDIR=$VSDIR/doc VSPLUGDIR=$VSDIR/plugins mkdir -p $VSDOCDIR $VSPLUGDIR rm -fr $VSPLUGDIR/libremovedirt.so* cp -p RemoveDirt/libremovedirt.so $VSPLUGDIR/ cp -p LICENSE $VSDOCDIR/license-removedirt.txt strip -g $VSPLUGDIR/*.so #--------------------------------------------------------------------- # 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 91faf7aa3