diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-09 03:58:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-09 03:58:56 +0000 |
commit | ebfbe6aa4a09806147654dd9e8d512cd68921e0d (patch) | |
tree | 645198602e94164a4130285756f401ae0b0756fd /extra/graphicsmagick/PKGBUILD | |
parent | 3092fe0e20f490a5f9b8b9602ffc039a22be60c0 (diff) |
Thu Jan 9 03:54:24 UTC 2014
Diffstat (limited to 'extra/graphicsmagick/PKGBUILD')
-rw-r--r-- | extra/graphicsmagick/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/graphicsmagick/PKGBUILD b/extra/graphicsmagick/PKGBUILD index 09b123e8e..ab01cf9e2 100644 --- a/extra/graphicsmagick/PKGBUILD +++ b/extra/graphicsmagick/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 203038 2014-01-02 10:14:56Z bisson $ +# $Id: PKGBUILD 203337 2014-01-08 07:32:11Z bisson $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> @@ -6,7 +6,7 @@ pkgname=graphicsmagick pkgver=1.3.19 -pkgrel=1 +pkgrel=2 pkgdesc='Image processing system' url='http://www.graphicsmagick.org/' arch=('i686' 'x86_64') @@ -32,8 +32,7 @@ build() { --with-modules \ --with-perl \ --with-gs-font-dir=/usr/share/fonts/Type1 \ - --with-quantum-depth=32 \ - --with-openmp \ + --with-quantum-depth=16 \ --with-threads make } |