Package Details: chipmachine 1.4b3-8

Git Clone URL: https://aur.archlinux.org/chipmachine.git (read-only, click to copy)
Package Base: chipmachine
Description: Demoscene/Retro Music Player
Upstream URL: https://github.com/sasq64/chipmachine
Licenses: MIT
Submitter: fatmike
Maintainer: arisinfenix
Last Packager: arisinfenix
Votes: 7
Popularity: 0.000000
First Submitted: 2015-11-25 09:59 (UTC)
Last Updated: 2022-05-15 19:24 (UTC)

Latest Comments

« First ‹ Previous 1 2

muzhed commented on 2016-11-11 17:11 (UTC)

I git cloned both chipmachine and apone master branch and successfully built it. However, it needs some changes in main.cpp in chipmachine's src dir. #ifndef TEXTMODE_ONLY if(args["--width"]) w = args["--width"].asLong(); if(args["--height"]) h = args["--height"].asLong(); fullScreen = args["--fullscreen"].asBool(); textMode = args["--textmode"].asBool(); std::string playWhat; // added #endif // auto playWhat = args["--play"].asString(); changed to if(args["--play"]) auto playWhat = args["--play"].asString(); else std::string playWhat = "";

fatmike commented on 2016-06-17 14:21 (UTC)

Unfortunately there is a CMake compile error that stops me from ugrading to current version v1.3c. I opened a GitHub issue but didn't get any feedback yet: https://github.com/sasq64/chipmachine/issues/45

fatmike commented on 2016-01-18 15:20 (UTC)

Updated.

thisischrys commented on 2016-01-17 10:23 (UTC)

xxd is part of gvim, which should be added as a dependency

fatmike commented on 2015-12-20 22:07 (UTC)

Can you post an error log?

elgabo commented on 2015-12-18 18:04 (UTC)

Thanks for the update but it needs xdd to compile and there isn't a package :(