Search Criteria
Package Details: stepmania 5.0.12-2
Git Clone URL: | https://aur.archlinux.org/stepmania.git (read-only) |
---|---|
Package Base: | stepmania |
Description: | A free dance and rhythm game (was previously sm-ssc) |
Upstream URL: | http://www.stepmania.com/ |
Keywords: | arcade game piu rhythm-game stepmania |
Licenses: | |
Replaces: | |
Submitter: | Nascher |
Maintainer: | WhyNotHugo |
Last Packager: | WhyNotHugo |
Votes: | 19 |
Popularity: | 0.000624 |
First Submitted: | 2015-08-12 13:57 |
Last Updated: | 2018-06-23 01:59 |
Dependencies (11)
- glew (glew-libepoxy, glew-git, glew-wayland)
- gtk2 (gtk2-patched-gdkwin-nullcheck, gtk2-ubuntu, gtk2-patched-filechooser-icon-view)
- libmad
- libpng (libpng-git)
- libvorbis (libvorbis-aotuv-lancer, libvorbis-aotuv, libvorbis-git)
- mesa (mesa-nowayland, mesa_mild_compatibility-git, mesa-grate-git, mesa-hybris, mesa-transform-feedback-git, mesa-git, mesa-noglvnd, mesa-intel-iris-git)
- cmake (cmake-git) (make)
- gcc5 (make)
- git (git-git) (make)
- pkgconfig (pkg-config-git, pkgconf-git, pkgconf) (make)
- yasm (yasm-git) (make)
Latest Comments
1 2 3 Next › Last »
djpohly commented on 2018-09-22 18:33
If you bring in https://github.com/stepmania/stepmania/commit/3f64564dd7c62a2f3d9557c1bdb8475fd953abea as a patch, you can once again compile with current gcc.
WhyNotHugo commented on 2018-06-23 02:15
I've adopted this and updated it so that it builds and runs as expected.
Let me know of any issues.
MasWag commented on 2018-05-20 03:47
I had the same problem as https://github.com/stepmania/stepmania/issues/1352 and I could solve it by applying the following patch to PKGBUILD.
WhyNotHugo commented on 2018-02-28 14:12
There's an "enable notifications" button on the right-hand side of every package's page.
hvksmr1996 commented on 2018-02-28 04:28
Oh! nvm then.
BTW, how could you reply me so quickly? In other words, how to get notify in ArchLinux site?
WhyNotHugo commented on 2018-02-28 04:25
Those binaries won't work on Arch because why're built against older libraries. What I ended up doing is using that binary in a docker container, and that worked fine for me.
hvksmr1996 commented on 2018-02-28 04:23
Instead of compiling directly, why don't you just use binaries?
https://github.com/stepmania/stepmania/releases/download/v5.0.12/StepMania-5.0.12-Linux.tar.gz
The link can be found here: https://www.stepmania.com/download/
qmega commented on 2017-11-21 01:12
I was able to build with gcc7 up until recently, but now I get "Fatal: crash from within the crash signal handler" when trying to run the program.
I couldn't find an easy way around that, so I tried just updating the PKGBUILD for the alpha of 5.1, which is already more than a year old but does work on my setup. Here are my changes: https://gist.githubusercontent.com/qmega/5eb3a89ae8018d69257147edc8721d96/raw/e938decb311dc91adc53ce3c6363c40fcf0d9d47/aur-stepmania-fix.patch
Some nastiness because upstream has moved some things to submodules but doesn't include them in its source archive, so I added them as separate sources. One of them (cppformat) has recursive submodules that no longer resolve, but the build works without them so ¯\_(ツ)_/¯
I wish it were cleaner but honestly, StepMania is just not that distro-friendly.
Nascher commented on 2017-10-29 16:27
Ok, thanks for the information.
I will look into this and adjust the PKGBUILD in some days.
timdiels commented on 2017-10-29 14:25
I had no issue building stepmania 5.0.12 with core/gcc (7.2.0), maybe swap the gcc5 dependency for gcc to reduce the build time considerably. The cmake command I used is `cmake -DWITH_MINIMAID=OFF -G "Unix Makefiles" ..`. No MINIMAID to work around https://github.com/stepmania/stepmania/issues/1352.