svn commit: r532001 - head/audio/midipp

Hans Petter Selasky hselasky at FreeBSD.org
Sat Apr 18 07:55:16 UTC 2020


Author: hselasky
Date: Sat Apr 18 07:55:15 2020
New Revision: 532001
URL: https://svnweb.freebsd.org/changeset/ports/532001

Log:
  Update midipp to 2.0.4
  
  - Added support for MPE.
  - Added support for multiple presets.
  - Fixed some bugs.
  
  Approved by: pi (implicit)

Modified:
  head/audio/midipp/Makefile
  head/audio/midipp/distinfo
  head/audio/midipp/pkg-descr

Modified: head/audio/midipp/Makefile
==============================================================================
--- head/audio/midipp/Makefile	Sat Apr 18 07:51:42 2020	(r532000)
+++ head/audio/midipp/Makefile	Sat Apr 18 07:55:15 2020	(r532001)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	midipp
-PORTVERSION=	2.0.3
+PORTVERSION=	2.0.4
 CATEGORIES=	audio
 MASTER_SITES=	http://www.selasky.org/hans_petter/distfiles/ \
 		http://home.selasky.org/distfiles/
@@ -12,7 +12,7 @@ COMMENT=	MIDI playback, recording, and live performanc
 
 LICENSE=	BSD2CLAUSE
 
-BUILD_DEPENDS=	libumidi>=2.1.0:audio/libumidi
+BUILD_DEPENDS=	libumidi>=2.1.1:audio/libumidi
 LIB_DEPENDS=	libumidi20.so:audio/libumidi
 
 USES=		compiler:c++11-lang gl qmake qt:5 tar:bzip2

Modified: head/audio/midipp/distinfo
==============================================================================
--- head/audio/midipp/distinfo	Sat Apr 18 07:51:42 2020	(r532000)
+++ head/audio/midipp/distinfo	Sat Apr 18 07:55:15 2020	(r532001)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576748590
-SHA256 (midipp-2.0.3.tar.bz2) = 36d690909f95439964eef2c6b2a8c96d63b062fa9a76ee4b2f87f8466cf6d6f1
-SIZE (midipp-2.0.3.tar.bz2) = 120413
+TIMESTAMP = 1587196350
+SHA256 (midipp-2.0.4.tar.bz2) = 38d5f53f29b6b6d45ec81aabc55e80176ba0b4a82ac6178123f5a7f972b754db
+SIZE (midipp-2.0.4.tar.bz2) = 121528

Modified: head/audio/midipp/pkg-descr
==============================================================================
--- head/audio/midipp/pkg-descr	Sat Apr 18 07:51:42 2020	(r532000)
+++ head/audio/midipp/pkg-descr	Sat Apr 18 07:55:15 2020	(r532001)
@@ -3,6 +3,7 @@ with your fingertips. List of supported features:
 
 - Raw MIDI.
 - Jack MIDI.
+- MPE support.
 - Import from lyrics sites (chorded lyrics)
 - Import from GuitarPro v3 and v4 format.
 - Import from MusicXML format.


More information about the svn-ports-all mailing list