mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 21:50:01 +01:00
gnu: cl-trial: Update to 1.2.0-2.db4e98e.
* gnu/packages/lisp-xyz.scm (sbcl-trial): Update to 1.2.0-2.db4e98e. [arguments]{asd-systems}: Enable trial-alloy, trial-animation, trial-assimp, trial-gif, trial-glfw, trial-gltf, trial-jpeg, trial-notify, tiral-png, trial-sdl2, trial-terragen, trial-tga, trial-tiff, trial-workbench. [inputs]: Sort list alphabetically and add sbcl-3d-quaternions, sbcl-3d-transforms, sbcl-alloy, sbcl-atomics, sbcl-cl-glfw3, sbcl-cl-gltf, sbcl-classimp, sbcl-dns-client, sbcl-file-notify, sbcl-glop, sbcl-jzon, sbcl-language-codes, sbcl-promise, sbcl-sdl2, sbcl-simple-tasks, sbcl-system-locale, sbcl-trivial-extensible-sequences, sbcl-trivial-main-thread. Remove sbcl-jsow. (ecl-trial): Disable this while upstream issue is in review. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
12b2507295
commit
bd248fc709
1 changed files with 59 additions and 9 deletions
|
@ -20859,8 +20859,8 @@ joysticks, and other such HID devices.")
|
||||||
(sbcl-package->cl-source-package sbcl-cl-gamepad))
|
(sbcl-package->cl-source-package sbcl-cl-gamepad))
|
||||||
|
|
||||||
(define-public sbcl-trial
|
(define-public sbcl-trial
|
||||||
(let ((commit "ba178cac3a5528c570c7e8dad66c58cc770db53a")
|
(let ((commit "db4e98ede16640238bd51bf5d63cda57c75a51ae")
|
||||||
(revision "1"))
|
(revision "2"))
|
||||||
(package
|
(package
|
||||||
(name "sbcl-trial")
|
(name "sbcl-trial")
|
||||||
(version (git-version "1.2.0" revision commit))
|
(version (git-version "1.2.0" revision commit))
|
||||||
|
@ -20870,44 +20870,92 @@ joysticks, and other such HID devices.")
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/Shirakumo/trial")
|
(url "https://github.com/Shirakumo/trial")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name "trial" version))
|
(file-name (git-file-name "cl-trial" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vpv9nrpq93fz1c5cyi1hazaaz9ijbrf1l7zwp7gammndr5v028r"))))
|
(base32 "0haslkzcgivz42k23n90w1dzw8zdgdrqcndadl33pqqlf0d20ilw"))))
|
||||||
(build-system asdf-build-system/sbcl)
|
(build-system asdf-build-system/sbcl)
|
||||||
|
(arguments
|
||||||
|
`(#:asd-systems '("trial"
|
||||||
|
"trial-alloy"
|
||||||
|
"trial-animation"
|
||||||
|
"trial-assimp"
|
||||||
|
;; TODO: It requires a long packaging journey.
|
||||||
|
;; "trial-feedback"
|
||||||
|
"trial-gif"
|
||||||
|
"trial-glfw"
|
||||||
|
;; FIXME: Check why this system is failing:
|
||||||
|
;; WARNING: Invalid qualifiers for APPEND method
|
||||||
|
;; combination in method
|
||||||
|
;; ...
|
||||||
|
;; "trial-glop"
|
||||||
|
"trial-gltf"
|
||||||
|
;; TODO: It requires a long packaging journey.
|
||||||
|
;; "trial-harmony"
|
||||||
|
"trial-jpeg"
|
||||||
|
"trial-notify"
|
||||||
|
"trial-png"
|
||||||
|
;; TODO: I'm not sure which QOI system to use here. There are two:
|
||||||
|
;; - https://github.com/bpanthi977/qoi
|
||||||
|
;; - https://github.com/mfiano/qoi
|
||||||
|
;; "trial-qoi"
|
||||||
|
;; TODO: It requires a long packaging journey.
|
||||||
|
;; "trial-qt"
|
||||||
|
"trial-sdl2"
|
||||||
|
"trial-terragen"
|
||||||
|
"trial-tga"
|
||||||
|
"trial-tiff"
|
||||||
|
"trial-workbench")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list sbcl-trivial-features))
|
(list sbcl-trivial-features))
|
||||||
(inputs
|
(inputs
|
||||||
(list sbcl-alexandria
|
(list sbcl-3d-matrices
|
||||||
sbcl-3d-matrices
|
sbcl-3d-quaternions
|
||||||
|
sbcl-3d-transforms
|
||||||
sbcl-3d-vectors
|
sbcl-3d-vectors
|
||||||
|
sbcl-alexandria
|
||||||
|
sbcl-alloy
|
||||||
|
sbcl-atomics
|
||||||
sbcl-bordeaux-threads
|
sbcl-bordeaux-threads
|
||||||
sbcl-cl-gamepad
|
sbcl-cl-gamepad
|
||||||
|
sbcl-cl-glfw3
|
||||||
|
sbcl-cl-gltf
|
||||||
sbcl-cl-jpeg
|
sbcl-cl-jpeg
|
||||||
sbcl-cl-opengl
|
sbcl-cl-opengl
|
||||||
sbcl-cl-ppcre
|
sbcl-cl-ppcre
|
||||||
sbcl-cl-tga
|
sbcl-cl-tga
|
||||||
|
sbcl-classimp
|
||||||
sbcl-closer-mop
|
sbcl-closer-mop
|
||||||
sbcl-deploy
|
sbcl-deploy
|
||||||
|
sbcl-dns-client
|
||||||
sbcl-fast-io
|
sbcl-fast-io
|
||||||
|
sbcl-file-notify
|
||||||
sbcl-flare
|
sbcl-flare
|
||||||
sbcl-float-features
|
sbcl-float-features
|
||||||
sbcl-flow
|
sbcl-flow
|
||||||
sbcl-for
|
sbcl-for
|
||||||
sbcl-form-fiddle
|
sbcl-form-fiddle
|
||||||
|
sbcl-glop
|
||||||
sbcl-glsl-toolkit
|
sbcl-glsl-toolkit
|
||||||
sbcl-ieee-floats
|
sbcl-ieee-floats
|
||||||
sbcl-jsown
|
sbcl-jzon
|
||||||
sbcl-lambda-fiddle
|
sbcl-lambda-fiddle
|
||||||
|
sbcl-language-codes
|
||||||
sbcl-lquery
|
sbcl-lquery
|
||||||
sbcl-messagebox
|
sbcl-messagebox
|
||||||
sbcl-mmap
|
sbcl-mmap
|
||||||
sbcl-pathname-utils
|
sbcl-pathname-utils
|
||||||
sbcl-pngload
|
sbcl-pngload
|
||||||
|
sbcl-promise
|
||||||
sbcl-retrospectiff
|
sbcl-retrospectiff
|
||||||
|
sbcl-sdl2
|
||||||
|
sbcl-simple-tasks
|
||||||
sbcl-static-vectors
|
sbcl-static-vectors
|
||||||
|
sbcl-system-locale
|
||||||
sbcl-terrable
|
sbcl-terrable
|
||||||
|
sbcl-trivial-extensible-sequences
|
||||||
sbcl-trivial-garbage
|
sbcl-trivial-garbage
|
||||||
sbcl-trivial-indent
|
sbcl-trivial-indent
|
||||||
|
sbcl-trivial-main-thread
|
||||||
sbcl-verbose
|
sbcl-verbose
|
||||||
sbcl-zpng))
|
sbcl-zpng))
|
||||||
(home-page "https://github.com/Shirakumo/trial")
|
(home-page "https://github.com/Shirakumo/trial")
|
||||||
|
@ -20918,8 +20966,10 @@ engines, it is meant to be more of a loose connection of components that can be
|
||||||
fit together as required by any particular game.")
|
fit together as required by any particular game.")
|
||||||
(license license:zlib))))
|
(license license:zlib))))
|
||||||
|
|
||||||
(define-public ecl-trial
|
;; TODO: Enable with new ECL when this issue is fixed:
|
||||||
(sbcl-package->ecl-package sbcl-trial))
|
;; https://github.com/Shinmera/3d-quaternions/issues/2
|
||||||
|
;; (define-public ecl-trial
|
||||||
|
;; (sbcl-package->ecl-package sbcl-trial))
|
||||||
|
|
||||||
(define-public cl-trial
|
(define-public cl-trial
|
||||||
(sbcl-package->cl-source-package sbcl-trial))
|
(sbcl-package->cl-source-package sbcl-trial))
|
||||||
|
|
Loading…
Add table
Reference in a new issue