From owner-svn-ports-all@freebsd.org Thu Aug 17 19:50:28 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37A2EDD2DBB; Thu, 17 Aug 2017 19:50:28 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DE042282; Thu, 17 Aug 2017 19:50:27 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7HJoROM005636; Thu, 17 Aug 2017 19:50:27 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7HJoQX0005629; Thu, 17 Aug 2017 19:50:26 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201708171950.v7HJoQX0005629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Thu, 17 Aug 2017 19:50:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448183 - in head/audio: . midi-matrix-lv2 midi-matrix-lv2/files X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in head/audio: . midi-matrix-lv2 midi-matrix-lv2/files X-SVN-Commit-Revision: 448183 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Aug 2017 19:50:28 -0000 Author: ultima Date: Thu Aug 17 19:50:26 2017 New Revision: 448183 URL: https://svnweb.freebsd.org/changeset/ports/448183 Log: The Midi Matrix (Channel Filter) is a 3-in-1 filter plugin with a simple UI enabling you to easily accomplish: * MIDI channel filtering (e.g. blocking of specific channels) * MIDI channel multiplication (e.g. send events from channel X to channels X, Y and Z) * MIDI channel rerouting (e.g send events from channel X to channel Y) * And any possible combination thereof WWW: http://open-music-kontrollers.ch/lv2/midi_matrix PR: 221344 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12060 Added: head/audio/midi-matrix-lv2/ head/audio/midi-matrix-lv2/Makefile (contents, props changed) head/audio/midi-matrix-lv2/distinfo (contents, props changed) head/audio/midi-matrix-lv2/files/ head/audio/midi-matrix-lv2/files/patch-pugl_pugl_pugl__x11.c (contents, props changed) head/audio/midi-matrix-lv2/pkg-descr (contents, props changed) head/audio/midi-matrix-lv2/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Aug 17 19:47:34 2017 (r448182) +++ head/audio/Makefile Thu Aug 17 19:50:26 2017 (r448183) @@ -485,6 +485,7 @@ SUBDIR += mctoolame-encoder SUBDIR += mda-lv2 SUBDIR += mhwaveedit + SUBDIR += midi-matrix-lv2 SUBDIR += midipp SUBDIR += mikmod SUBDIR += milkytracker Added: head/audio/midi-matrix-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/midi-matrix-lv2/Makefile Thu Aug 17 19:50:26 2017 (r448183) @@ -0,0 +1,25 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= midi-matrix +PORTVERSION= 0.20.0 +CATEGORIES= audio +MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/midi_matrix.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/ +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@rawbw.com +COMMENT= LV2 'Midi Matrix' plugin bundle: 'Channel Filter' + +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 + +USES= cmake pkgconfig +USE_XORG= x11 xext +USE_GL= gl glu + +post-extract: + @${MV} ${WRKDIR}/midi_matrix* ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +.include Added: head/audio/midi-matrix-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/midi-matrix-lv2/distinfo Thu Aug 17 19:50:26 2017 (r448183) @@ -0,0 +1,3 @@ +TIMESTAMP = 1502216898 +SHA256 (midi-matrix-0.20.0.tar.gz) = 1ff8478d2610c4b216a02052bde24929a54d89af31eb0c1a3e7e1ff5d07b7980 +SIZE (midi-matrix-0.20.0.tar.gz) = 1719808 Added: head/audio/midi-matrix-lv2/files/patch-pugl_pugl_pugl__x11.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/midi-matrix-lv2/files/patch-pugl_pugl_pugl__x11.c Thu Aug 17 19:50:26 2017 (r448183) @@ -0,0 +1,11 @@ +--- pugl/pugl/pugl_x11.c.orig 2017-05-16 21:46:21 UTC ++++ pugl/pugl/pugl_x11.c +@@ -648,7 +648,7 @@ puglPasteFromClipboard(PuglView* view, s + if( (xevent.xselection.selection == impl->clipboard) + && (xevent.xselection.target == impl->utf8_string) + && (xevent.xselection.property == XA_PRIMARY) ) { +- ulong nitems, rem; ++ uint32_t nitems, rem; + int format; + uint8_t* data; + Atom type; Added: head/audio/midi-matrix-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/midi-matrix-lv2/pkg-descr Thu Aug 17 19:50:26 2017 (r448183) @@ -0,0 +1,9 @@ +The Midi Matrix (Channel Filter) is a 3-in-1 filter plugin with a simple UI +enabling you to easily accomplish: +* MIDI channel filtering (e.g. blocking of specific channels) +* MIDI channel multiplication (e.g. send events from channel X to channels + X, Y and Z) +* MIDI channel rerouting (e.g send events from channel X to channel Y) +* And any possible combination thereof + +WWW: http://open-music-kontrollers.ch/lv2/midi_matrix Added: head/audio/midi-matrix-lv2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/midi-matrix-lv2/pkg-plist Thu Aug 17 19:50:26 2017 (r448183) @@ -0,0 +1,6 @@ +lib/lv2/midi_matrix.lv2/Cousine-Regular.ttf +lib/lv2/midi_matrix.lv2/manifest.ttl +lib/lv2/midi_matrix.lv2/midi_matrix.so +lib/lv2/midi_matrix.lv2/midi_matrix.ttl +lib/lv2/midi_matrix.lv2/midi_matrix_ui.so +lib/lv2/midi_matrix.lv2/midi_matrix_ui.ttl