From owner-svn-ports-all@freebsd.org Sun Aug 20 23:00: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 21503DD36C0; Sun, 20 Aug 2017 23:00: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 EC09576C72; Sun, 20 Aug 2017 23:00: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 v7KN0RvV060783; Sun, 20 Aug 2017 23:00:27 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7KN0Q4p060777; Sun, 20 Aug 2017 23:00:26 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201708202300.v7KN0Q4p060777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Sun, 20 Aug 2017 23:00:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r448442 - in head/audio: . vm-lv2 vm-lv2/files X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: in head/audio: . vm-lv2 vm-lv2/files X-SVN-Commit-Revision: 448442 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: Sun, 20 Aug 2017 23:00:28 -0000 Author: ultima Date: Sun Aug 20 23:00:26 2017 New Revision: 448442 URL: https://svnweb.freebsd.org/changeset/ports/448442 Log: Currently the following plugins are contained in this plugin bundle: * Control VM Virtual machine for LV2 Control ports. Features 8 inputs and 8 outputs. * CV VM Virtual machine for LV2 Control Voltage ports. Features 8 inputs and 8 outputs. * Audio VM Virtual machine for LV2 Audio ports. Features 8 inputs and 8 outputs. * Atom VM Virtual machine for LV2 Atom event ports. Features 8 inputs and 8 outputs. WWW: https://open-music-kontrollers.ch/lv2/vm/ PR: 221352 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12090 Added: head/audio/vm-lv2/ head/audio/vm-lv2/Makefile (contents, props changed) head/audio/vm-lv2/distinfo (contents, props changed) head/audio/vm-lv2/files/ head/audio/vm-lv2/files/patch-pugl_pugl_pugl__x11.c (contents, props changed) head/audio/vm-lv2/pkg-descr (contents, props changed) head/audio/vm-lv2/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Aug 20 22:53:57 2017 (r448441) +++ head/audio/Makefile Sun Aug 20 23:00:26 2017 (r448442) @@ -813,6 +813,7 @@ SUBDIR += virtual_oss SUBDIR += virtual_oss_ctl SUBDIR += vitunes + SUBDIR += vm-lv2 SUBDIR += vo-aacenc SUBDIR += vo-amrwbenc SUBDIR += voipong Added: head/audio/vm-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/vm-lv2/Makefile Sun Aug 20 23:00:26 2017 (r448442) @@ -0,0 +1,29 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= vm +PORTVERSION= 0.4.0 +CATEGORIES= audio +MASTER_SITES= https://gitlab.com/OpenMusicKontrollers/vm.lv2/repository/archive.tar.gz?ref=${PORTVERSION}&dummy=/ +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@rawbw.com +COMMENT= Virtual machine LV2 plugin bundle + +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 +LIB_DEPENDS= liblilv-0.so:audio/lilv \ + libserd-0.so:devel/serd \ + libsord-0.so:devel/sord \ + libsratom-0.so:audio/sratom + +USES= cmake compiler:c++11-lib pkgconfig localbase +USE_XORG= x11 xext +USE_GL= gl glu + +post-extract: + @${MV} ${WRKDIR}/vm* ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +.include Added: head/audio/vm-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/vm-lv2/distinfo Sun Aug 20 23:00:26 2017 (r448442) @@ -0,0 +1,3 @@ +TIMESTAMP = 1502075538 +SHA256 (vm-0.4.0.tar.gz) = 6b816a271caf68efa3649252613a50c5799628590ae761491e0e2652b1a0fbe9 +SIZE (vm-0.4.0.tar.gz) = 1745498 Added: head/audio/vm-lv2/files/patch-pugl_pugl_pugl__x11.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/vm-lv2/files/patch-pugl_pugl_pugl__x11.c Sun Aug 20 23:00:26 2017 (r448442) @@ -0,0 +1,11 @@ +--- pugl/pugl/pugl_x11.c.orig 2017-08-07 03:15:15 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/vm-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/vm-lv2/pkg-descr Sun Aug 20 23:00:26 2017 (r448442) @@ -0,0 +1,12 @@ +Currently the following plugins are contained in this plugin bundle: +* Control VM + Virtual machine for LV2 Control ports. Features 8 inputs and 8 outputs. +* CV VM + Virtual machine for LV2 Control Voltage ports. Features 8 inputs + and 8 outputs. +* Audio VM + Virtual machine for LV2 Audio ports. Features 8 inputs and 8 outputs. +* Atom VM + Virtual machine for LV2 Atom event ports. Features 8 inputs and 8 outputs. + +WWW: https://open-music-kontrollers.ch/lv2/vm/ Added: head/audio/vm-lv2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/vm-lv2/pkg-plist Sun Aug 20 23:00:26 2017 (r448442) @@ -0,0 +1,6 @@ +lib/lv2/vm.lv2/Cousine-Regular.ttf +lib/lv2/vm.lv2/manifest.ttl +lib/lv2/vm.lv2/vm.so +lib/lv2/vm.lv2/vm.ttl +lib/lv2/vm.lv2/vm_ui.so +lib/lv2/vm.lv2/vm_ui.ttl