diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-03-02 21:51:54 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-03-02 21:51:54 +0000 |
commit | 48b6b34d81ea20bbf5e410bf98ef9eb1ed404152 (patch) | |
tree | 6d7eb6e1aff35e59f8555a9e5de6af16761fab1f /audio/midipp/Makefile | |
parent | b4251833a4bb33a04a71a77204efbf8e5824937e (diff) |
Update to 1.2.6.
- Added experimental support for guitar synths, like Roland GR 55
- Added support for separate base and treble channels in chord mode
- Some minor GUI rework
Submitted by: maintainer (via email)
Notes
Notes:
svn path=/head/; revision=346814
Diffstat (limited to 'audio/midipp/Makefile')
-rw-r--r-- | audio/midipp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile index d2150fdb8a12..6bee0677b0bc 100644 --- a/audio/midipp/Makefile +++ b/audio/midipp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= midipp -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.6 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ @@ -12,7 +12,7 @@ COMMENT= MIDI playback, recording, and live performance tool LICENSE= BSD2CLAUSE -BUILD_DEPENDS= libumidi>=2.0.10:${PORTSDIR}/audio/libumidi +BUILD_DEPENDS= libumidi>=2.0.11:${PORTSDIR}/audio/libumidi LIB_DEPENDS= libumidi20.so:${PORTSDIR}/audio/libumidi USES= qmake |