Package Details: bambam-git r83.6ee374d-1

Git Clone URL: https://aur.archlinux.org/bambam-git.git (read-only, click to copy)
Package Base: bambam-git
Description: A simple baby keyboard masher application.
Upstream URL: https://github.com/porridge/bambam
Keywords: game
Licenses: GPLv3
Submitter: vasya
Maintainer: vasya
Last Packager: vasya
Votes: 1
Popularity: 0.000007
First Submitted: 2016-04-05 15:12 (UTC)
Last Updated: 2020-01-02 10:20 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

vasya commented on 2022-09-08 15:43 (UTC)

@pepper_chico I see. Nice that it's working now!

pepper_chico commented on 2022-09-08 15:28 (UTC)

Hi @vasya, I know, and I did that several times, it didn't work, that's the only reason for the report. Anyway, now it's working, something elsewhere got fixed with further updates.

vasya commented on 2022-09-05 19:43 (UTC)

Hi @pepper_chico! This package is a git package, you need to re-build it once in a while (e.g. if some of the dependencies change). In your case, SDL got updated upstream I believe, so you have to re-compile bambam-git to make it work with the newer version of SDL.

I've just tried to build and use bambam-git, it works fine for me

pepper_chico commented on 2022-09-02 13:03 (UTC) (edited on 2022-09-02 13:03 (UTC) by pepper_chico)

I'm getting this lately:

pygame 2.1.2 (SDL 2.24.0, Python 3.10.6)
Hello from the pygame community. https://www.pygame.org/contribute.html
Using data directory /usr/share/games/bambam/data
Traceback (most recent call last):
  File "/usr/bin/bambam", line 433, in <module>
    main()
  File "/usr/bin/bambam", line 426, in main
    bambam.run()
  File "/usr/bin/bambam", line 343, in run
    pygame.init()
RuntimeError: SDL compiled with version 2.0.18, linked to 2.24.0

vasya commented on 2020-01-02 10:21 (UTC) (edited on 2020-01-02 10:22 (UTC) by vasya)

@NettoHikari I fixed the mistake, everything should work now! The actual reason was that upstream changed to python3, and I had to change python2-pygame dependency to python-pygame: https://aur.archlinux.org/cgit/aur.git/commit/?h=bambam-git&id=7ac44243ba20

NettoHikari commented on 2019-12-28 23:40 (UTC)

Please change the launcher so that it points to the python2 binary specifically. Doesn't launch with python3.