guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: Add assimp-5.0.


From: guix-commits
Subject: 01/02: gnu: Add assimp-5.0.
Date: Tue, 17 Jan 2023 09:06:15 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 6393f01ab06cd5cb2976fcb0a46a28f17ac0fbea
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Jan 17 14:38:33 2023 +0100

    gnu: Add assimp-5.0.
    
    * gnu/packages/graphics.scm (assimp-5.0): New variable.
---
 gnu/packages/graphics.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm
index f23fad7c50..421522b7e0 100644
--- a/gnu/packages/graphics.scm
+++ b/gnu/packages/graphics.scm
@@ -33,6 +33,7 @@
 ;;; Copyright © 2022 Tobias Kortkamp <tobias.kortkamp@gmail.com>
 ;;; Copyright © 2022 Paul A. Patience <paul@apatience.com>
 ;;; Copyright © 2022 dan <i@dan.games>
+;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -594,6 +595,20 @@ vertices, sorting by primitive type, merging of redundant 
materials and many
 more.")
     (license license:bsd-3)))
 
+(define-public assimp-5.0
+  (package
+    (inherit assimp)
+    (version "5.0.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/assimp/assimp";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name "assimp" version))
+              (sha256
+               (base32
+                "1w2484lg823bql7lpfq84vnsfsnag5v65qrbphslj866z9ia68l7"))))))
+
 (define-public mikktspace
   ;; The latest commit is used as there is no release.
   (let ((commit   "3e895b49d05ea07e4c2133156cfa94369e19e409")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]