aboutsummaryrefslogtreecommitdiff
path: root/audio/midipp
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-08-04 18:15:57 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-08-04 18:15:57 +0000
commitb2a5d158ff8de3fb9fd916f08b7e90c0eb583d50 (patch)
tree28c2facc1c387bba0ca7491bdfc80a44fb603a5d /audio/midipp
parenta7c38d25077e786d5c3ae1478c51e472f987b05c (diff)
downloadports-b2a5d158ff8de3fb9fd916f08b7e90c0eb583d50.tar.gz
ports-b2a5d158ff8de3fb9fd916f08b7e90c0eb583d50.zip
Update midipp to 1.3.4
- Added support for importing MusicXML. Submitted by: maintainer (via e-mail)
Notes
Notes: svn path=/head/; revision=447351
Diffstat (limited to 'audio/midipp')
-rw-r--r--audio/midipp/Makefile10
-rw-r--r--audio/midipp/distinfo6
-rw-r--r--audio/midipp/pkg-descr1
3 files changed, 8 insertions, 9 deletions
diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile
index c31d076c3747..46ecf7d28858 100644
--- a/audio/midipp/Makefile
+++ b/audio/midipp/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= midipp
-PORTVERSION= 1.3.3
-PORTREVISION= 1
+PORTVERSION= 1.3.4
CATEGORIES= audio
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
http://home.selasky.org:8192/distfiles/
@@ -13,14 +12,13 @@ COMMENT= MIDI playback, recording, and live performance tool
LICENSE= BSD2CLAUSE
-BUILD_DEPENDS= libumidi>=2.0.13:audio/libumidi
+BUILD_DEPENDS= libumidi>=2.0.14:audio/libumidi
LIB_DEPENDS= libumidi20.so:audio/libumidi
USES= qmake tar:bzip2
-_USE_QT4= corelib gui moc_build rcc_build network
-_USE_QT5= core gui network widgets \
- printsupport buildtools_build
+_USE_QT4= corelib gui moc_build network rcc_build
+_USE_QT5= buildtools_build core gui network printsupport widgets
OPTIONS_SINGLE= TOOLKIT
OPTIONS_SINGLE_TOOLKIT= QT4 QT5
diff --git a/audio/midipp/distinfo b/audio/midipp/distinfo
index bcb7eed5a104..de58eb3020ed 100644
--- a/audio/midipp/distinfo
+++ b/audio/midipp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1481019827
-SHA256 (midipp-1.3.3.tar.bz2) = 322efd0aac7fc5800b296c23fb78deb160e44edc749af527a5d01cae88820a3f
-SIZE (midipp-1.3.3.tar.bz2) = 108032
+TIMESTAMP = 1501762592
+SHA256 (midipp-1.3.4.tar.bz2) = 0eaaad1f4dceb014349cc483dbcaec31f2c49e3812ac7c56fc04066f7d619a27
+SIZE (midipp-1.3.4.tar.bz2) = 112479
diff --git a/audio/midipp/pkg-descr b/audio/midipp/pkg-descr
index f9f79bc62263..34e5d012c972 100644
--- a/audio/midipp/pkg-descr
+++ b/audio/midipp/pkg-descr
@@ -5,6 +5,7 @@ with your fingertips. List of supported features:
- Jack MIDI.
- Import from lyrics sites (chorded lyrics)
- Import from GuitarPro v3 and v4 format.
+- Import from MusicXML format.
- Loading and saving from and to standard v1.0 MIDI files.
- Realtime MIDI processing.
- Simple sequence looping.