summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBermond2016-05-01 12:36:56 -0300
committerBermond2016-05-01 12:36:56 -0300
commite02ee8523beae71692ee7c2fe56ea4bf644aa47d (patch)
tree10087aa636be0800215784aaa0d36499c4475a1a
parent60f22e105a4bb33b4707a4a85deabd6941853b92 (diff)
downloadaur-e02ee8523beae71692ee7c2fe56ea4bf644aa47d.tar.gz
New upstream option: --with-flif
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD8
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 161280028516..572b36d645ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun May 1 15:31:26 UTC 2016
+# Sun May 1 15:35:24 UTC 2016
pkgbase = imagemagick-full-git
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)
- pkgver = 7.0.0.0.r10577.g0ff89d1
- pkgrel = 3
+ pkgver = 7.0.1.1.r10810.g5e3914e
+ pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = imagemagick-full-git
depends = zlib
depends = autotrace-nomagick
depends = fftw
+ depends = flif-git
depends = libfpx
depends = djvulibre
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index daac125697da..e2bd598b51b8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,13 +15,13 @@ _dejavu_font_dir="/usr/share/fonts/TTF"
_gs_font_dir="/usr/share/fonts/Type1"
_windows_font_dir="/usr/share/fonts/WindowsFonts"
pkgname=imagemagick-full-git
-pkgver=7.0.0.0.r10577.g0ff89d1
-pkgrel=3
+pkgver=7.0.1.1.r10810.g5e3914e
+pkgrel=1
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)"
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
license=('custom')
-depends=('jemalloc' 'bzip2' 'libx11' 'libxext' 'libxt' 'libsm' 'zlib' 'autotrace-nomagick' 'fftw'
+depends=('jemalloc' 'bzip2' 'libx11' 'libxext' 'libxt' 'libsm' 'zlib' 'autotrace-nomagick' 'fftw' 'flif-git'
'libfpx' 'djvulibre' 'fontconfig' 'freetype2' 'libraqm' 'ghostscript' 'gsfonts' 'graphviz'
'jbigkit' 'libjpeg-turbo' 'lcms' 'lcms2' 'openjpeg2' 'liblqr' 'xz' 'openexr' 'pango' 'libpng'
'librsvg' 'libtiff' 'libwebp' 'libwmf' 'libxml2' 'libmpeg2' 'opencl-headers' 'ocl-icd')
@@ -62,6 +62,7 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname}"
+ CPPFLAGS="-I/usr/include/FLIF" \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@@ -90,6 +91,7 @@ build() {
--with-autotrace \
--without-dps \
--with-fftw \
+ --with-flif \
--with-fpx \
--with-djvu \
--with-fontconfig \