From c728f1fdad36a18c40014a84c83af3bdc2532703 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Mon, 9 Jan 2017 22:17:48 +0000 Subject: 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 --- audio/midipp/Makefile | 15 +++++++++++++-- audio/midipp/distinfo | 6 +++--- 2 files changed, 16 insertions(+), 5 deletions(-) (limited to 'audio/midipp') 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 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 -- cgit v1.2.3