# Maintainer: Hugo Courtial # Maintainer: Luca Weiss pkgname=openfx-arena-git name=openfx-arena pkgver=2.3.7 pkgrel=1 arch=("x86_64") pkgdesc="A set of Readers/Writers plugins written using the OpenFX standard" url="https://github.com/MrKepzie/openfx-io" license=("GPL2") depends=("seexpr" "openimageio" "ffmpeg") #depends=("opencolorio" "openexr" "openimageio" "ffmpeg" "boost-libs") makedepends=("git" "expat" "boost") optdepends=("openfx-gmic-bin" "natron-plugins") com=ea53c749c81e8ce41de279edd911432fc4bb6aad source=("$name::git+https://github.com/NatronGitHub/openfx-arena.git#commit=$com" ) sha512sums=('SKIP' ) _bits=32 ; [[ "$CARCH" = 'x86_64' ]] && _bits=64 prepare() { cd "$srcdir/$name" git submodule update --init --recursive } build() { cd "$srcdir/$name" make CONFIG=release BITS=$_bits } package() { cd "$srcdir/$name" mkdir -p "$pkgdir/usr/OFX/Plugins" make install PLUGINPATH=$pkgdir/usr/OFX/Plugins CONFIG=release BITS=$_bits }