# vapoursynth/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 \ --checkout=R73 \ https://github.com/vapoursynth/vapoursynth.git #--------------------------------------------------------------------- 2. This package builds and installs two parts of "vapoursynth", a 'C' package and a PyPi module. The release numbers for the two parts need to be the same. #--------------------------------------------------------------------- [buildtimes] 00.03 hours (or 001.73 minutes) - ThinkPad W530 i7 4x2 32GB RAM #--------------------------------------------------------------------- [settings] compiler = gcc defer = glibc64 ldbefore = -lpthread -lc fortran = disabled license = See "license*.txt" in installed tree licfile = COPYING.LESSER nls = disabled strip = no proddir = $PRODTREE/vapoursynth purge = yes shareddir = yes setpaths = vapoursynth #--------------------------------------------------------------------- [depends] cython libzimg meson ninja python3-core:strict #--------------------------------------------------------------------- [configure] PP=$PKGDIR_PROD PLUGDIR=$PP/plugins mkdir -p $PLUGDIR 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 \ -D plugindir=$PLUGDIR #--------------------------------------------------------------------- [build] PATH=`pwd`:$PATH export LACAVX=yes cd lacobj && ninja_simple_build #--------------------------------------------------------------------- [postbuild] pip3install vapoursynth #--------------------------------------------------------------------- # 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 76762f6a0 - same as R73