summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-01-13 15:44:14 -0400
committerYour Name2018-01-13 15:44:14 -0400
commit7eb3f1f75ebec4115c5ae1ee153c6065593778ef (patch)
tree2c57a1053fdc419b0a201a398c5d80bec0559b5a
parentdcd2e0df3f10615e14cb5c45a5d17e5ef61d2946 (diff)
downloadaur-7eb3f1f75ebec4115c5ae1ee153c6065593778ef.tar.gz
im6 fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6f283d195d1..8e3e4a1ab406 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = synfigstudio-git
pkgdesc = Professional vector animation program (GUI)
pkgver = r8165.bd7d8b2cc
- pkgrel = 1
+ pkgrel = 2
url = http://synfig.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b26be851d434..b62c60d0d0a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=synfigstudio-git
pkgver=r8165.bd7d8b2cc
-pkgrel=1
+pkgrel=2
pkgdesc="Professional vector animation program (GUI)"
arch=(i686 x86_64)
url="http://synfig.org"
@@ -24,7 +24,7 @@ pkgver() {
build() {
cd "$srcdir"/synfig/synfig-studio
- export PKG_CONFIG_PATH=/usr/lib/ffmpeg0.10/pkgconfig:$PKG_CONFIG_PATH
+ export PKG_CONFIG_PATH=/usr/lib/ffmpeg0.10/pkgconfig:/usr/lib/imagemagick6/pkgconfig:$PKG_CONFIG_PATH
LDFLAGS="$LDFLAGS -Wl,-rpath -Wl,/usr/lib/ffmpeg0.10"
CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS"
CXXFLAGS="$CXXFLAGS -D__STDC_CONSTANT_MACROS -std=gnu++11"