From owner-svn-ports-all@freebsd.org Mon Sep 3 15:40:24 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3C258FED30F; Mon, 3 Sep 2018 15:40:24 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D849C89C71; Mon, 3 Sep 2018 15:40:23 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CDA701D8E; Mon, 3 Sep 2018 15:40:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w83FeNXm013751; Mon, 3 Sep 2018 15:40:23 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w83FeMIA013747; Mon, 3 Sep 2018 15:40:22 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809031540.w83FeMIA013747@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 3 Sep 2018 15:40:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478880 - in head/audio: . drumkv1-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . drumkv1-lv2 X-SVN-Commit-Revision: 478880 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.27 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: Mon, 03 Sep 2018 15:40:24 -0000 Author: yuri Date: Mon Sep 3 15:40:22 2018 New Revision: 478880 URL: https://svnweb.freebsd.org/changeset/ports/478880 Log: New port: audio/drumkv1-lv2: http://www.foxnews.com/world/2018/09/01/us-ambassador-victims-in-amsterdam-stabbing-are-americans.html Added: head/audio/drumkv1-lv2/ head/audio/drumkv1-lv2/Makefile (contents, props changed) head/audio/drumkv1-lv2/distinfo (contents, props changed) head/audio/drumkv1-lv2/pkg-descr (contents, props changed) head/audio/drumkv1-lv2/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon Sep 3 15:25:40 2018 (r478879) +++ head/audio/Makefile Mon Sep 3 15:40:22 2018 (r478880) @@ -118,6 +118,7 @@ SUBDIR += dpf-plugins-lv2 SUBDIR += dream SUBDIR += drumgizmo + SUBDIR += drumkv1-lv2 SUBDIR += drumpiler SUBDIR += drumstick SUBDIR += dsbmixer Added: head/audio/drumkv1-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/drumkv1-lv2/Makefile Mon Sep 3 15:40:22 2018 (r478880) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= drumkv1 +DISTVERSION= 0.9.2 +CATEGORIES= audio multimedia +MASTER_SITES= SF/${PORTNAME}/ +MASTER_SITES= http://download.sourceforge.net/${PORTNAME}/ +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Old-school drum-kit sampler: LV2 plugin and Jack app + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 +LIB_DEPENDS= libjack.so:audio/jack \ + libsndfile.so:audio/libsndfile \ + liblo.so:audio/liblo + +USES= gmake localbase:ldflags pkgconfig qt:5 shared-mime-info +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-alsa-midi +USE_QT= core gui widgets xml buildtools_build qmake_build +USE_GL= gl +USE_LDCONFIG= yes + +.include Added: head/audio/drumkv1-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/drumkv1-lv2/distinfo Mon Sep 3 15:40:22 2018 (r478880) @@ -0,0 +1,3 @@ +TIMESTAMP = 1535952847 +SHA256 (drumkv1-0.9.2.tar.gz) = 36735bc10d4a45a2eb406b4b578c2fdabc5a71924c54f5735a01b490fe2034fd +SIZE (drumkv1-0.9.2.tar.gz) = 309730 Added: head/audio/drumkv1-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/drumkv1-lv2/pkg-descr Mon Sep 3 15:40:22 2018 (r478880) @@ -0,0 +1,9 @@ +drumkv1 is an old-school all-digital drum-kit sampler synthesizer with +stereo fx. + +Features: +* A LV2 instrument plug-in. +* A pure stand-alone JACK client with JACK-session, NSM (Non Session management) + and both JACK MIDI and ALSA MIDI input support. + +WWW: https://drumkv1.sourceforge.io/ Added: head/audio/drumkv1-lv2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/drumkv1-lv2/pkg-plist Mon Sep 3 15:40:22 2018 (r478880) @@ -0,0 +1,23 @@ +bin/drumkv1_jack +lib/libdrumkv1.so +lib/libdrumkv1.so.0 +lib/libdrumkv1.so.0.9 +lib/libdrumkv1.so.0.9.2 +lib/libdrumkv1_ui.so +lib/libdrumkv1_ui.so.0 +lib/libdrumkv1_ui.so.0.9 +lib/libdrumkv1_ui.so.0.9.2 +lib/lv2/drumkv1.lv2/drumkv1.so +lib/lv2/drumkv1.lv2/drumkv1.ttl +lib/lv2/drumkv1.lv2/drumkv1_ui.so +lib/lv2/drumkv1.lv2/drumkv1_ui.ttl +lib/lv2/drumkv1.lv2/manifest.ttl +man/man1/drumkv1.1.gz +man/man1/drumkv1.fr.1.gz +share/applications/drumkv1.desktop +share/icons/hicolor/32x32/apps/drumkv1.png +share/icons/hicolor/32x32/mimetypes/application-x-drumkv1-preset.png +share/icons/hicolor/scalable/apps/drumkv1.svg +share/icons/hicolor/scalable/mimetypes/application-x-drumkv1-preset.svg +share/metainfo/drumkv1.appdata.xml +share/mime/packages/drumkv1.xml