From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 05 13:15:55 2022 Received: (at 59056) by debbugs.gnu.org; 5 Nov 2022 17:15:55 +0000 Received: from localhost ([127.0.0.1]:57925 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orMlv-0000SR-Ad for submit@debbugs.gnu.org; Sat, 05 Nov 2022 13:15:55 -0400 Received: from knopi.disroot.org ([178.21.23.139]:45626) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1orMls-0000S4-OD for 59056@debbugs.gnu.org; Sat, 05 Nov 2022 13:15:54 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4C2A44128C; Sat, 5 Nov 2022 18:15:51 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RcryW_z8vaVN; Sat, 5 Nov 2022 18:15:50 +0100 (CET) From: "(" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1667668550; bh=jalEY6b8ko3gJ7QQYlrv0NrOCAf7xPLGkLcQfQyaKVI=; h=From:To:Cc:Subject:Date:From; b=OLudSUyKpS9EYdPu7mR6gtDC/ii1k5e1HXF+CUYRRJaxf2r/iF4tsp9dhPgaCp9tD 2gWzKvPjEOdeXBYSnIJm1diCAvE03eHLY8+1IEf3chKmEBGYUBsTbLyHvzavphazOi FW5TCVJDZLKatEKNKJ5jsRAzhzNWyfmiGqXykiyYaOKxsMrisoxVvGam1YUYspJ6HM 7r42jc3rfnvJnpu7cznbUamXn6D4CsmYuBdKpXT4h9SzTKHMF8nKK+PH5pKoT4Ne4s ciXq5MZ1gS1tr2hHH2vkSOVnQLwYBjg0/njtmd6Ws9lJfS5GdIkPJHvHelQA0ou8HA TkonPAfit08zg== To: 59056@debbugs.gnu.org Subject: [PATCH 1/3] gnu: glad: Rename to GLAD-1. Date: Sat, 5 Nov 2022 17:15:40 +0000 Message-Id: <20221105171542.19571-1-paren@disroot.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/gl.scm (glad-1): New variable. (glad): Define as GLAD-1. --- gnu/packages/gl.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 68c751ace5..93524988a9 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -17,6 +17,7 @@ ;;; Copyright © 2021 Ivan Gankevich X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) * gnu/packages/gl.scm (glad-1): New variable. (glad): Define as GLAD-1. --- gnu/packages/gl.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm index 68c751ace5..93524988a9 100644 --- a/gnu/packages/gl.scm +++ b/gnu/packages/gl.scm @@ -17,6 +17,7 @@ ;;; Copyright © 2021 Ivan Gankevich ;;; Copyright © 2021 John Kehayias ;;; Copyright © 2022 Petr Hodina +;;; Copyright © 2022 ( ;;; ;;; This file is part of GNU Guix. ;;; @@ -189,7 +190,7 @@ (define-public ftgl Polygon meshes, and Extruded polygon meshes.") (license license:x11))) -(define-public glad +(define-public glad-1 (package (name "glad") (version "0.1.36") @@ -221,6 +222,8 @@ (define-public glad generate a GL/GLES/EGL/GLX/WGL loader tailored for specific requirements.") (license license:expat))) +(define glad glad-1) + (define-public s2tc (package (name "s2tc") -- 2.38.0