diff -ruN graphicsmagick/PKGBUILD graphicsmagick.edit/PKGBUILD --- graphicsmagick/PKGBUILD 2014-01-02 13:51:29.411124860 +0100 +++ graphicsmagick.edit/PKGBUILD 2014-01-02 13:49:56.044459872 +0100 @@ -28,13 +28,14 @@ cd "${srcdir}/GraphicsMagick-${pkgver}" ./configure \ --prefix=/usr \ + --enable-quantum-library-names \ --enable-shared \ --with-modules \ --with-perl \ --with-gs-font-dir=/usr/share/fonts/Type1 \ - --with-quantum-depth=32 \ - --with-openmp \ - --with-threads + --with-threads \ + --with-quantum-depth=16 # Don't set this to 32. Breaks PNG support in libGraphicsMagick++ + make } Binary files graphicsmagick/.Textdatei.kate-swp and graphicsmagick.edit/.Textdatei.kate-swp differ