diff options
author | kwm <kwm@FreeBSD.org> | 2012-05-10 23:03:53 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2012-05-10 23:03:53 +0800 |
commit | e619b011034746dec76a82f129dd528f16a1ace5 (patch) | |
tree | a91a34f62e4e42d8fb61732cf31949bf3acd8321 /audio | |
parent | 32490aed4dbdbec7392e4bee42821f750e98da07 (diff) | |
download | freebsd-ports-gnome-e619b011034746dec76a82f129dd528f16a1ace5.tar.gz freebsd-ports-gnome-e619b011034746dec76a82f129dd528f16a1ace5.tar.zst freebsd-ports-gnome-e619b011034746dec76a82f129dd528f16a1ace5.zip |
Update to 2.7.1.
- fix a warning regarding the redefinition of NNOTES
- raise NNOTES from 127 to 128 (only notes 0..125 were being shown
because 127 was < NNOTES and 126 is black)
- only show the keys that exist on a real piano by default, and add a
"-f" ('full midi keyboard') command line option to show all midi
notes.
- make the dimensions slightly closer to a real piano by:
> making the black key hight two third of the white key height
> making the black key positions vary based on their position in
the octave
- adding a QWERTY_REV layout that has the lower keys on the upper row
of the keyboard
- adding QWERTY_UK and QWERTY_UK_REV layouts that extend the QWERTY
and QWERTY_REV layouts with the punctuation keys available on those
rows
- Assign maintainership to submitter.
Submitted by: hselasky@
Approved by: maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jack-keyboard/Makefile | 4 | ||||
-rw-r--r-- | audio/jack-keyboard/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/jack-keyboard/Makefile b/audio/jack-keyboard/Makefile index 5055be562c81..29474d63eee2 100644 --- a/audio/jack-keyboard/Makefile +++ b/audio/jack-keyboard/Makefile @@ -6,12 +6,12 @@ # PORTNAME= jack-keyboard -DISTVERSION= 2.6 +DISTVERSION= 2.7.1 CATEGORIES= audio MASTER_SITES= SF \ http://hselasky.homeunix.org:8192/distfiles/ -MAINTAINER= trasz@FreeBSD.org +MAINTAINER= hselasky@FreeBSD.org COMMENT= Virtual keyboard for JACK MIDI LICENSE= BSD diff --git a/audio/jack-keyboard/distinfo b/audio/jack-keyboard/distinfo index c74a052b5d3a..b0d47ab7dfed 100644 --- a/audio/jack-keyboard/distinfo +++ b/audio/jack-keyboard/distinfo @@ -1,2 +1,2 @@ -SHA256 (jack-keyboard-2.6.tar.gz) = 9030b67ff0b8d61eafbaf1c76fa5b55cf97616827609034edd15853316c4084f -SIZE (jack-keyboard-2.6.tar.gz) = 28262 +SHA256 (jack-keyboard-2.7.1.tar.gz) = ee53b44680eba2726e22f59430493f1d23c56da4d920171ec186b24010f9f5b9 +SIZE (jack-keyboard-2.7.1.tar.gz) = 29440 |