svn commit: r517949 - branches/2019Q4/audio/pulseaudio-module-xrdp

Koichiro Iwao meta at FreeBSD.org
Tue Nov 19 08:53:49 UTC 2019


Author: meta
Date: Tue Nov 19 08:53:48 2019
New Revision: 517949
URL: https://svnweb.freebsd.org/changeset/ports/517949

Log:
  MFH: r515085 r517939 r517942
  
  audio/pulseaudio-module-xrdp: Update to 0.4
  
  Relnotes:	https://github.com/neutrinolabs/pulseaudio-module-xrdp/releases/tag/v0.4
  Sponsored by:	HAW International, Inc.
  
  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
  
  Update distinfo I missed in the previous commit r517939
  
  Approved by:	portmgr blanket (backport reliability fixes)

Modified:
  branches/2019Q4/audio/pulseaudio-module-xrdp/Makefile
  branches/2019Q4/audio/pulseaudio-module-xrdp/distinfo
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/audio/pulseaudio-module-xrdp/Makefile
==============================================================================
--- branches/2019Q4/audio/pulseaudio-module-xrdp/Makefile	Tue Nov 19 08:51:11 2019	(r517948)
+++ branches/2019Q4/audio/pulseaudio-module-xrdp/Makefile	Tue Nov 19 08:53:48 2019	(r517949)
@@ -2,9 +2,13 @@
 
 PORTNAME=	pulseaudio-module-xrdp
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.3
+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 at FreeBSD.org
 COMMENT=	PulseAudio module which enables xrdp to use audio redirection

Modified: branches/2019Q4/audio/pulseaudio-module-xrdp/distinfo
==============================================================================
--- branches/2019Q4/audio/pulseaudio-module-xrdp/distinfo	Tue Nov 19 08:51:11 2019	(r517948)
+++ branches/2019Q4/audio/pulseaudio-module-xrdp/distinfo	Tue Nov 19 08:53:48 2019	(r517949)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1559713403
-SHA256 (neutrinolabs-pulseaudio-module-xrdp-v0.3_GH0.tar.gz) = 11ebe426a93b3a22eeffe460ec643cabe33061757b6b2db5fa8807b2788e1e30
-SIZE (neutrinolabs-pulseaudio-module-xrdp-v0.3_GH0.tar.gz) = 11484
+TIMESTAMP = 1574148859
+SHA256 (xrdp/neutrinolabs-pulseaudio-module-xrdp-v0.4_GH0.tar.gz) = e504d90676c0dd9b9f069b60790f8feb0cc929e2ab1cb1f864c3a49850bed93b
+SIZE (xrdp/neutrinolabs-pulseaudio-module-xrdp-v0.4_GH0.tar.gz) = 11458
+SHA256 (xrdp/c63041f.patch) = 8c9b89d61583b04d1c0ab26f540723638d379432322309b705aa36f6c7514d5c
+SIZE (xrdp/c63041f.patch) = 5434


More information about the svn-ports-all mailing list