PKGNAME=vapoursynth
PKGSEC=video
PKGDEP="ffmpeg python-3 shared-mime-info tesseract zimg imagemagick libass"
BUILDDEP="cython"
BUILDDEP__AMD64="${BUILDDEP} sphinx"
PKGDES="An application suite for video manipulation"

ABSHADOW=0

ABTYPE=autotools
AUTOTOOLS_AFTER=(
    '--prefix=/usr'
    'PYTHON=/usr/bin/python3'
    'PKG_CONFIG_PATH=/usr/lib/imagemagick-7/pkgconfig:/usr/lib/pkgconfig'
)
AUTOTOOLS_AFTER__AMD64=(
    "${AUTOTOOLS_AFTER[@]}"
    '--enable-x86-asm=yes'
)
