From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1feLnF-0005Fq-DP for guix-patches@gnu.org; Sat, 14 Jul 2018 10:45:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1feLnD-0006wZ-4f for guix-patches@gnu.org; Sat, 14 Jul 2018 10:45:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52277) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1feLnD-0006wT-04 for guix-patches@gnu.org; Sat, 14 Jul 2018 10:45:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1feLnC-0000MM-QN for guix-patches@gnu.org; Sat, 14 Jul 2018 10:45:02 -0400 Subject: [bug#32155] [PATCH 3/4] gnu: Add stb-image-write. Resent-Message-ID: From: Marius Bakke Date: Sat, 14 Jul 2018 16:43:54 +0200 Message-Id: <20180714144355.31152-3-mbakke@fastmail.com> In-Reply-To: <20180714144355.31152-1-mbakke@fastmail.com> References: <20180714144355.31152-1-mbakke@fastmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 32155@debbugs.gnu.org * gnu/packages/stb.scm (stb-image-write): New public variable. --- gnu/packages/stb.scm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/stb.scm b/gnu/packages/stb.scm index 148e8dbdb..7abaaba6b 100644 --- a/gnu/packages/stb.scm +++ b/gnu/packages/stb.scm @@ -93,3 +93,9 @@ the C programming language.") "stb-image" "2.19" "stb-image is a small and self-contained library for image loading or decoding from file or memory. A variety of formats are supported.")) + +(define-public stb-image-write + (make-stb-header-package + "stb-image-write" "1.09" + "stb-image-write is a small library for writing image files to the +C@tie{}@code{stdio} interface.")) -- 2.18.0