aboutsummaryrefslogtreecommitdiff
path: root/audio/pulseaudio-module-xrdp
Commit message (Collapse)AuthorAgeFilesLines
* Update distinfo I missed in the previous commit r517939Koichiro Iwao2019-11-191-5/+5
| | | | Notes: svn path=/head/; revision=517942
* audio/pulseaudio-module-xrdp: improve audio redirection latencyKoichiro Iwao2019-11-192-1/+8
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=517939
* audio/pulseaudio-module-xrdp: Update to 0.4Koichiro Iwao2019-10-212-5/+4
| | | | | | | | Relnotes: https://github.com/neutrinolabs/pulseaudio-module-xrdp/releases/tag/v0.4 Sponsored by: HAW International, Inc. Notes: svn path=/head/; revision=515085
* audio/pulseaudio-module-xrdp: fix build on GCC architecturesPiotr Kubaj2019-09-251-1/+1
| | | | | | | | | | | | | Use C11 compiler to fix build: /wrkdirs/usr/ports/audio/pulseaudio-module-xrdp/work/pulseaudio-13.0/src/pulsecore/atomic.h: In function 'pa_atomic_load': /wrkdirs/usr/ports/audio/pulseaudio-module-xrdp/work/pulseaudio-13.0/src/pulsecore/atomic.h:58: error: '__ATOMIC_SEQ_CST' undeclared (first use in this function) /wrkdirs/usr/ports/audio/pulseaudio-module-xrdp/work/pulseaudio-13.0/src/pulsecore/atomic.h:58: error: (Each undeclared identifier is reported only once /wrkdirs/usr/ports/audio/pulseaudio-module-xrdp/work/pulseaudio-13.0/src/pulsecore/atomic.h:58: error: for each function it appears in.) Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=512775
* audio/pulseaudio-module-xrdp: Bump PORTREVISION after r512113Tobias Kortkamp2019-09-151-0/+1
| | | | Notes: svn path=/head/; revision=512116
* audio/pulseaudio-module-xrdp: Update to 0.3Koichiro Iwao2019-06-062-5/+4
| | | | | | | | | | | | | | | | This version includes following fixes: * Fix sink => source typos, microphone input did not work due to this typo * Kick out some logs to debug logs, a little bit too noisy Microphone input in xrdp is a proprietary implementation and works only with NeutrinoRDP client. If you're not trying to use this proprietary implementation, you need not update from v0.2 to v0.3. Relnotes: https://github.com/neutrinolabs/pulseaudio-module-xrdp/releases/tag/v0.3 Notes: svn path=/head/; revision=503557
* Remove esound support from pulseaudio as audio/esound expired.Rene Ladan2019-05-011-1/+1
| | | | | | | | | Bump PORTREVISIONs of dependent ports. Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* Notes: svn path=/head/; revision=500606
* audio/pulseaudio-module-xrdp: Bump revision after r484515Tobias Kortkamp2018-11-091-0/+1
| | | | | | | | | The module installation dir changes based on the PulseAudio version (similar to audio/pulseaudio-module-sndio), so force a rebuild to avoid surprises. Notes: svn path=/head/; revision=484520
* net/xrdp: Update to 0.9.8Koichiro Iwao2018-09-262-8/+8
| | | | | | | | | | | | | | | | | | | | Also, update audio/pulseaudio-module to the latest release 0.2. pulseaudio-module-xrdp 0.2 no longer have build time dependency on xrdp. Accordingly, add runtime dependency on pulseaudio-module-xrdp to xrdp to enable audio redirection by default it doesn't cause circular dependency now. While here, - Pet portlint - Switch PORTVERSION to DISTVERSION Approved by: pi (mentor) Relnotes: https://github.com/neutrinolabs/xrdp/releases/tag/v0.9.8 Sponsored by: HAW International, Inc. Differential Revision: https://reviews.freebsd.org/D17326 Notes: svn path=/head/; revision=480715
* audio/pulseaudio-module-xrdp: Update to 0.1Koichiro Iwao2018-08-283-7/+7
| | | | | | | | | Approved by: pi (mentor) Sponsored by: HAW International, Inc. Differential Revision: https://reviews.freebsd.org/D16879 Notes: svn path=/head/; revision=478272
* New port: audio/pulseaudio-module-xrdp: separate PulseAudio modules from ↵Koichiro Iwao2018-08-163-0/+42
net/xrdp This update separates PulseAudio modules from net/xrdp port. There're two reasons to separete them. The one is upstream now provides them as separated repositories. The another one is PulseAudio modules need to be rebuilt after the version of audio/pulseaudio changed but the most part of net/xrdp port doesn't need rebuild. This minimizes time for rebuilding. Approved by: hrs (mentor) Differential Revision: https://reviews.freebsd.org/D16621 Notes: svn path=/head/; revision=477306