From owner-svn-ports-all@freebsd.org Tue Nov 19 05:14:25 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D296C17D278; Tue, 19 Nov 2019 05:14:25 +0000 (UTC) (envelope-from meta@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 47HDX1525kz41NV; Tue, 19 Nov 2019 05:14:25 +0000 (UTC) (envelope-from meta@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 8BF9D57B5; Tue, 19 Nov 2019 05:14:25 +0000 (UTC) (envelope-from meta@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xAJ5EPY3027897; Tue, 19 Nov 2019 05:14:25 GMT (envelope-from meta@FreeBSD.org) Received: (from meta@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xAJ5EPT6027896; Tue, 19 Nov 2019 05:14:25 GMT (envelope-from meta@FreeBSD.org) Message-Id: <201911190514.xAJ5EPT6027896@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: meta set sender to meta@FreeBSD.org using -f From: Koichiro Iwao Date: Tue, 19 Nov 2019 05:14:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517939 - head/audio/pulseaudio-module-xrdp X-SVN-Group: ports-head X-SVN-Commit-Author: meta X-SVN-Commit-Paths: head/audio/pulseaudio-module-xrdp X-SVN-Commit-Revision: 517939 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, 19 Nov 2019 05:14:25 -0000 Author: meta Date: Tue Nov 19 05:14:24 2019 New Revision: 517939 URL: https://svnweb.freebsd.org/changeset/ports/517939 Log: audio/pulseaudio-module-xrdp: improve audio redirection latency by backporting from upstream. PulseAudio >= 12 become more strict. This patch reduces network bandwidth and CPU usage of xrdp. While here, set DIST_SUBDIR=xrdp for xrdp related ports. Obtained from: https://github.com/neutrinolabs/pulseaudio-module-xrdp/pull/38 Modified: head/audio/pulseaudio-module-xrdp/Makefile head/audio/pulseaudio-module-xrdp/distinfo Modified: head/audio/pulseaudio-module-xrdp/Makefile ============================================================================== --- head/audio/pulseaudio-module-xrdp/Makefile Tue Nov 19 02:54:34 2019 (r517938) +++ head/audio/pulseaudio-module-xrdp/Makefile Tue Nov 19 05:14:24 2019 (r517939) @@ -3,7 +3,12 @@ PORTNAME= pulseaudio-module-xrdp DISTVERSIONPREFIX= v DISTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= audio +DIST_SUBDIR= xrdp + +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= c63041f.patch:-p1 MAINTAINER= meta@FreeBSD.org COMMENT= PulseAudio module which enables xrdp to use audio redirection Modified: head/audio/pulseaudio-module-xrdp/distinfo ============================================================================== --- head/audio/pulseaudio-module-xrdp/distinfo Tue Nov 19 02:54:34 2019 (r517938) +++ head/audio/pulseaudio-module-xrdp/distinfo Tue Nov 19 05:14:24 2019 (r517939) @@ -1,3 +1,5 @@ -TIMESTAMP = 1571636762 +TIMESTAMP = 1574128795 SHA256 (neutrinolabs-pulseaudio-module-xrdp-v0.4_GH0.tar.gz) = e504d90676c0dd9b9f069b60790f8feb0cc929e2ab1cb1f864c3a49850bed93b SIZE (neutrinolabs-pulseaudio-module-xrdp-v0.4_GH0.tar.gz) = 11458 +SHA256 (c63041f.patch) = 8c9b89d61583b04d1c0ab26f540723638d379432322309b705aa36f6c7514d5c +SIZE (c63041f.patch) = 5434