[build] type = "cmake" [build.flags] build_dir = "build" configure = ["-Wno-dev", '-DCMAKE_CXX_FLAGS="-I/usr/include/soundtouch"'] post_install = [ "install -D -m644 ../avisynthplus.xml -t $DESTDIR/usr/share/mime/packages" ] [dependencies] build = [ "cmake", "soundtouch", "devil", ] optional = [ "devil", "soundtouch", ] runtime = [ "glibc", "hicolor-icon-theme", "libunwind", "libcxx", ] [package] description = "An improved version of the AviSynth frameserver" homepage = "https://avs-plus.net/" license = "GPL-2.0-or-later" name = "avisynthplus" version = "3.7.5" [[source]] extract_dir = "$name-$version" url = "https://github.com/AviSynth/AviSynthPlus.git#v$version" patches = [ "010-avisynthplus-fix-symbol-conflict-with-vmaf.patch" ] post_extract = [ "rm avs_core/include/avisynth.h.orig" ] [[manual_sources]] files = [ "avisynthplus.xml", "010-avisynthplus-fix-symbol-conflict-with-vmaf.patch" ]