GNU bug report logs - #60642
[PATCH staging] gnu: glew: Update to 2.2.0.

Previous Next

Package: guix-patches;

Reported by: Parnikkapore <poomklao <at> yahoo.com>

Date: Sun, 8 Jan 2023 04:07:01 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60642 in the body.
You can then email your comments to 60642 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#60642; Package guix-patches. (Sun, 08 Jan 2023 04:07:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Parnikkapore <poomklao <at> yahoo.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 08 Jan 2023 04:07:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Parnikkapore <poomklao <at> yahoo.com>
To: guix-patches <at> gnu.org
Subject: [PATCH staging] gnu: glew: Update to 2.2.0.
Date: Sun,  8 Jan 2023 12:06:39 +0800
* gnu/packages/gl.scm (glew): Update to 2.2.0.
  [source] Migrato to GitHub, which is now the canonical source
  [home-page] Use HTTPS
---
 gnu/packages/gl.scm | 35 ++++++++++++++++++++---------------
 1 file changed, 20 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 01ab6135a4..136b0bdf2f 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -616,36 +616,41 @@ (define-public mesa-utils
 (define-public glew
   (package
     (name "glew")
-    (version "2.1.0")
+    (version "2.2.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://sourceforge/glew/glew/" version
-                                  "/glew-" version ".tgz"))
+              (uri (string-append
+                    "https://github.com/nigels-com/glew/releases"
+                    "/download/glew-"
+                    version
+                    "/glew-"
+                    version
+                    ".tgz"))
               (sha256
                (base32
-                "159wk5dc0ykjbxvag5i1m2mhp23zkk6ra04l26y3jc3nwvkr3ph4"))
+                "1qak8f7g1iswgswrgkzc7idk7jmqgwrs58fhg2ai007v7j4q5z6l"))
               (modules '((guix build utils)))
-              (snippet
-               '(begin
-                  (substitute* "config/Makefile.linux"
-                    (("= cc") "= gcc")
-                    (("/lib64") "/lib"))
-                  #t))))
+              (snippet '(begin
+                          (substitute* "config/Makefile.linux"
+                            (("= cc")
+                             "= gcc")
+                            (("/lib64")
+                             "/lib")) #t))))
     (build-system gnu-build-system)
     (arguments
-     '(#:phases (modify-phases %standard-phases (delete 'configure))
+     '(#:phases (modify-phases %standard-phases
+                  (delete 'configure))
        #:make-flags (list (string-append "GLEW_PREFIX="
                                          (assoc-ref %outputs "out"))
                           (string-append "GLEW_DEST="
                                          (assoc-ref %outputs "out")))
-       #:tests? #f))                              ;no 'check' target
-    (inputs
-     (list libxi libxmu libx11 mesa))
+       #:tests? #f)) ;no 'check' target
+    (inputs (list libxi libxmu libx11 mesa))
 
     ;; <GL/glew.h> includes <GL/glu.h>.
     (propagated-inputs (list glu))
 
-    (home-page "http://glew.sourceforge.net/")
+    (home-page "https://glew.sourceforge.net/")
     (synopsis "OpenGL extension loading library for C and C++")
     (description
      "The OpenGL Extension Wrangler Library (GLEW) is a C/C++ extension

base-commit: db3fdbbdfee9d412053cc9538ad76abee7c2cb89
-- 
2.34.1





Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Sun, 29 Jan 2023 07:57:02 GMT) Full text and rfc822 format available.

Notification sent to Parnikkapore <poomklao <at> yahoo.com>:
bug acknowledged by developer. (Sun, 29 Jan 2023 07:57:02 GMT) Full text and rfc822 format available.

Message #10 received at 60642-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Parnikkapore <poomklao <at> yahoo.com>
Cc: 60642-done <at> debbugs.gnu.org
Subject: Re: bug#60642: [PATCH staging] gnu: glew: Update to 2.2.0.
Date: Sun, 29 Jan 2023 15:56:43 +0800
Parnikkapore <poomklao <at> yahoo.com> writes:

> * gnu/packages/gl.scm (glew): Update to 2.2.0.

Hello, on the staging branch glew is 2.2.0 already, close this, thank
you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 26 Feb 2023 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 60 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.