From owner-svn-ports-head@freebsd.org Sun Oct 21 05:38:09 2018 Return-Path: Delivered-To: svn-ports-head@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 C5CFCFCEE5B; Sun, 21 Oct 2018 05:38:09 +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 6CA017C7CB; Sun, 21 Oct 2018 05:38:09 +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 5FBBC1179; Sun, 21 Oct 2018 05:38:09 +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 w9L5c9Kd088766; Sun, 21 Oct 2018 05:38:09 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9L5c8os088762; Sun, 21 Oct 2018 05:38:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201810210538.w9L5c8os088762@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 21 Oct 2018 05:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482642 - in head/audio: . speech-denoiser-lv2 speech-denoiser-lv2/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . speech-denoiser-lv2 speech-denoiser-lv2/files X-SVN-Commit-Revision: 482642 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.29 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: Sun, 21 Oct 2018 05:38:10 -0000 Author: yuri Date: Sun Oct 21 05:38:08 2018 New Revision: 482642 URL: https://svnweb.freebsd.org/changeset/ports/482642 Log: New port: audio/speech-denoiser-lv2: Speech denoise LV2 plugin based on RNNoise library Added: head/audio/speech-denoiser-lv2/ head/audio/speech-denoiser-lv2/Makefile (contents, props changed) head/audio/speech-denoiser-lv2/distinfo (contents, props changed) head/audio/speech-denoiser-lv2/files/ head/audio/speech-denoiser-lv2/files/patch-meson.build (contents, props changed) head/audio/speech-denoiser-lv2/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Oct 21 05:35:38 2018 (r482641) +++ head/audio/Makefile Sun Oct 21 05:38:08 2018 (r482642) @@ -788,6 +788,7 @@ SUBDIR += spc2it SUBDIR += specimen SUBDIR += spectrogram + SUBDIR += speech-denoiser-lv2 SUBDIR += speex SUBDIR += speexdsp SUBDIR += spek Added: head/audio/speech-denoiser-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/speech-denoiser-lv2/Makefile Sun Oct 21 05:38:08 2018 (r482642) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= speech-denoiser +DISTVERSION= g20181007 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Speech denoise LV2 plugin based on RNNoise library + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lv2>0:audio/lv2 +LIB_DEPENDS= librnnoise-nu.so:audio/rnnoise-nu + +USES= localbase:ldflags meson pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= lucianodato +GH_TAGNAME= 04cfba9 + +PLIST_FILES= lib/lv2/sdenoise.lv2/manifest.ttl \ + lib/lv2/sdenoise.lv2/sdenoise.so \ + lib/lv2/sdenoise.lv2/sdenoise.ttl + +pre-configure: + @cd ${WRKSRC} && ${LN} -s _build build + +.include Added: head/audio/speech-denoiser-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/speech-denoiser-lv2/distinfo Sun Oct 21 05:38:08 2018 (r482642) @@ -0,0 +1,3 @@ +TIMESTAMP = 1540097529 +SHA256 (lucianodato-speech-denoiser-g20181007-04cfba9_GH0.tar.gz) = fecc2703d81bfb3cf6d348c226bfddcd3101c3c5a46daba29689569bfa53f493 +SIZE (lucianodato-speech-denoiser-g20181007-04cfba9_GH0.tar.gz) = 839640 Added: head/audio/speech-denoiser-lv2/files/patch-meson.build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/speech-denoiser-lv2/files/patch-meson.build Sun Oct 21 05:38:08 2018 (r482642) @@ -0,0 +1,20 @@ +--- meson.build.orig 2018-10-07 21:33:41 UTC ++++ meson.build +@@ -10,7 +10,7 @@ src = 'src/sdenoise.c' + cc = meson.get_compiler('c') + + #handling rnnoise static library +-lib_rnnoise = cc.find_library('rnnoise-nu',dirs: meson.current_source_dir() + '/rnnoise/.libs/',required : true) ++lib_rnnoise = cc.find_library('rnnoise-nu',required : true) + inc_rnnoise = include_directories('rnnoise/include') + + #dependencies for speech denoise +@@ -25,7 +25,7 @@ endif + cflags = ['-msse','-msse2','-mfpmath=sse','-ffast-math','-fomit-frame-pointer','-fno-finite-math-only'] + + #install folder +-install_folder = 'sdenoise.lv2' ++install_folder = 'lib/lv2/sdenoise.lv2' + + #get the build operating system and configure install path and shared object extension + current_os = build_machine.system() Added: head/audio/speech-denoiser-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/speech-denoiser-lv2/pkg-descr Sun Oct 21 05:38:08 2018 (r482642) @@ -0,0 +1,7 @@ +A speech denoise LV2 plugin based on the modified Xiph's RNNoise library +by GregorR. + +RNNoise is a library that uses deep learning to apply noise supression to audio +sources with voice presence. + +WWW: https://github.com/lucianodato/speech-denoiser