From owner-svn-ports-all@freebsd.org Thu Jul 27 16:19:18 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 40772DCEA47; Thu, 27 Jul 2017 16:19:18 +0000 (UTC) (envelope-from amdmi3@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 1C3F380C06; Thu, 27 Jul 2017 16:19:18 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6RGJHTh060957; Thu, 27 Jul 2017 16:19:17 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6RGJGRS060952; Thu, 27 Jul 2017 16:19:16 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201707271619.v6RGJGRS060952@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 27 Jul 2017 16:19:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446756 - in head/audio: . drumgizmo X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/audio: . drumgizmo X-SVN-Commit-Revision: 446756 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, 27 Jul 2017 16:19:18 -0000 Author: amdmi3 Date: Thu Jul 27 16:19:16 2017 New Revision: 446756 URL: https://svnweb.freebsd.org/changeset/ports/446756 Log: DrumGizmo is an open source, multichannel, multilayered, cross-platform drum plugin and stand-alone application. It enables you to compose drums in midi and mix them with a multichannel approach. It is comparable to that of mixing a real drumkit that has been recorded with a multimic setup. Features include: * Stand-alone, Lv2 and VSTi versions available * Open drumkit file format, allowing the community to create their own drumkits * Drum velocity, allowing for several different hit velocities for each drum * Multichannel output, making it possible to mix it just the way you would a real drumkit * Optional built-in humanizer, analyzing the midi notes, adjusting velocities on-the-fly * Stand-alone midi renderer, generating .wav files, 1 for each channel * Stand-alone midi input, making it possible to use DrumGizmo as a software sampler for an electronic drumkit WWW: http://www.drumgizmo.org/ PR: 216241 Submitted by: meka@tilda.center Added: head/audio/drumgizmo/ head/audio/drumgizmo/Makefile (contents, props changed) head/audio/drumgizmo/distinfo (contents, props changed) head/audio/drumgizmo/pkg-descr (contents, props changed) head/audio/drumgizmo/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Jul 27 15:48:13 2017 (r446755) +++ head/audio/Makefile Thu Jul 27 16:19:16 2017 (r446756) @@ -109,6 +109,7 @@ SUBDIR += dir2ogg SUBDIR += discid SUBDIR += dream + SUBDIR += drumgizmo SUBDIR += drumpiler SUBDIR += dsbmixer SUBDIR += dssi Added: head/audio/drumgizmo/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/drumgizmo/Makefile Thu Jul 27 16:19:16 2017 (r446756) @@ -0,0 +1,34 @@ +# Created by: Goran Mekić +# $FreeBSD$ + +PORTNAME= drumgizmo +PORTVERSION= 0.9.14 +CATEGORIES= audio +MASTER_SITES= http://www.drumgizmo.org/releases/${PORTNAME}-${PORTVERSION}/ + +MAINTAINER= meka@tilda.center +COMMENT= Multichannel drum sampler + +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>=1.14.0:audio/lv2 \ + pkg-config:devel/pkgconf +LIB_DEPENDS= libsmf.so:audio/libsmf \ + libzita-resampler.so:audio/zita-resampler \ + libjack.so:audio/jack \ + libsndfile.so:audio/libsndfile \ + libexpat.so:textproc/expat2 + +GNU_CONFIGURE= yes +USES= gettext-runtime libtool +USE_GNOME= glib20 +USE_XORG= x11 xext + +CPPFLAGS+= -I../include -I../../include -I../src -I../../src + +CONFIGURE_ENV= EXPAT_CFLAGS=-isystem${LOCALBASE}/include EXPAT_LDFLAGS=-L${LOCALBASE}/lib \ + ZITA_CPPFLAGS=-isystem${LOCALBASE}/include ZITA_LDFLAGS=-L${LOCALBASE}/lib +CONFIGURE_ARGS= --disable-output-alsa --enable-lv2 + +.include Added: head/audio/drumgizmo/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/drumgizmo/distinfo Thu Jul 27 16:19:16 2017 (r446756) @@ -0,0 +1,3 @@ +TIMESTAMP = 1495396425 +SHA256 (drumgizmo-0.9.14.tar.gz) = e443a5fbb5d1fbb4386b551120d4fdde23174948b7efd79092ea79f0257c52e0 +SIZE (drumgizmo-0.9.14.tar.gz) = 872599 Added: head/audio/drumgizmo/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/drumgizmo/pkg-descr Thu Jul 27 16:19:16 2017 (r446756) @@ -0,0 +1,18 @@ +DrumGizmo is an open source, multichannel, multilayered, cross-platform drum +plugin and stand-alone application. It enables you to compose drums in midi and +mix them with a multichannel approach. It is comparable to that of mixing a real +drumkit that has been recorded with a multimic setup. + +Features include: +* Stand-alone, Lv2 and VSTi versions available +* Open drumkit file format, allowing the community to create their own drumkits +* Drum velocity, allowing for several different hit velocities for each drum +* Multichannel output, making it possible to mix it just the way you would a + real drumkit +* Optional built-in humanizer, analyzing the midi notes, adjusting velocities + on-the-fly +* Stand-alone midi renderer, generating .wav files, 1 for each channel +* Stand-alone midi input, making it possible to use DrumGizmo as a software + sampler for an electronic drumkit + +WWW: http://www.drumgizmo.org/ Added: head/audio/drumgizmo/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/drumgizmo/pkg-plist Thu Jul 27 16:19:16 2017 (r446756) @@ -0,0 +1,7 @@ +bin/dgreftest +bin/drumgizmo +lib/lv2/drumgizmo.lv2/drumgizmo.so +lib/lv2/drumgizmo.lv2/drumgizmo.ttl +lib/lv2/drumgizmo.lv2/manifest.ttl +man/man1/drumgizmo.1.gz +man/man1/drumgizmo.fr.1.gz