summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-02-27 10:05:21 -0300
committerDaniel Bermond2017-02-27 10:05:21 -0300
commit9a6e095323c3eb9ee106c7c034d3b604a051c521 (patch)
tree20227903a6c57de41f59c18cb1707ff72f4419f9
parent7422cff6d59f561829512db0e20c327e289fd0f0 (diff)
downloadaur-9a6e095323c3eb9ee106c7c034d3b604a051c521.tar.gz
Added support for umem (libumem)
Although configure option --with-umem was specified, there was no umem package available in repositories or in the AUR that can be used as a dependency to give compilation support. As a result, umem was not being detected at configure time and the package was without umem suppport. Now that libumem-git is available in the AUR the support can finally be done.
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e04913457ae4..fe3feda36a11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 25 23:40:55 UTC 2017
+# Mon Feb 27 13:04:26 UTC 2017
pkgbase = imagemagick-full-git
pkgdesc = An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)
- pkgver = 7.0.5.1.r11697.ga815864fb
+ pkgver = 7.0.5.1.r11698.gc48b5e5dc
pkgrel = 1
url = http://www.imagemagick.org/
arch = i686
@@ -47,6 +47,7 @@ pkgbase = imagemagick-full-git
depends = libxml2
depends = libmpeg2
depends = opencl-icd-loader
+ depends = libumem-git
optdepends = ttf-mac-fonts: for Apple fonts support
provides = imagemagick
provides = imagemagick-full
diff --git a/PKGBUILD b/PKGBUILD
index 494d3e054cb0..16cfa7c981b2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ _windows_font_dir="/usr/share/fonts/WindowsFonts"
_1st_apple_font_dir="/usr/share/fonts/TTF"
_2nd_apple_font_dir="/usr/share/fonts/Type1"
pkgname=imagemagick-full-git
-pkgver=7.0.5.1.r11697.ga815864fb
+pkgver=7.0.5.1.r11698.gc48b5e5dc
pkgrel=1
pkgdesc="An image viewing/manipulation program (Q32 HDRI with all libs and features, Git version)"
arch=('i686' 'x86_64')
@@ -37,7 +37,7 @@ license=('custom')
depends=('jemalloc' 'bzip2' 'libx11' 'libxext' 'libxt' 'libsm' 'zlib' 'autotrace-nomagick' 'fftw' 'flif'
'libfpx' 'djvulibre' 'ttf-dejavu' 'fontconfig' 'freetype2' 'libraqm' 'ghostscript' 'gsfonts'
'graphviz' 'jbigkit' 'libjpeg-turbo' 'lcms' 'lcms2' 'openjpeg2' 'liblqr' 'xz' 'glu' 'openexr' 'pango'
- 'libpng' 'librsvg' 'libtiff' 'libwebp' 'libwmf' 'libxml2' 'libmpeg2' 'opencl-icd-loader')
+ 'libpng' 'librsvg' 'libtiff' 'libwebp' 'libwmf' 'libxml2' 'libmpeg2' 'opencl-icd-loader' 'libumem-git')
optdepends=('ttf-mac-fonts: for Apple fonts support')
makedepends=('git' 'opencl-headers')
provides=("imagemagick" "imagemagick-full" "imagemagick-git" "imagemagick-fftw"