# Template file for 'vapoursynth' pkgname=vapoursynth version=R36 revision=1 build_style=gnu-configure hostmakedepends="automake pkg-config libtool yasm python3-Cython" makedepends="python3-devel zimg-devel libmagick-devel libass-devel" short_desc="Application for video manipulation" maintainer="lemmi " license="LGPL-2" homepage="http://www.vapoursynth.com" distfiles="https://github.com/vapoursynth/vapoursynth/archive/$version.tar.gz" checksum=8a156c5143cecd70b48e59428ec175e901510593082d3ddbc16fba93f5b6c704 case $XBPS_TARGET_MACHINE in aarch64*) broken="no upstream support" ;; esac pre_configure() { ./autogen.sh case $XBPS_TARGET_MACHINE in arm*musl) sed -i '/#include /a #include ' src/core/cpufeatures.c sed -i -e 's/HWCAP_ARM_/HWCAP_/' src/core/cpufeatures.c ;; *) ;; esac } vapoursynth-devel_package() { depends="${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.a" } }