svn commit: r431038 - head/audio/midipp

Koop Mast kwm at FreeBSD.org
Mon Jan 9 22:17:50 UTC 2017


Author: kwm
Date: Mon Jan  9 22:17:48 2017
New Revision: 431038
URL: https://svnweb.freebsd.org/changeset/ports/431038

Log:
  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

Modified:
  head/audio/midipp/Makefile
  head/audio/midipp/distinfo

Modified: head/audio/midipp/Makefile
==============================================================================
--- head/audio/midipp/Makefile	Mon Jan  9 22:02:43 2017	(r431037)
+++ head/audio/midipp/Makefile	Mon Jan  9 22:17:48 2017	(r431038)
@@ -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/li
 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>

Modified: head/audio/midipp/distinfo
==============================================================================
--- head/audio/midipp/distinfo	Mon Jan  9 22:02:43 2017	(r431037)
+++ head/audio/midipp/distinfo	Mon Jan  9 22:17:48 2017	(r431038)
@@ -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


More information about the svn-ports-all mailing list