From owner-svn-ports-all@freebsd.org Tue Oct 30 10:57:45 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 DD0DB10DF756; Tue, 30 Oct 2018 10:57:45 +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.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 8A2947D545; Tue, 30 Oct 2018 10:57:45 +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 670CD1C766; Tue, 30 Oct 2018 10:57:45 +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 w9UAvj7C072585; Tue, 30 Oct 2018 10:57:45 GMT (envelope-from hselasky@FreeBSD.org) Received: (from hselasky@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9UAvje5072584; Tue, 30 Oct 2018 10:57:45 GMT (envelope-from hselasky@FreeBSD.org) Message-Id: <201810301057.w9UAvje5072584@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hselasky set sender to hselasky@FreeBSD.org using -f From: Hans Petter Selasky Date: Tue, 30 Oct 2018 10:57:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483466 - 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: 483466 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.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: Tue, 30 Oct 2018 10:57:46 -0000 Author: hselasky (src committer) Date: Tue Oct 30 10:57:44 2018 New Revision: 483466 URL: https://svnweb.freebsd.org/changeset/ports/483466 Log: Update virtual_oss to 1.2.0 - Buffering improvements to avoid jitter and artifacts when playing back audio. Approved by: pi Modified: head/audio/virtual_oss/Makefile head/audio/virtual_oss/distinfo Modified: head/audio/virtual_oss/Makefile ============================================================================== --- head/audio/virtual_oss/Makefile Tue Oct 30 10:35:10 2018 (r483465) +++ head/audio/virtual_oss/Makefile Tue Oct 30 10:57:44 2018 (r483466) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= virtual_oss -PORTVERSION= 1.1.6 +PORTVERSION= 1.2.0 CATEGORIES= audio MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ - http://home.selasky.org:8192/distfiles/ + http://home.selasky.org/distfiles/ MAINTAINER= hselasky@FreeBSD.org COMMENT= Virtual OSS multi device mixer application Modified: head/audio/virtual_oss/distinfo ============================================================================== --- head/audio/virtual_oss/distinfo Tue Oct 30 10:35:10 2018 (r483465) +++ head/audio/virtual_oss/distinfo Tue Oct 30 10:57:44 2018 (r483466) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532798817 -SHA256 (virtual_oss-1.1.6.tar.bz2) = 4357914d96b4a9885e0692bbba1348fbb72614fb3d97153d176b720e1851e587 -SIZE (virtual_oss-1.1.6.tar.bz2) = 34615 +TIMESTAMP = 1540895195 +SHA256 (virtual_oss-1.2.0.tar.bz2) = 3d2402f699a2eea0002ec6216c736562efd69b5f6bddef35be64f88da50a73c4 +SIZE (virtual_oss-1.2.0.tar.bz2) = 35101