From owner-svn-ports-all@freebsd.org Fri Mar 29 12:47:22 2019 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 E5C5E156779D; Fri, 29 Mar 2019 12:47:21 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 884C98F9B1; Fri, 29 Mar 2019 12:47:21 +0000 (UTC) (envelope-from hselasky@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 33CB02EF00; Fri, 29 Mar 2019 12:47:21 +0000 (UTC) (envelope-from hselasky@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2TClL3m091854; Fri, 29 Mar 2019 12:47:21 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2TClKPt091852; Fri, 29 Mar 2019 12:47:20 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <201903291247.x2TClKPt091852@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Fri, 29 Mar 2019 12:47:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r497113 - head/audio/virtual_oss X-SVN-Group: ports-head X-SVN-Commit-Author: hselasky X-SVN-Commit-Paths: head/audio/virtual_oss X-SVN-Commit-Revision: 497113 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 884C98F9B1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.959,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 29 Mar 2019 12:47:22 -0000 Author: hselasky (src committer) Date: Fri Mar 29 12:47:20 2019 New Revision: 497113 URL: https://svnweb.freebsd.org/changeset/ports/497113 Log: Update virtual_oss to 1.2.1 Among other features and bugfixes virtual_oss now can do simple FIR filtering on the played back or recorded audio. Approved by: lme Modified: head/audio/virtual_oss/Makefile head/audio/virtual_oss/distinfo Modified: head/audio/virtual_oss/Makefile ============================================================================== --- head/audio/virtual_oss/Makefile Fri Mar 29 12:40:41 2019 (r497112) +++ head/audio/virtual_oss/Makefile Fri Mar 29 12:47:20 2019 (r497113) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= virtual_oss -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org/distfiles/ @@ -16,8 +16,8 @@ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate USES= tar:bzip2 uidfix -OPTIONS_DEFINE= BLUETOOTH DEBUG -OPTIONS_DEFAULT=BLUETOOTH +OPTIONS_DEFINE= BLUETOOTH DEBUG EQUALIZER +OPTIONS_DEFAULT=BLUETOOTH EQUALIZER .if exists(/usr/lib/libcuse.so) MAKE_ARGS= HAVE_CUSE="YES" @@ -28,7 +28,16 @@ LIB_DEPENDS+= libcuse4bsd.so:multimedia/cuse4bsd-kmod BLUETOOTH_DESC= Build with bluetooth support BLUETOOTH_MAKE_ARGS= HAVE_BLUETOOTH="YES" +BLUETOOTH_PLIST_FILES= sbin/virtual_bt_speaker \ + man/man8/virtual_bt_speaker.8.gz + DEBUG_MAKE_ARGS= HAVE_DEBUG="YES" + +EQUALIZER_DESC= Build with equalizer utility +EQUALIZER_MAKE_ARGS= HAVE_EQUALIZER="YES" +EQUALIZER_LIB_DEPENDS= libfftw3.so:math/fftw3 +EQUALIZER_PLIST_FILES= sbin/virtual_equalizer \ + man/man8/virtual_equalizer.8.gz PLIST_FILES= sbin/virtual_oss \ man/man8/virtual_oss.8.gz Modified: head/audio/virtual_oss/distinfo ============================================================================== --- head/audio/virtual_oss/distinfo Fri Mar 29 12:40:41 2019 (r497112) +++ head/audio/virtual_oss/distinfo Fri Mar 29 12:47:20 2019 (r497113) @@ -1,3 +1,3 @@ -TIMESTAMP = 1540895195 -SHA256 (virtual_oss-1.2.0.tar.bz2) = 3d2402f699a2eea0002ec6216c736562efd69b5f6bddef35be64f88da50a73c4 -SIZE (virtual_oss-1.2.0.tar.bz2) = 35101 +TIMESTAMP = 1553804799 +SHA256 (virtual_oss-1.2.1.tar.bz2) = 3d039c3e839cd3b5c0341e929c17863afac10debd6e1ae35d6fcd7f80c7b6e97 +SIZE (virtual_oss-1.2.1.tar.bz2) = 45907