mbox series

[bug#61772,0/5] gnu: Add cl-calm.

Message ID 20230224222240.26645-1-sharlatanus@gmail.com
Headers show
Series gnu: Add cl-calm. | expand

Message

Sharlatan Hellseher Feb. 24, 2023, 10:22 p.m. UTC
Hi Guix!

This patch series adds Common Lisp CALM system which provides vector graphs
functionality based on SDL2 libraries. It also includes update of cl-sdl2 to
the latest commit with package refactoring.

> ./pre-inst-env guix build --rounds=2 cl-sdl2 cl-sdl2-mixer cl-cairo2 cl-calm sbcl-sdl2 sbcl-cl-cairo2 sbcl-sdl2-mixer sbcl-calm ecl-sdl2 ecl-cl-cairo2 ecl-sdl2-mixer
> /gnu/store/cifgiw7baw53cfami2a34z3hm2s4ai2c-ecl-sdl2-mixer-1.0-1.fdcc7ee
> /gnu/store/frmqy3lkaa6kz8pj85q6za28maybr418-ecl-cl-cairo2-1.0-1.41ae45a
> /gnu/store/0zjr93chywripsi5r7izmk5d2a11z6qk-ecl-sdl2-0.0.0-2.80410b5
> /gnu/store/wgpcq057mmwa160bwjfydygx01kq765w-sbcl-calm-0.0.33
> /gnu/store/v0fmpl51i5kn5ckjbb297ay94wmx2gq6-sbcl-sdl2-mixer-1.0-1.fdcc7ee
> /gnu/store/jxdvr2q15d9h6ng2kydmrjysilhysh9d-sbcl-cl-cairo2-1.0-1.41ae45a
> /gnu/store/sfiz4bmkhp167fz7p8skfsj18hmm34g7-sbcl-sdl2-0.0.0-2.80410b5
> /gnu/store/ghd779s1qvg4kj5a64222p13kjwij5im-cl-calm-0.0.33
> /gnu/store/8aycsb880v0m9nzl55hh7m2r8drvm9l9-cl-cairo2-1.0-1.41ae45a
> /gnu/store/mw5yr4pfhxrv575h0brjwf6yp0qpr5qz-cl-sdl2-mixer-1.0-1.fdcc7ee
> /gnu/store/2lr7hk5654wdzq9r5ffci7mglzk8zrbv-cl-sdl2-0.0.0-2.80410b5

Sharlatan Hellseher (5):
  gnu: cl-sdl2: Update to 0.0.0-2.80410b5.
  gnu: cl-sdl2: Remove input labels.
  gnu: Add cl-sdl2-mixer.
  gnu: Add sbcl-cl-cairo2.
  gnu: Add cl-calm.

 gnu/packages/lisp-xyz.scm | 156 ++++++++++++++++++++++++++++++++++----
 1 file changed, 143 insertions(+), 13 deletions(-)


base-commit: df8b8f0c76388239dac9f2892c97b92e92c92901

Comments

Guillaume Le Vaillant Feb. 27, 2023, 1:17 p.m. UTC | #1
I updated cl-calm to the latest version, which solves the issue with
ECL, and pushed the patches as 4ca869d151637382e8c74908e6d2671d9cea805c
and following.
Thanks.