diff options
author | Daniel Bermond | 2017-02-27 10:05:21 -0300 |
---|---|---|
committer | Daniel Bermond | 2017-02-27 10:05:21 -0300 |
commit | 9a6e095323c3eb9ee106c7c034d3b604a051c521 (patch) | |
tree | 20227903a6c57de41f59c18cb1707ff72f4419f9 /PKGBUILD | |
parent | 7422cff6d59f561829512db0e20c327e289fd0f0 (diff) | |
download | aur-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.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |