diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-09-16 00:15:03 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-09-16 00:15:03 +0800 |
commit | 09c1debcefff95e90990424e1825564a577d3df3 (patch) | |
tree | 69a47a0deddbe62e2e3ad4aaf3ead6dba659dd3c /net | |
parent | 0437bdb80df0dafbc8cd54b982243bfc7f77169c (diff) | |
download | freebsd-ports-gnome-09c1debcefff95e90990424e1825564a577d3df3.tar.gz freebsd-ports-gnome-09c1debcefff95e90990424e1825564a577d3df3.tar.zst freebsd-ports-gnome-09c1debcefff95e90990424e1825564a577d3df3.zip |
audio/pulseaudio: update to 13.0
- Connect tests to the framework
Changes: https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/13.0/
ABI: https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR: 240585
Submitted by: lightside@gmx.com
Diffstat (limited to 'net')
-rw-r--r-- | net/xrdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/xrdp/Makefile b/net/xrdp/Makefile index 5e4850425e4f..f544b191fdc2 100644 --- a/net/xrdp/Makefile +++ b/net/xrdp/Makefile @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:devel/nasm RUN_DEPENDS= xterm:x11/xterm \ ${LOCALBASE}/lib/xorg/modules/libxorgxrdp.so:x11-drivers/xorgxrdp \ - ${LOCALBASE}/lib/pulse-12.2/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp + ${LOCALBASE}/lib/pulse-13.0/modules/module-xrdp-sink.so:audio/pulseaudio-module-xrdp USES= autoreconf:build jpeg localbase libtool pkgconfig ssl USE_XORG= ice pixman sm x11 xfixes xrandr |