aboutsummaryrefslogtreecommitdiff
path: root/audio/midipp
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-01-09 22:17:48 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-01-09 22:17:48 +0000
commitc728f1fdad36a18c40014a84c83af3bdc2532703 (patch)
tree51e83437bb02d69e31f00d5e5cabffd93aa37561 /audio/midipp
parent97f0e564fa0a3bd35ff14abb68fa9abe394c012f (diff)
downloadports-c728f1fdad36a18c40014a84c83af3bdc2532703.tar.gz
ports-c728f1fdad36a18c40014a84c83af3bdc2532703.zip
Update midipp to 1.3.3.
- Fixed support for more than 12 jump labels - Fixed output MIDI channel when using the piano tab - MIDIPP can now be build against Qt4 or QT5 (default). Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=431038
Diffstat (limited to 'audio/midipp')
-rw-r--r--audio/midipp/Makefile15
-rw-r--r--audio/midipp/distinfo6
2 files changed, 16 insertions, 5 deletions
diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile
index f41fa2c0f057..fd8d62a45d81 100644
--- a/audio/midipp/Makefile
+++ b/audio/midipp/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= midipp
-PORTVERSION= 1.3.2
+PORTVERSION= 1.3.3
CATEGORIES= audio
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
http://home.selasky.org:8192/distfiles/
@@ -16,6 +16,17 @@ BUILD_DEPENDS= libumidi>=2.0.13:audio/libumidi
LIB_DEPENDS= libumidi20.so:audio/libumidi
USES= qmake tar:bzip2
-USE_QT4= gui moc_build rcc_build network
+
+_USE_QT4= corelib gui moc_build rcc_build network
+_USE_QT5= core gui network widgets \
+ printsupport buildtools_build
+
+OPTIONS_SINGLE= TOOLKIT
+OPTIONS_SINGLE_TOOLKIT= QT4 QT5
+OPTIONS_DEFAULT= QT5
+
+TOOLKIT_DESC= Qt toolkit
+QT4_USE= ${_USE_QT4:S/^/QT4=/}
+QT5_USE= ${_USE_QT5:S/^/QT5=/} GL=gl
.include <bsd.port.mk>
diff --git a/audio/midipp/distinfo b/audio/midipp/distinfo
index 1e807fed3a88..bcb7eed5a104 100644
--- a/audio/midipp/distinfo
+++ b/audio/midipp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470247137
-SHA256 (midipp-1.3.2.tar.bz2) = 708870fb9eb404a47282879773da29df0d4cf05591c5d505d891d8dd8a0b4344
-SIZE (midipp-1.3.2.tar.bz2) = 108009
+TIMESTAMP = 1481019827
+SHA256 (midipp-1.3.3.tar.bz2) = 322efd0aac7fc5800b296c23fb78deb160e44edc749af527a5d01cae88820a3f
+SIZE (midipp-1.3.3.tar.bz2) = 108032