lispgames / cl-sdl2-mixer

Bindings for SDL2_mixer
MIT License
12 stars 11 forks source link

Missing spec aarch64-apple-darwin9 (Apple Silicon) #12

Closed VitoVan closed 2 weeks ago

VitoVan commented 1 month ago

The same as https://github.com/lispgames/cl-sdl2/issues/154

VitoVan commented 1 month ago

In the meantime, this fork might help:

https://github.com/ellisvelo/cl-sdl2-mixer

VitoVan commented 1 month ago

@iamFIREcracker

Hi Matteo Landi, are you interested in doing this one? I see you have done it for other cl-sdl2 related repos, good job by the way.

iamFIREcracker commented 1 month ago

@VitoVan - never used this library before but ran the "dance" on the repo anyways and got the following specs generated: https://github.com/iamFIREcracker/cl-sdl2-mixer/tree/aarch64-apple-darwin9 Mind giving it a go and confirm if it works? I will then open up an PR with detailed instructions on how to reproduce this.

VitoVan commented 1 month ago

@iamFIREcracker Thank you!

I can confirm this fork is working well:

https://github.com/ellisvelo/cl-sdl2-mixer

I will check your fork in a minute, will let you know if it worked for me.

VitoVan commented 1 month ago

@iamFIREcracker Hi Matteo Landi! Good news! Your fork worked like a charm.

Together with these two:

https://github.com/iamFIREcracker/cl-sdl2/tree/aarch64-apple-darwin9 https://github.com/iamFIREcracker/cl-sdl2-mixer/tree/aarch64-apple-darwin9

I can play music with sdl2_mixer smoothly.

Thank you!

fitzsim commented 2 weeks ago

Fixed by #13.