aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2013-10-25 04:10:09 +0800
committerkwm <kwm@FreeBSD.org>2013-10-25 04:10:09 +0800
commitd57a377d5d343d91a6c24f33b49db01a33b91f64 (patch)
treeacf612de5ee6660af5d1580416c7dcd03186fc66 /audio
parentc23208be5c8bb9e0b3f6bac3692c90b35325b6b7 (diff)
downloadfreebsd-ports-gnome-d57a377d5d343d91a6c24f33b49db01a33b91f64.tar.gz
freebsd-ports-gnome-d57a377d5d343d91a6c24f33b49db01a33b91f64.tar.zst
freebsd-ports-gnome-d57a377d5d343d91a6c24f33b49db01a33b91f64.zip
Update to 1.2.1.
- Multiple GUI related fixes - Added support for sending and muting non-channel MIDI events - Added support for sending custom MIDI events - Removed superfluous MIDI channel reset events from the beginning of the initial MIDI recording. - Added support for sending MIDI beat and song events - Fixed international language support when importing Lyrics Submitted by: maintainer via e-mail
Diffstat (limited to 'audio')
-rw-r--r--audio/midipp/Makefile8
-rw-r--r--audio/midipp/distinfo4
2 files changed, 5 insertions, 7 deletions
diff --git a/audio/midipp/Makefile b/audio/midipp/Makefile
index 6eeb791256c2..f9eeea565dac 100644
--- a/audio/midipp/Makefile
+++ b/audio/midipp/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= midipp
-PORTVERSION= 1.2.0
+PORTVERSION= 1.2.1
CATEGORIES= audio
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
http://home.selasky.org:8192/distfiles/
@@ -12,7 +12,7 @@ COMMENT= MIDI playback, recording, and live performance tool
LICENSE= BSD
-BUILD_DEPENDS= libumidi>=2.0.7:${PORTSDIR}/audio/libumidi
+BUILD_DEPENDS= libumidi>=2.0.9:${PORTSDIR}/audio/libumidi
LIB_DEPENDS= libumidi20.so:${PORTSDIR}/audio/libumidi
USE_BZIP2= yes
@@ -22,10 +22,8 @@ USE_QT4= gui qmake_build moc_build rcc_build network
QMAKE_MIDIPP= ${QMAKE} -unix PREFIX=${PREFIX} -o
-.include <bsd.port.pre.mk>
-
do-configure:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${QMAKE_MIDIPP} Makefile ${PORTNAME}.pro
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/audio/midipp/distinfo b/audio/midipp/distinfo
index ef76be7d428b..e3b1bf0e43a8 100644
--- a/audio/midipp/distinfo
+++ b/audio/midipp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (midipp-1.2.0.tar.bz2) = f0d2be87ff682c2ac78542907ac1722d3e80f37a0abfc2b2f5faaa8accbe9b02
-SIZE (midipp-1.2.0.tar.bz2) = 81051
+SHA256 (midipp-1.2.1.tar.bz2) = 8db30bf4b3c8c0cdc43b9d7587373c56c87d615ab66dde6e65a4ac549d5179ec
+SIZE (midipp-1.2.1.tar.bz2) = 83739