unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 62195@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#62195] [PATCH 16/17] gnu: cl-trial: Update to 1.2.0-2.db4e98e.
Date: Tue, 14 Mar 2023 23:51:03 +0000	[thread overview]
Message-ID: <20230314235104.25596-16-sharlatanus@gmail.com> (raw)
In-Reply-To: <20230314235104.25596-1-sharlatanus@gmail.com>

* 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.
* gnu/packages/lisp-xyz.scm (ecl-trial): Disable this while upstream
  issue is in review.
---
 gnu/packages/lisp-xyz.scm | 66 ++++++++++++++++++++++++++++++++++-----
 1 file changed, 58 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 11db31948e..06e7f05586 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -20857,8 +20857,8 @@ (define-public cl-gamepad
   (sbcl-package->cl-source-package sbcl-cl-gamepad))
 
 (define-public sbcl-trial
-  (let ((commit "ba178cac3a5528c570c7e8dad66c58cc770db53a")
-        (revision "1"))
+  (let ((commit "db4e98ede16640238bd51bf5d63cda57c75a51ae")
+        (revision "2"))
     (package
       (name "sbcl-trial")
       (version (git-version "1.2.0" revision commit))
@@ -20870,42 +20870,90 @@ (define-public sbcl-trial
                (commit commit)))
          (file-name (git-file-name "trial" version))
          (sha256
-          (base32 "1vpv9nrpq93fz1c5cyi1hazaaz9ijbrf1l7zwp7gammndr5v028r"))))
+          (base32 "0haslkzcgivz42k23n90w1dzw8zdgdrqcndadl33pqqlf0d20ilw"))))
       (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
        (list sbcl-trivial-features))
       (inputs
-       (list sbcl-alexandria
-             sbcl-3d-matrices
+       (list sbcl-3d-matrices
+             sbcl-3d-quaternions
+             sbcl-3d-transforms
              sbcl-3d-vectors
+             sbcl-alexandria
+             sbcl-alloy
+             sbcl-atomics
              sbcl-bordeaux-threads
              sbcl-cl-gamepad
+             sbcl-cl-glfw3
+             sbcl-cl-gltf
              sbcl-cl-jpeg
              sbcl-cl-opengl
              sbcl-cl-ppcre
              sbcl-cl-tga
+             sbcl-classimp
              sbcl-closer-mop
              sbcl-deploy
+             sbcl-dns-client
              sbcl-fast-io
+             sbcl-file-notify
              sbcl-flare
              sbcl-float-features
              sbcl-flow
              sbcl-for
              sbcl-form-fiddle
+             sbcl-glop
              sbcl-glsl-toolkit
              sbcl-ieee-floats
-             sbcl-jsown
+             sbcl-jzon
              sbcl-lambda-fiddle
+             sbcl-language-codes
              sbcl-lquery
              sbcl-messagebox
              sbcl-mmap
              sbcl-pathname-utils
              sbcl-pngload
+             sbcl-promise
              sbcl-retrospectiff
+             sbcl-sdl2
+             sbcl-simple-tasks
              sbcl-static-vectors
+             sbcl-system-locale
              sbcl-terrable
+             sbcl-trivial-extensible-sequences
              sbcl-trivial-garbage
              sbcl-trivial-indent
+             sbcl-trivial-main-thread
              sbcl-verbose
              sbcl-zpng))
       (home-page "https://github.com/Shirakumo/trial")
@@ -20916,8 +20964,10 @@ (define-public sbcl-trial
 fit together as required by any particular game.")
       (license license:zlib))))
 
-(define-public ecl-trial
-  (sbcl-package->ecl-package sbcl-trial))
+;; TODO: Enable with new ECL when this issue is fixed:
+;; https://github.com/Shinmera/3d-quaternions/issues/2
+;; (define-public ecl-trial
+;;   (sbcl-package->ecl-package sbcl-trial))
 
 (define-public cl-trial
   (sbcl-package->cl-source-package sbcl-trial))
-- 
2.39.2





  parent reply	other threads:[~2023-03-14 23:53 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-14 23:49 [bug#62195] [PATCH 00/17]: gnu: cl-trial: Update to 1.2.0-2.db4e98e Sharlatan Hellseher
2023-03-14 23:50 ` [bug#62195] [PATCH 01/17] gnu: cl-3d-vectors: Update to 3.1.0-2.2579694 Sharlatan Hellseher
2023-03-14 23:50   ` [bug#62195] [PATCH 02/17] gnu: cl-3d-matrices: Update to 1.0.0-2.b4f5a58 Sharlatan Hellseher
2023-03-14 23:50   ` [bug#62195] [PATCH 03/17] gnu: Add cl-3d-quaternions Sharlatan Hellseher
2023-03-14 23:50   ` [bug#62195] [PATCH 04/17] gnu: Add cl-3d-transforms Sharlatan Hellseher
2023-03-14 23:50   ` [bug#62195] [PATCH 05/17] gnu: Add cl-trivial-extensible-sequences Sharlatan Hellseher
2023-03-14 23:50   ` [bug#62195] [PATCH 06/17] gnu: Add cl-promise Sharlatan Hellseher
2023-03-14 23:50   ` [bug#62195] [PATCH 07/17] gnu: cl-parachute: Update to 1.5.0-1.bd072b0 Sharlatan Hellseher
2023-03-14 23:50   ` [bug#62195] [PATCH 08/17] gnu: cl-pathname-utils: Update to 1.1.0-2.13189c0 Sharlatan Hellseher
2023-03-14 23:50   ` [bug#62195] [PATCH 09/17] gnu: cl-glsl-toolkit: Update to 1.0.0-2.4c4889e Sharlatan Hellseher
2023-03-14 23:50   ` [bug#62195] [PATCH 10/17] gnu: cl-gamepad: Update to 3.0.0-2.647f6ee Sharlatan Hellseher
2023-03-14 23:50   ` [bug#62195] [PATCH 11/17] gnu: cl-3b-bmfont: Update to 0.0.1-3.332c226 Sharlatan Hellseher
2023-03-14 23:50   ` [bug#62195] [PATCH 12/17] gnu: cl-alloy: Update to 0.0.0-3.628974d Sharlatan Hellseher
2023-03-14 23:51   ` [bug#62195] [PATCH 13/17] gnu: cl-jzon: Fix build by disabling tests on ECL Sharlatan Hellseher
2023-03-14 23:51   ` [bug#62195] [PATCH 14/17] gnu: Add cl-gltf Sharlatan Hellseher
2023-03-14 23:51   ` [bug#62195] [PATCH 15/17] gnu: Add cl-dns-client Sharlatan Hellseher
2023-03-14 23:51   ` Sharlatan Hellseher [this message]
2023-03-14 23:51   ` [bug#62195] [PATCH 17/17] gnu: cl-zr-utils: Fix build by disabling tests Sharlatan Hellseher
2023-03-16 14:52 ` bug#62195: [PATCH 00/17]: gnu: cl-trial: Update to 1.2.0-2.db4e98e Guillaume Le Vaillant

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230314235104.25596-16-sharlatanus@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=62195@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).