Package Details: jpmidi 0.21-6

Git Clone URL: https://aur.archlinux.org/jpmidi.git (read-only, click to copy)
Package Base: jpmidi
Description: SMF player for JACK MIDI with transport sync
Upstream URL: https://github.com/jerash/jpmidi
Licenses: GPL
Submitter: d_adler
Maintainer: d_adler
Last Packager: d_adler
Votes: 7
Popularity: 0.000000
First Submitted: 2009-10-17 12:35 (UTC)
Last Updated: 2025-03-12 21:17 (UTC)

Latest Comments

d_adler commented on 2025-03-12 21:17 (UTC)

fixed, tnx!

dreieck commented on 2025-03-07 09:46 (UTC) (edited on 2025-03-07 09:53 (UTC) by dreieck)

Should conflict with dpdk:

error: failed to commit transaction (conflicting files)
dpdk: /usr/include/cmdline.h exists in filesystem (owned by jpmidi)
Errors occurred, no packages were upgraded.

Please add the appropriate conflicts entry, or see if you can make it compatible.


Also, I get the following build error:

mv -f .deps/elements.Tpo .deps/elements.Po
commands.c: In function ‘execute_command’:
commands.c:460:17: error: ‘return’ with no value, in function returning non-void [-Wreturn-mismatch]
  460 |                 return;
      |                 ^~~~~~
commands.c:437:5: note: declared here
  437 | int execute_command(char *line)
      |     ^~~~~~~~~~~~~~~

Adding

    CFLAGS+=" -Wno-error=return-mismatch"
    CXXFLAGS+=" -Wno-error=return-mismatch"
    export CFLAGS
    export CXXFLAGS

to build() does not help for me.

(↗ Upstream issue report.)

Regards and thanks for the package!