From owner-svn-ports-head@freebsd.org Thu Dec 7 18:23:17 2017 Return-Path: Delivered-To: svn-ports-head@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 834C3E8E13D; Thu, 7 Dec 2017 18:23:17 +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 mx1.freebsd.org (Postfix) with ESMTPS id 5D6DD70863; Thu, 7 Dec 2017 18:23:17 +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 vB7INGAW054326; Thu, 7 Dec 2017 18:23:16 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vB7INGW3054321; Thu, 7 Dec 2017 18:23:16 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201712071823.vB7INGW3054321@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 7 Dec 2017 18:23:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455749 - in head/audio: . padthv1-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . padthv1-lv2 X-SVN-Commit-Revision: 455749 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2017 18:23:17 -0000 Author: yuri Date: Thu Dec 7 18:23:15 2017 New Revision: 455749 URL: https://svnweb.freebsd.org/changeset/ports/455749 Log: New port: audio/padthv1-lv2: Old-school polyphonic additive synthesizer Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13380 Added: head/audio/padthv1-lv2/ head/audio/padthv1-lv2/Makefile (contents, props changed) head/audio/padthv1-lv2/distinfo (contents, props changed) head/audio/padthv1-lv2/pkg-descr (contents, props changed) head/audio/padthv1-lv2/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Thu Dec 7 18:20:46 2017 (r455748) +++ head/audio/Makefile Thu Dec 7 18:23:15 2017 (r455749) @@ -622,6 +622,7 @@ SUBDIR += p5-tagged SUBDIR += p5-xmms2 SUBDIR += pacpl + SUBDIR += padthv1-lv2 SUBDIR += paman SUBDIR += paprefs SUBDIR += patchage Added: head/audio/padthv1-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/padthv1-lv2/Makefile Thu Dec 7 18:23:15 2017 (r455749) @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME= padthv1 +DISTVERSIONPREFIX= ${PORTNAME}_ +DISTVERSION= 0_8_5 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Old-school polyphonic additive synthesizer + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 +LIB_DEPENDS= libfftw3.so:math/fftw3 \ + libjack.so:audio/jack \ + liblo.so:audio/liblo + +USES= autoreconf gmake pkgconfig shared-mime-info +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= rncbc +USE_GL= gl +USE_QT5= core gui widgets xml buildtools_build qmake_build + +CONFIGURE_ARGS= --disable-alsa-midi + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/padthv1.lv2/padthv1.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/padthv1.lv2/padthv1_ui.so + +.include Added: head/audio/padthv1-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/padthv1-lv2/distinfo Thu Dec 7 18:23:15 2017 (r455749) @@ -0,0 +1,3 @@ +TIMESTAMP = 1512502818 +SHA256 (rncbc-padthv1-padthv1_0_8_5_GH0.tar.gz) = d3af2281427cd751e8fb55af6271c85f873aa7dfebcc9ca51712644b1b6b7654 +SIZE (rncbc-padthv1-padthv1_0_8_5_GH0.tar.gz) = 206813 Added: head/audio/padthv1-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/padthv1-lv2/pkg-descr Thu Dec 7 18:23:15 2017 (r455749) @@ -0,0 +1,12 @@ +An old-school polyphonic additive synthesizer with stereo fx. + +Based on the PADsynth algorithm, by Paul Nasca, as a special +variant of additive synthesis. + +Features: +* pure stand-alone JACK client with JACK-session, NSM and both JACK MIDI + and ALSA MIDI input support +* LV2 instrument plugin. + URI: http://padthv1.sourceforge.net/lv2 + +WWW: http://padthv1.sourceforge.net Added: head/audio/padthv1-lv2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/padthv1-lv2/pkg-plist Thu Dec 7 18:23:15 2017 (r455749) @@ -0,0 +1,23 @@ +bin/padthv1_jack +lib/libpadthv1.so +lib/libpadthv1.so.0 +lib/libpadthv1.so.0.8 +lib/libpadthv1.so.0.8.5 +lib/libpadthv1_ui.so +lib/libpadthv1_ui.so.0 +lib/libpadthv1_ui.so.0.8 +lib/libpadthv1_ui.so.0.8.5 +lib/lv2/padthv1.lv2/manifest.ttl +lib/lv2/padthv1.lv2/padthv1.so +lib/lv2/padthv1.lv2/padthv1.ttl +lib/lv2/padthv1.lv2/padthv1_ui.so +lib/lv2/padthv1.lv2/padthv1_ui.ttl +man/man1/padthv1.1.gz +man/man1/padthv1.fr.1.gz +share/applications/padthv1.desktop +share/icons/hicolor/32x32/apps/padthv1.png +share/icons/hicolor/32x32/mimetypes/application-x-padthv1-preset.png +share/icons/hicolor/scalable/apps/padthv1.svg +share/icons/hicolor/scalable/mimetypes/application-x-padthv1-preset.svg +share/metainfo/padthv1.appdata.xml +share/mime/packages/padthv1.xml