Package Details: modplay 1.1.4-1

Git Clone URL: https://aur.archlinux.org/modplay.git (read-only, click to copy)
Package Base: modplay
Description: A command-line IT/XM/S3M/MOD player
Upstream URL: http://jangler.info/code/modplay
Keywords: cli dumb it mod module player portaudio s3m xm
Licenses: MIT
Submitter: jangler
Maintainer: jangler
Last Packager: jangler
Votes: 0
Popularity: 0.000000
First Submitted: 2015-07-12 16:13 (UTC)
Last Updated: 2016-05-18 12:23 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

jangler commented on 2020-05-11 14:19 (UTC) (edited on 2020-05-11 14:21 (UTC) by jangler)

@bjourne: dumb 2.0.0 made significant changes to certain parts of its API since this software was last updated. I might not get around to porting the code, and I don't see a dumb 0.9.3 or 1.0.0 package in the AUR, so if you want to build it you'll need to first build dumb 0.9.3 or 1.0.0 yourself.

bjourne commented on 2020-05-10 22:28 (UTC)

This package doesn't build:

cc modplay.c -Wall -Wextra -Werror -pedantic -ldumb -lportaudio -o modplay modplay.c: In function ‘dumb_load’: modplay.c:145:9: error: too few arguments to function ‘dumb_load_mod_quick’ 145 | duh = dumb_load_mod_quick(filename); | ^~~~~~~~~~~~~~~~~~~ In file included from modplay.c:9: /usr/include/dumb.h:406:6: note: declared here 406 | DUH dumb_load_mod_quick(const char filename, int restrict_);