# rgvs/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/vapoursynth/vs-removegrain.git #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.13 minutes) - ThinkPad W530 i7 4x2 32GB RAM #--------------------------------------------------------------------- [settings] compiler = clang defer = glibc64 license = DWTFYW Public Liense V2 strip = no proddir = $PRODTREE/vapoursynth purge = no shareddir = yes #--------------------------------------------------------------------- [depends] meson ninja vapoursynth-base:strict #--------------------------------------------------------------------- [configure] PP=/tmp/delete-rgvs 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 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-rgvs 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/libremovegrain.so* cp -p libremovegrain.so \ $VSPLUGDIR/ strip -g $VSPLUGDIR/libremovegrain.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 89ca38a69