svn commit: r352233 - head/audio/midipp

Koop Mast kwm at FreeBSD.org
Sat Apr 26 08:58:36 UTC 2014


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


More information about the svn-ports-all mailing list