Search Criteria
Package Details: sm64plus-git 4.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/sm64plus-git.git (read-only, click to copy) |
|---|---|
| Package Base: | sm64plus-git |
| Description: | A standalone fork of the Super Mario 64 PC Port with quality of life improvements |
| Upstream URL: | https://github.com/MorsGames/sm64plus |
| Licenses: | reverse-engineered and unlicensed |
| Conflicts: | sm64plus |
| Provides: | sm64plus |
| Submitter: | coolreader18 |
| Maintainer: | coolreader18 |
| Last Packager: | coolreader18 |
| Votes: | 4 |
| Popularity: | 0.90 |
| First Submitted: | 2021-04-28 01:11 (UTC) |
| Last Updated: | 2026-05-11 03:58 (UTC) |
Dependencies (5)
- glew (glew-libepoxyAUR, glew-wayland-gitAUR, glew-gitAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- imagemagick (imagemagick-full-gitAUR, imagemagick-gitAUR, imagemagick-essentials-gitAUR, imagemagick-fullAUR) (make)
- python (make)
Latest Comments
« First ‹ Previous 1 2
coolreader18 commented on 2022-01-24 02:07 (UTC)
@selurvedu thanks for noticing! definitely don't need glew, ldd doesn't list anything. However, I don't think it actually depends on python at runtime, unless I'm missing something that you caught. the binary has no dependencies on libpython and
rg -i python --binary /opt/sm64plusbrings up nothing.selurvedu commented on 2022-01-24 01:50 (UTC)
Hi! Please consider updating the dependencies in this PKGBUILD, see my comment here: https://aur.archlinux.org/packages/sm64pc-git/#comment-848377
(Of course, you should leave imagemagick as is since you use it directly in
build().)coolreader18 commented on 2021-12-14 01:23 (UTC)
@hazelnot thank you for catching that, fixed it!
hazelnot commented on 2021-12-13 12:39 (UTC) (edited on 2021-12-13 12:40 (UTC) by hazelnot)
Building fails with
cp: cannot stat 'build/us_pc/gfx': No such file or directoryXRaTiX commented on 2021-05-11 01:48 (UTC)
@coolreader18 Now thats weird because I just fixed it,I needed to install the package audiofile before the compilation.
coolreader18 commented on 2021-05-10 19:37 (UTC)
@XRaTiX that seems like an upstream bug, I'm not sure exactly how you got that to happen but it looks like the Makefile should have
libaudiofile.aas a prequisite to tabledesign. This patch seems to work for me when runningmake tabledesign, maybe report your issue upstream?XRaTiX commented on 2021-05-10 05:46 (UTC) (edited on 2021-05-10 18:57 (UTC) by XRaTiX)
Cant compile,it gives me an error on ld
/usr/bin/ld: cannot find -laudiofile collect2: error: ld returned 1 exit status make: [Makefile:66: tabledesign] Error 1 make: Waiting for unfinished jobs.... Makefile:150: *** Failed to build tools. Stop. ==> ERROR: A failure occurred in build(). Aborting...
It compiles succefully if I do the build.sh of the official download.
« First ‹ Previous 1 2