diff options
author | Tércio Martins | 2018-07-12 11:29:09 -0300 |
---|---|---|
committer | Tércio Martins | 2018-07-12 11:29:09 -0300 |
commit | f4d59b91a2310e1f166eb039241c10b4c5162944 (patch) | |
tree | f040c2ca633cfe1b31a5ccf45b6be6360251c9c2 | |
parent | 4cd32be6379b6937ad3c0dfbaf477fd401c680f1 (diff) | |
download | aur-f4d59b91a2310e1f166eb039241c10b4c5162944.tar.gz |
Upgrade to version 2.3.13
-rw-r--r-- | .SRCINFO | 27 | ||||
-rw-r--r-- | PKGBUILD | 42 |
2 files changed, 35 insertions, 34 deletions
@@ -1,33 +1,32 @@ pkgbase = openfx-arena pkgdesc = Extra OpenFX plugins for Natron - pkgver = 2.3.10 + pkgver = 2.3.13 pkgrel = 1 - url = https://github.com/olear/openfx-arena + url = https://github.com/NatronGitHub/openfx-arena arch = x86_64 - license = GPL2 + license = GPL makedepends = git - depends = imagemagick depends = libcdr + depends = libgl + depends = libmagick depends = librsvg - depends = libtool + depends = libxt depends = libzip + depends = ocl-icd depends = opencolorio depends = poppler-glib - optdepends = natron-plugins - optdepends = openfx-gmic-bin - source = ::git+https://github.com/NatronGitHub/openfx-arena.git#commit=7da90f3f855d880572a9214445ba861a884a9132 - source = git+https://github.com/devernay/openfx.git - source = git+https://github.com/devernay/openfx-supportext.git - source = git+https://github.com/MrKepzie/openfx-io.git - source = git+https://github.com/MrKepzie/SequenceParsing - source = git+https://github.com/MrKepzie/tinydir + source = openfx-arena::git+https://github.com/NatronGitHub/openfx-arena#tag=Natron-2.3.13 + source = git+https://github.com/NatronGitHub/openfx + source = git+https://github.com/NatronGitHub/openfx-supportext + source = git+https://github.com/NatronGitHub/openfx-io + source = git+https://github.com/NatronGitHub/SequenceParsing + source = git+https://github.com/NatronGitHub/tinydir md5sums = SKIP md5sums = SKIP md5sums = SKIP md5sums = SKIP md5sums = SKIP md5sums = SKIP - depends_x86_64 = gcc-libs-multilib pkgname = openfx-arena @@ -1,24 +1,22 @@ -# Maintainer: Hugo Courtial <hugo [at] courtial [not colon] me> -# Maintainer: Luca Weiss <luca (at) z3ntu (dot) xyz> +# Maintainer: Tércio Martins <echo dGVyY2lvd2VuZGVsQGdtYWlsLmNvbQo= | base64 -d> +# Contributor: Hugo Courtial <hugo [at] courtial [not colon] me> +# Contributor: Luca Weiss <luca (at) z3ntu (dot) xyz> pkgname=openfx-arena -pkgver=2.3.10 +pkgver=2.3.13 pkgrel=1 arch=("x86_64") pkgdesc="Extra OpenFX plugins for Natron" -url="https://github.com/olear/openfx-arena" -license=("GPL2") +url="https://github.com/NatronGitHub/openfx-arena" +license=("GPL") makedepends=("git") -depends=("imagemagick" "libcdr" "librsvg" "libtool" "libzip" "opencolorio" "poppler-glib") -optdepends=("natron-plugins" "openfx-gmic-bin") -depends_x86_64=("gcc-libs-multilib") -com=7da90f3f855d880572a9214445ba861a884a9132 -source=("$name::git+https://github.com/NatronGitHub/openfx-arena.git#commit=$com" - "git+https://github.com/devernay/openfx.git" - "git+https://github.com/devernay/openfx-supportext.git" - "git+https://github.com/MrKepzie/openfx-io.git" - "git+https://github.com/MrKepzie/SequenceParsing" - "git+https://github.com/MrKepzie/tinydir") +depends=('libcdr' 'libgl' 'libmagick' 'librsvg' 'libxt' 'libzip' 'ocl-icd' 'opencolorio' 'poppler-glib') +source=("$pkgname::git+https://github.com/NatronGitHub/openfx-arena#tag=Natron-$pkgver" + "git+https://github.com/NatronGitHub/openfx" + "git+https://github.com/NatronGitHub/openfx-supportext" + "git+https://github.com/NatronGitHub/openfx-io" + "git+https://github.com/NatronGitHub/SequenceParsing" + "git+https://github.com/NatronGitHub/tinydir") md5sums=('SKIP' 'SKIP' 'SKIP' @@ -29,14 +27,14 @@ md5sums=('SKIP' prepare() { cd "$srcdir/$pkgname" git config submodule.OpenFX.url $srcdir/openfx - git config submodule.SupportExt.url $srcdir/openfx-supportext git config submodule.OpenFX-IO.url $srcdir/openfx-io + git config submodule.SupportExt.url $srcdir/openfx-supportext git submodule update cd OpenFX-IO - git config submodule.IOSupport/SequenceParsing.url $srcdir/SequenceParsing - git config submodule.SupportExt.url $srcdir/openfx-supportext git config submodule.openfx.url $srcdir/openfx + git config submodule.SupportExt.url $srcdir/openfx-supportext + git config submodule.IOSupport/SequenceParsing.url $srcdir/SequenceParsing git submodule update cd IOSupport/SequenceParsing @@ -46,11 +44,15 @@ prepare() { build() { cd "$srcdir/$pkgname" - make CONFIG=release + make CONFIG=release \ + IM=7 } package() { cd "$srcdir/$pkgname" mkdir -p "$pkgdir/usr/OFX/Plugins" - make install PLUGINPATH=$pkgdir/usr/OFX/Plugins CONFIG=release + make install PLUGINPATH=$pkgdir/usr/OFX/Plugins \ + CONFIG=release \ + IM=7 } + |