summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2019-07-26 21:58:37 -0300
committerTércio Martins2019-07-26 21:58:37 -0300
commitf4242aad0ce3aa7709c2908196391fbf693c7bd4 (patch)
tree274e8f622899a85363a66380a64efe2c61a6cc92
parent2cde3928ef614b02edf76d36ffcda527994e9be1 (diff)
downloadaur-f4242aad0ce3aa7709c2908196391fbf693c7bd4.tar.gz
ImageMagick patch removed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rw-r--r--im7.patch10
3 files changed, 4 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d6b96bccdae..8f6276891a38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openfx-arena
pkgdesc = Extra OpenFX plugins for Natron
pkgver = 2.3.14
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/NatronGitHub/openfx-arena
arch = i686
arch = x86_64
@@ -22,14 +22,12 @@ pkgbase = openfx-arena
source = git+https://github.com/NatronGitHub/openfx-io
source = git+https://github.com/NatronGitHub/SequenceParsing
source = git+https://github.com/NatronGitHub/tinydir
- source = im7.patch
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
- md5sums = 2e4cf8665b074afe84d743ea86e9e89e
pkgname = openfx-arena
diff --git a/PKGBUILD b/PKGBUILD
index 71f905ba0db9..fee696f176ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=openfx-arena
pkgver=2.3.14
-pkgrel=3
+pkgrel=4
arch=("i686" "x86_64")
pkgdesc="Extra OpenFX plugins for Natron"
url="https://github.com/NatronGitHub/openfx-arena"
@@ -17,15 +17,13 @@ source=("$pkgname::git+https://github.com/NatronGitHub/openfx-arena#tag=Natron-$
"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"
- "im7.patch")
+ "git+https://github.com/NatronGitHub/tinydir")
md5sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
- '2e4cf8665b074afe84d743ea86e9e89e')
+ 'SKIP')
# Check the ImageMagick version
_IM_VERSION=$(echo `identify -version` | tr -dc '0-9' | cut -c 1)
diff --git a/im7.patch b/im7.patch
deleted file mode 100644
index 5057ac6ae647..000000000000
--- a/im7.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-# Patch created to fix an ImageMagick bug introduced in version 7.0.8.
-# The error has already been fixed, and the fix will be made available in the next stable release.
-# Further details at the link below:
-# https://github.com/ImageMagick/ImageMagick/pull/1371
-
-10c10,11
-< MAGICK_LINKFLAGS = $(shell pkg-config Magick++ --libs --static)
----
-> MAGICK_LINKFLAGS = $(shell pkg-config Magick++ --libs --static | sed "s/MAGICK_EXTRA_DEP_LIBS//g")
->