Search Criteria
Package Details: mididings-git r717.0582955-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mididings-git.git (read-only, click to copy) |
---|---|
Package Base: | mididings-git |
Description: | A MIDI router and processor based on Python, supporting ALSA and JACK MIDI (python3 patched) |
Upstream URL: | http://das.nasophon.de/mididings/ |
Licenses: | GPL |
Conflicts: | mididings |
Provides: | mididings |
Submitter: | BrainDamage |
Maintainer: | rprice |
Last Packager: | BrainDamage |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-10-29 15:36 (UTC) |
Last Updated: | 2022-02-21 13:53 (UTC) |
Dependencies (9)
- boost-libs
- jackAUR (jack2-gitAUR, pipewire-jack-gitAUR, pipewire-full-jack-gitAUR, jack2, pipewire-jack)
- python-decorator
- boost (boost-gitAUR) (make)
- python-dbus (optional) – to send DBUS messages
- python-pyinotify (optional) – to automatically restart when a script changes
- python-pyliblo (optional) – to send or receive OSC messages
- python-xdg (python-pyxdg) (optional) – so mididings knows where to look for config files
- tk (tk-fossilAUR) (optional) – for the livedings GUI
Latest Comments
« First ‹ Previous 1 2
Terence commented on 2019-11-04 14:54 (UTC) (edited on 2019-11-04 14:54 (UTC) by Terence)
Your pkgver() is bad because the version will change if you build it a different day. It should only change when the upstream is updated.
Please use
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
when there are no tags.For more information checkout https://wiki.archlinux.org/index.php/VCS_package_guidelines
« First ‹ Previous 1 2