From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: [PATCH 2/2] gnu: graphicsmagick: Build with 16 bit quantum depth. Date: Wed, 8 Mar 2017 00:46:49 +0530 Message-ID: <20170307191649.7479-2-arunisaac@systemreboot.net> References: <20170307191649.7479-1-arunisaac@systemreboot.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1clKbg-0007b6-Pv for guix-devel@gnu.org; Tue, 07 Mar 2017 14:17:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1clKbc-000433-RO for guix-devel@gnu.org; Tue, 07 Mar 2017 14:17:12 -0500 Received: from [117.218.232.8] (port=52204 helo=systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1clKbc-00042P-9p for guix-devel@gnu.org; Tue, 07 Mar 2017 14:17:08 -0500 Received: from [103.194.14.49] (helo=systemreboot.net) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.88) (envelope-from ) id 1clKbX-0000l1-S3 for guix-devel@gnu.org; Wed, 08 Mar 2017 00:47:03 +0530 In-Reply-To: <20170307191649.7479-1-arunisaac@systemreboot.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Octave requires graphicsmagick to be built with 16 bit quantum depth. * gnu/packages/imagemagick.scm (graphicsmagick)[arguments]: Add "--with-quantum-depth=16" to #:configure-flags. --- gnu/packages/imagemagick.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm index 74483965d..65e42fe3e 100644 --- a/gnu/packages/imagemagick.scm +++ b/gnu/packages/imagemagick.scm @@ -187,6 +187,7 @@ script.") (list "--with-frozenpaths" "--enable-shared=yes" "--with-x=yes" + "--with-quantum-depth=16" (string-append "--with-gs-font-dir=" (assoc-ref %build-inputs "gs-fonts") "/share/fonts/type1/ghostscript")))) -- 2.11.0