Date: Sat, 26 Apr 2014 08:58:36 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352233 - head/audio/midipp Message-ID: <201404260858.s3Q8waIa040094@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Sat Apr 26 08:58:35 2014 New Revision: 352233 URL: http://svnweb.freebsd.org/changeset/ports/352233 QAT: https://qat.redports.org/buildarchive/r352233/ Log: Update to 1.2.10. - Fixed loading and saving MIDI beat and song events - Fixed double click delay on play button - Fixed double click function in editor views - Implemented PianoTab for playing via the GUI - Minor GUI rework Submitted by: maintainer Modified: head/audio/midipp/Makefile head/audio/midipp/distinfo Modified: head/audio/midipp/Makefile ============================================================================== --- head/audio/midipp/Makefile Sat Apr 26 08:55:40 2014 (r352232) +++ head/audio/midipp/Makefile Sat Apr 26 08:58:35 2014 (r352233) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= midipp -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.10 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ @@ -12,11 +12,10 @@ COMMENT= MIDI playback, recording, and l LICENSE= BSD2CLAUSE -BUILD_DEPENDS= libumidi>=2.0.11:${PORTSDIR}/audio/libumidi +BUILD_DEPENDS= libumidi>=2.0.12:${PORTSDIR}/audio/libumidi LIB_DEPENDS= libumidi20.so:${PORTSDIR}/audio/libumidi -USES= qmake -USE_BZIP2= yes +USES= qmake tar:bzip2 USE_QT4= gui moc_build rcc_build network .include <bsd.port.mk> Modified: head/audio/midipp/distinfo ============================================================================== --- head/audio/midipp/distinfo Sat Apr 26 08:55:40 2014 (r352232) +++ head/audio/midipp/distinfo Sat Apr 26 08:58:35 2014 (r352233) @@ -1,2 +1,2 @@ -SHA256 (midipp-1.2.6.tar.bz2) = 99fa6cd63baaf65fab5bb873d3036d6723019e56769224b4ffebbdc806b0b80d -SIZE (midipp-1.2.6.tar.bz2) = 89701 +SHA256 (midipp-1.2.10.tar.bz2) = 4dd99884f19ed1de8d4881a1a6e2464c713e92b0e758f7f9ae42160270dfca13 +SIZE (midipp-1.2.10.tar.bz2) = 91366
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404260858.s3Q8waIa040094>