From owner-svn-ports-head@FreeBSD.ORG Thu Oct 24 20:10:10 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AEA94431; Thu, 24 Oct 2013 20:10:10 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 824C627C6; Thu, 24 Oct 2013 20:10:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9OKAA3u017741; Thu, 24 Oct 2013 20:10:10 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9OKAAON017739; Thu, 24 Oct 2013 20:10:10 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201310242010.r9OKAAON017739@svn.freebsd.org> From: Koop Mast Date: Thu, 24 Oct 2013 20:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331528 - head/audio/midipp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 20:10:10 -0000 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 - do-configure: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ ${QMAKE_MIDIPP} Makefile ${PORTNAME}.pro -.include +.include 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