svn commit: r331528 - head/audio/midipp
Koop Mast
kwm at FreeBSD.org
Thu Oct 24 20:10:10 UTC 2013
Author: kwm
Date: Thu Oct 24 20:10:09 2013
New Revision: 331528
URL: http://svnweb.freebsd.org/changeset/ports/331528
Log:
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
Modified:
head/audio/midipp/Makefile
head/audio/midipp/distinfo
Modified: head/audio/midipp/Makefile
==============================================================================
--- head/audio/midipp/Makefile Thu Oct 24 20:08:22 2013 (r331527)
+++ head/audio/midipp/Makefile Thu Oct 24 20:10:09 2013 (r331528)
@@ -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 l
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_b
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>
Modified: head/audio/midipp/distinfo
==============================================================================
--- head/audio/midipp/distinfo Thu Oct 24 20:08:22 2013 (r331527)
+++ head/audio/midipp/distinfo Thu Oct 24 20:10:09 2013 (r331528)
@@ -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
More information about the svn-ports-all
mailing list