unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60642] [PATCH staging] gnu: glew: Update to 2.2.0.
       [not found] <f46d6c545ac9ad8c53c66235c9c28ca77794c61a.1673150797.git.poomklao.ref@yahoo.com>
@ 2023-01-08  4:06 ` Parnikkapore via Guix-patches via
  2023-01-29  7:56   ` bug#60642: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Parnikkapore via Guix-patches via @ 2023-01-08  4:06 UTC (permalink / raw)
  To: 60642

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#60642: [PATCH staging] gnu: glew: Update to 2.2.0.
  2023-01-08  4:06 ` [bug#60642] [PATCH staging] gnu: glew: Update to 2.2.0 Parnikkapore via Guix-patches via
@ 2023-01-29  7:56   ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-01-29  7:56 UTC (permalink / raw)
  To: Parnikkapore; +Cc: 60642-done

Parnikkapore <poomklao@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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-01-29  7:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <f46d6c545ac9ad8c53c66235c9c28ca77794c61a.1673150797.git.poomklao.ref@yahoo.com>
2023-01-08  4:06 ` [bug#60642] [PATCH staging] gnu: glew: Update to 2.2.0 Parnikkapore via Guix-patches via
2023-01-29  7:56   ` bug#60642: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).