Package Details: stepmania 5.0.12-3

Git Clone URL: https://aur.archlinux.org/stepmania.git (read-only, click to copy)
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: MIT
Replaces: sm-ssc
Submitter: Nascher
Maintainer: kprkpr
Last Packager: kprkpr
Votes: 27
Popularity: 0.151314
First Submitted: 2015-08-12 13:57 (UTC)
Last Updated: 2020-01-01 22:40 (UTC)

Latest Comments

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

invalidcorgi commented on 2020-01-17 09:19 (UTC)

I have following problem with new version:

CMake Error in src/CMakeLists.txt: Imported target "harfbuzz::harfbuzz" includes non-existent path

"//include/harfbuzz"

in its INTERFACE_INCLUDE_DIRECTORIES.

kprkpr commented on 2020-01-01 21:58 (UTC)

Haha no problem I will do it, thanks, and happy new year!

whynothugo commented on 2020-01-01 21:51 (UTC)

I’m on vacation with no laptop right now, feel free to push those changes, seem to make sense to me,

kprkpr commented on 2019-12-18 12:57 (UTC) (edited on 2019-12-18 12:58 (UTC) by kprkpr)

Hi, you can update pkgbuild with this and two patchs for be able to compile without gcc5 and that deps, and run ok (Without patch 0002 it not run)

PKGBUILD: https://hastebin.com/henuheceka.bash

0001-GtkModule-Add-harfbuzz-dependency.patch: https://hastebin.com/uvumiyokiw.m

0002-MessagemanCrashPatch.patch: https://hastebin.com/ujovedilij.php

Thanks!

Decibelter commented on 2019-12-14 13:01 (UTC) (edited on 2019-12-14 13:03 (UTC) by Decibelter)

I initially received the error "fatal error: hb.h: No such file or directory"

Below are the steps I used to get it to build:

  1. installed the hardbuzz library
  2. edited the PKGBUILD CFLAGS and CXXFLAGS to include /usr/include/harfbuzz as follows: export CFLAGS="-I/usr/include/harfbuzz -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong" export CXXFLAGS="-I/usr/include/harfbuzz -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"

luso58 commented on 2019-07-08 09:06 (UTC) (edited on 2019-07-08 09:07 (UTC) by luso58)

Just tried installing the package. Compiles flawlessly with gcc 9.1.0 just by modifying the makedepends and CC and CXX exports.

djpohly commented on 2018-09-22 18:33 (UTC)

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 (UTC) (edited on 2018-06-23 02:15 (UTC) by whynothugo)

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 (UTC) (edited on 2018-05-20 03:48 (UTC) by MasWag)

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.

31c31
<   cmake -D WITH_SYSTEM_FFMPEG=Off ..
---
>   cmake -D WITH_SYSTEM_FFMPEG=Off -DWITH_MINIMAID=OFF ..