audio/mididings: Updated for version 20120419, added license.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
7a71762853
commit
728d45370b
|
@ -2,7 +2,7 @@ mididings (python-based MIDI router/processor/filter)
|
|||
|
||||
mididings is a MIDI router and processor based on Python, supporting
|
||||
ALSA and JACK MIDI. It is available under the GNU GPL and currently runs
|
||||
on Linux. Fuatures:
|
||||
on Linux. Features:
|
||||
|
||||
- MIDI routing and filtering
|
||||
- Modifying and converting MIDI events
|
||||
|
|
|
@ -4,8 +4,10 @@
|
|||
|
||||
# Written by B. Watson (yalhcru@gmail.com)
|
||||
|
||||
# Licensed under the WTFPL. See http://sam.zoy.org/wtfpl/ for details.
|
||||
|
||||
PRGNAM=mididings
|
||||
VERSION=${VERSION:-20101119}
|
||||
VERSION=${VERSION:-20120419}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mididings"
|
||||
VERSION="20101119"
|
||||
VERSION="20120419"
|
||||
HOMEPAGE="http://das.nasophon.de/mididings/"
|
||||
DOWNLOAD="http://das.nasophon.de/download/mididings-20101119.tar.gz"
|
||||
MD5SUM="a9a3308f05f40deff7c790ed108e734d"
|
||||
DOWNLOAD="http://das.nasophon.de/download/mididings-20120419.tar.gz"
|
||||
MD5SUM="5d4b642a1b76817b742f01cda60c0a3f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack-audio-connection-kit libsmf pyliblo"
|
||||
REQUIRES="jack-audio-connection-kit libsmf pyliblo decorator"
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue