# Maintainer: Daniel Bermond < yahoo-com: danielbermond > # NOTE (1): # DPS (Display PostScript) feature is obsolete and thus not enabled. # For more information about DPS being obsolete please visit: # http://www.x.org/releases/X11R7.7/doc/xorg-docs/graphics/dps.html # NOTE (2): # Change font directories bellow to match yours. # DeJaVu and GhostScript font directories provided bellow are the default ones. # Windows font directory provided bellow is set according to the example in Arch Linux Wiki. # This Windows font directory example is for people that copy/link fonts from a Windows # installation. If you prefer, you can choose an AUR package that provides the Windows fonts # as described in the Wiki and change the directory accordingly. _dejavu_font_dir='/usr/share/fonts/TTF' _gs_font_dir='/usr/share/fonts/Type1' _windows_font_dir='/usr/share/fonts/WindowsFonts' _1st_apple_font_dir='/usr/share/fonts/TTF' _2nd_apple_font_dir='/usr/share/fonts/Type1' _digest='http://www.imagemagick.org/download/digest.rdf' _srcname='ImageMagick' _srcver="$(curl -s "$_digest" | grep -o "${_srcname}-7[0-9\.-]*\.tar\.xz" | sed 's/[^0-9\.-]*//g' | sed -r 's/.//;s/.{2}$//' | sort -r | head -n1)" _srcver_regex="$(printf '%s' "$_srcver" | sed 's/\./\\\./g')" # translate to a regular expression _qdepth='32' pkgbase=imagemagick-full pkgname=('imagemagick-full' 'imagemagick-full-doc') pkgver="$(printf '%s' "$_srcver"| tr '-' '.')" # ImageMagick does not provide a download archive of all previous versions pkgrel=1 arch=('i686' 'x86_64') url='http://www.imagemagick.org/' license=('custom') makedepends=( # official repositories: 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2' 'libraw' 'opencl-headers' 'opencl-icd-loader' 'libwebp' 'glu' 'bzip2' 'djvulibre' 'ttf-dejavu' 'fftw' 'freetype2' 'fontconfig' 'gsfonts' 'graphviz' 'jbigkit' 'jemalloc' 'lcms2' 'libjpeg-turbo' 'libpng' 'libtiff' 'pango' 'perl' 'xz' 'zlib' # AUR: 'autotrace-nomagick' 'flif' 'libfpx' 'libraqm' 'libumem-git' ) source=("http://www.imagemagick.org/download/${_srcname}-${_srcver}.tar.xz") sha256sums=("$(curl -s "$_digest" | grep -A5 "${_srcname}-${_srcver_regex}\.tar\.xz" | grep 'sha256' | grep -oE '>[[:alnum:]]*?<' | sed 's/[><]//g')") build() { cd "${_srcname}-${_srcver}" CPPFLAGS='-I/usr/include/FLIF' \ ./configure \ --prefix='/usr' \ --sysconfdir='/etc' \ --enable-openmp \ --enable-opencl \ --enable-largefile \ --enable-static='no' \ --enable-shared='yes' \ --enable-fast-install='yes' \ --disable-delegate-build \ --enable-cipher \ --enable-hdri \ --enable-hugepages \ --enable-docs \ --with-threads \ --with-modules \ --with-quantum-depth="${_qdepth}" \ --with-magick-plus-plus \ --with-perl \ --with-perl-options='INSTALLDIRS=vendor' \ --with-jemalloc \ --with-umem \ --with-bzlib \ --with-x \ --with-zlib \ --with-autotrace \ --without-dps \ --with-fftw \ --with-flif \ --with-fpx \ --with-djvu \ --with-fontconfig \ --with-freetype \ --with-raqm \ --with-gslib \ --with-gvc \ --with-jbig \ --with-jpeg \ --with-lcms \ --with-openjp2 \ --with-lqr \ --with-lzma \ --with-openexr \ --with-pango \ --with-png \ --with-rsvg \ --with-tiff \ --with-webp \ --with-wmf \ --with-xml \ --with-dejavu-font-dir="$_dejavu_font_dir" \ --with-gs-font-dir="$_gs_font_dir" \ --with-windows-font-dir="$_windows_font_dir" \ --with-apple-font-dir="$_1st_apple_font_dir" \ --with-fontpath="$_2nd_apple_font_dir" make } package_imagemagick-full() { pkgdesc="An image viewing/manipulation program (Q${_qdepth} HDRI with all libs and features)" depends=( # official repositories: 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' 'openexr' 'libwmf' 'librsvg' 'libxml2' 'liblqr' 'openjpeg2' 'libraw' 'opencl-icd-loader' 'libwebp' 'glu' 'bzip2' 'djvulibre' 'ttf-dejavu' 'fftw' 'freetype2' 'fontconfig' 'gsfonts' 'graphviz' 'jbigkit' 'jemalloc' 'lcms2' 'libjpeg-turbo' 'libpng' 'libtiff' 'pango' 'perl' 'xz' 'zlib' # AUR: 'autotrace-nomagick' 'flif' 'libfpx' 'libraqm' 'libumem-git' ) optdepends=( # AUR: 'ttf-mac-fonts: for Apple fonts support' ) provides=('imagemagick' 'imagemagick7' 'imagemagick-fftw' "libMagickCore-${pkgver%%.*}.Q${_qdepth}HDRI.so" "libMagickWand-${pkgver%%.*}.Q${_qdepth}HDRI.so" "libMagick++-${pkgver%%.*}.Q${_qdepth}HDRI.so") conflicts=('imagemagick' 'imagemagick7' 'imagemagick-fftw' 'imagemagick-no-hdri' 'imagemagick-git' 'imagemagick-full-git') backup=("etc/ImageMagick-${pkgver%%.*}/coder.xml" "etc/ImageMagick-${pkgver%%.*}/colors.xml" "etc/ImageMagick-${pkgver%%.*}/delegates.xml" "etc/ImageMagick-${pkgver%%.*}/log.xml" "etc/ImageMagick-${pkgver%%.*}/magic.xml" "etc/ImageMagick-${pkgver%%.*}/mime.xml" "etc/ImageMagick-${pkgver%%.*}/policy.xml" "etc/ImageMagick-${pkgver%%.*}/quantization-table.xml" "etc/ImageMagick-${pkgver%%.*}/thresholds.xml" "etc/ImageMagick-${pkgver%%.*}/type.xml" "etc/ImageMagick-${pkgver%%.*}/type-dejavu.xml" "etc/ImageMagick-${pkgver%%.*}/type-ghostscript.xml" "etc/ImageMagick-${pkgver%%.*}/type-windows.xml") options=('!docs' 'libtool' '!emptydirs') cd "${_srcname}-${_srcver}" make DESTDIR="$pkgdir" install install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -D -m644 NOTICE "${pkgdir}/usr/share/licenses/${pkgname}/NOTICE" # security fix # https://www.imagemagick.org/discourse-server/viewtopic.php?f=4&t=29588 # https://imagetragick.com/ sed -i '65i\ \' "${pkgdir}/etc/ImageMagick-${pkgver%%.*}/policy.xml" sed -i '66i\ \' "${pkgdir}/etc/ImageMagick-${pkgver%%.*}/policy.xml" sed -i '67i\ \' "${pkgdir}/etc/ImageMagick-${pkgver%%.*}/policy.xml" sed -i '68i\ \' "${pkgdir}/etc/ImageMagick-${pkgver%%.*}/policy.xml" sed -i '69i\ \' "${pkgdir}/etc/ImageMagick-${pkgver%%.*}/policy.xml" sed -i '70i\ \' "${pkgdir}/etc/ImageMagick-${pkgver%%.*}/policy.xml" sed -i '71i\ \' "${pkgdir}/etc/ImageMagick-${pkgver%%.*}/policy.xml" sed -i '72i\ \' "${pkgdir}/etc/ImageMagick-${pkgver%%.*}/policy.xml" sed -i '73i\ \' "${pkgdir}/etc/ImageMagick-${pkgver%%.*}/policy.xml" } package_imagemagick-full-doc() { pkgdesc='The ImageMagick documentation (utilities manuals and libraries API)' arch=('any') provides=('imagemagick-doc') conflicts=('imagemagick-doc' 'imagemagick-git-doc' 'imagemagick-full-doc-git') cd "${_srcname}-${_srcver}" make DESTDIR="$pkgdir" install-data-html install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -D -m644 NOTICE "${pkgdir}/usr/share/licenses/${pkgname}/NOTICE" }