Search Criteria
Package Details: stepmania 5.1.0.b2.r627.d55acb1ba2-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/stepmania.git (read-only, click to copy) |
---|---|
Package Base: | stepmania |
Description: | Advanced rhythm game. Designed for both home and arcade use. |
Upstream URL: | http://www.stepmania.com/ |
Keywords: | arcade game |
Licenses: | MIT AND CC-BY-NC-4.0 |
Submitter: | Nascher |
Maintainer: | snailman153624 |
Last Packager: | neeshy |
Votes: | 29 |
Popularity: | 0.000685 |
First Submitted: | 2015-08-12 13:57 (UTC) |
Last Updated: | 2025-06-05 03:08 (UTC) |
Dependencies (24)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, ffmpeg-fullAUR)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- glu (glu-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-gitAUR, jsoncpp-cmakeAUR)
- libjpeg (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR, libjpeg-turbo)
- libmad
- libogg (libogg-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libtomcrypt (libtomcrypt-gitAUR)
- libtommath
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libx11 (libx11-gitAUR)
- libxext (libxext-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libxtst
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-rk35xx-gitAUR, mesa-amber)
- Show 4 more dependencies...
Latest Comments
1 2 3 4 5 6 7 Next › Last »
2lafru commented on 2025-10-07 20:55 (UTC)
Building is broken since FFMPEG went from version 7 to 8. My (now obsolete) already compiled binary won't work either.
Felixoid commented on 2025-07-27 12:11 (UTC)
I've posted the issue on github https://github.com/stepmania/stepmania/issues/2291
And to fix the build here, a simple patch is required. I'll post it in the package out-of-date
Aftershock9009 commented on 2025-05-01 07:54 (UTC) (edited on 2025-05-01 08:04 (UTC) by Aftershock9009)
Adding to what @ApertureUA is mentioning: as a workaround to building this now you'll need to rollback cmake to the last version pre-4.0 (3.31.6-1 in the archive )
ApertureUA commented on 2025-04-30 10:20 (UTC)
nvm doesn't run: Couldn't load driver gtk: dlopen(): /opt/stepmania-5.1/GtkModule.so: undefined symbol: _Z13CreateSurfaceiiijjjj Error: Couldn't open any loading windows.
ApertureUA commented on 2025-04-30 10:17 (UTC) (edited on 2025-04-30 10:17 (UTC) by ApertureUA)
Needs this patch now:
kqr commented on 2024-12-15 01:59 (UTC)
snailman153624 commented on 2024-12-05 12:25 (UTC)
OK, I incorporated all of my comments below regarding building with FFMpeg 2.1.3 into the PKGBUILD; I'll leave the comments for reference, but the latest snapshot should be all fixed up.
snailman153624 commented on 2024-12-04 05:14 (UTC)
So, to build/link against FFMpeg 2.1.3, create the two patch files from the comments below, e.g.:
Edit the indicated portions of PKGBUILD to something like this (the asm requirement patch is not wrong...it won't do anything impactful in this config anyway):
...likewise, enable building with the bundled FFMpeg:
If you are doing this on your own, you of course have to download/extract the package (don't build it yet), then make the modifications, then perform a build without clean/re-extraction (or it will overwrite your changes).
Also, I'm guessing the above will require you to run the build 2x (I didn't try this from a clean download after I got it working...I ran the build numerous times as I hand-patched files), because the ffmpeg-2.1.3 is not handled as a normal dependency for the package, but rather in a nested CMake file during the actual build process, not during extraction (thus, the ffmpeg patches will have nothing to apply to on the first attempt...as prepare()/patches are run before build()).. This is an area where the Stepmania and AUR build processes overlap/conflict slightly in terms of who's responsible for what. You could either patch the FFMpeg CMake to apply the patches, or perhaps move the download/extraction of ffmpeg-2.1.3 up to the PKGBUILD.
1 2 3 4 5 6 7 Next › Last »