summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-05-01 12:36:56 -0300
committerBermond2016-05-01 12:36:56 -0300
commite02ee8523beae71692ee7c2fe56ea4bf644aa47d (patch)
tree10087aa636be0800215784aaa0d36499c4475a1a /PKGBUILD
parent60f22e105a4bb33b4707a4a85deabd6941853b92 (diff)
downloadaur-e02ee8523beae71692ee7c2fe56ea4bf644aa47d.tar.gz
New upstream option: --with-flif
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 5 insertions, 3 deletions
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 \