diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2020-04-18 07:55:15 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2020-04-18 07:55:15 +0000 |
commit | 8bb5a5d261193e0506e9933e70cba69217aaf65d (patch) | |
tree | c453db0077d1045bd5ce4963b187f94319601c62 /audio/midipp | |
parent | f3ab846df195b40abaf73227ab6e3725a1700924 (diff) | |
download | ports-8bb5a5d261193e0506e9933e70cba69217aaf65d.tar.gz ports-8bb5a5d261193e0506e9933e70cba69217aaf65d.zip |
Notes
Diffstat (limited to 'audio/midipp')
-rw-r--r-- | audio/midipp/Makefile | 4 | ||||
-rw-r--r-- | audio/midipp/distinfo | 6 | ||||
-rw-r--r-- | audio/midipp/pkg-descr | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile index 5f469131f30a..52260d02d49e 100644 --- a/audio/midipp/Makefile +++ b/audio/midipp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= midipp -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org/distfiles/ @@ -12,7 +12,7 @@ COMMENT= MIDI playback, recording, and live performance tool LICENSE= BSD2CLAUSE -BUILD_DEPENDS= libumidi>=2.1.0:audio/libumidi +BUILD_DEPENDS= libumidi>=2.1.1:audio/libumidi LIB_DEPENDS= libumidi20.so:audio/libumidi USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2 diff --git a/audio/midipp/distinfo b/audio/midipp/distinfo index aa061eaa1007..101f650bfc62 100644 --- a/audio/midipp/distinfo +++ b/audio/midipp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1576748590 -SHA256 (midipp-2.0.3.tar.bz2) = 36d690909f95439964eef2c6b2a8c96d63b062fa9a76ee4b2f87f8466cf6d6f1 -SIZE (midipp-2.0.3.tar.bz2) = 120413 +TIMESTAMP = 1587196350 +SHA256 (midipp-2.0.4.tar.bz2) = 38d5f53f29b6b6d45ec81aabc55e80176ba0b4a82ac6178123f5a7f972b754db +SIZE (midipp-2.0.4.tar.bz2) = 121528 diff --git a/audio/midipp/pkg-descr b/audio/midipp/pkg-descr index 0a027ba36943..aedb104c5f1c 100644 --- a/audio/midipp/pkg-descr +++ b/audio/midipp/pkg-descr @@ -3,6 +3,7 @@ with your fingertips. List of supported features: - Raw MIDI. - Jack MIDI. +- MPE support. - Import from lyrics sites (chorded lyrics) - Import from GuitarPro v3 and v4 format. - Import from MusicXML format. |