Package Details: stepmania 5.1.0.b2.r627.d55acb1ba2-4

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: neeshy (snailman153624)
Last Packager: neeshy
Votes: 29
Popularity: 0.153640
First Submitted: 2015-08-12 13:57 (UTC)
Last Updated: 2024-12-16 03:18 (UTC)

Required by (1)

Sources (6)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

Heterology commented on 2022-09-27 05:43 (UTC)

Git deprecated the git protocol so the ffmpeg checkout fails.

You can add this to your PKGBUILD to use HTTPS instead:

sed -i 's/git:/https:/g' src/stepmania-5.0.12/CMake/SetupFfmpeg.cmake

Somebody that is smarter than me: Can you please create a patch? Thank you!

poudink commented on 2022-04-24 19:37 (UTC)

No audio, for some reason. Had to run with aoss for it to work.

cindrmon commented on 2021-09-03 02:15 (UTC) (edited on 2021-09-03 02:16 (UTC) by cindrmon)

Why does it claim to be version 5.0.12-3 when after I compiled and checked the version is 5.0-git-b91dc72?

MCMic commented on 2020-05-18 14:18 (UTC)

The build chroot is supposed to be minimal so it should not have anything more.

I don’t see anything obvious in makepkg.conf or PATH.

kprkpr commented on 2020-05-18 13:29 (UTC)

@MCMic maybe can you see if $PATH is different, of in your extra-x86_64-build chroot has some software or lib that you don't have in local?

Or maybe /etc/makepkg.conf has something different...

MCMic commented on 2020-05-18 13:25 (UTC)

Hum, building in a chroot with extra-x86_64-build from devtools works, so there must be some kind of conflict with an other package on my system or something like that.

MCMic commented on 2020-05-18 13:12 (UTC)

I cannot remove harfbuzz, other packages depends upon it. I reinstalled it but it does not change anything.

whereis harfbuzz answers /usr/include/harfbuzz as well.

kprkpr commented on 2020-05-18 13:09 (UTC)

I also have harfbuzz, harfbuzz-icu and lib32-harfbuzz installed..

Maybe needs lib32 or icu?

kprkpr commented on 2020-05-18 13:05 (UTC) (edited on 2020-05-18 13:06 (UTC) by kprkpr)

Is strange.. For me works right an compiles as today.

@Whynothugo Harfbuzz is listed as depencency an added the patch (0001).. I don't know why in some setups does it wrong..

@MCMic can you remove and install harfbuzz?

And for you it appear doing "whereis harfbuzz"? I see

$ whereis harfbuzz
harfbuzz: /usr/include/harfbuzz

MCMic commented on 2020-05-18 12:57 (UTC)

I do have harfbuzz, harfbuzz-icu and lib32-harfbuzz installed.

"/usr/include/harfbuzz" exists, I don’t know why cmake search "//include/harfbuzz"…