summaryrefslogtreecommitdiff
path: root/audio/pulseaudio
diff options
context:
space:
mode:
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r--audio/pulseaudio/Makefile4
-rw-r--r--audio/pulseaudio/files/patch-src_modules_rtp_module-rtp-recv.c11
2 files changed, 13 insertions, 2 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 128bf7868035..43b615ce85ba 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -4,7 +4,7 @@
PORTNAME= pulseaudio
DISTVERSION= 17.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= https://freedesktop.org/software/pulseaudio/releases/
@@ -24,7 +24,7 @@ LIB_DEPENDS= libsndfile.so:audio/libsndfile \
libck-connector.so:sysutils/consolekit2
USES= compiler:c11 cpe gettext-tools gmake gnome iconv localbase:ldflags \
- meson pathfix pkgconfig python:run shebangfix ssl tar:xz
+ meson pkgconfig python:run shebangfix ssl tar:xz
USE_GNOME= glib20
USE_LDCONFIG= yes
diff --git a/audio/pulseaudio/files/patch-src_modules_rtp_module-rtp-recv.c b/audio/pulseaudio/files/patch-src_modules_rtp_module-rtp-recv.c
new file mode 100644
index 000000000000..bb069ce57452
--- /dev/null
+++ b/audio/pulseaudio/files/patch-src_modules_rtp_module-rtp-recv.c
@@ -0,0 +1,11 @@
+--- src/modules/rtp/module-rtp-recv.c.orig 2024-01-12 17:22:09 UTC
++++ src/modules/rtp/module-rtp-recv.c
+@@ -710,7 +710,7 @@ int pa__init(pa_module*m) {
+
+ pa_zero(hints);
+
+- service = pa_sprintf_malloc("%d", htons(SAP_PORT));
++ service = pa_sprintf_malloc("%d", SAP_PORT);
+
+ hints.ai_flags = AI_NUMERICHOST;
+ if (getaddrinfo(sap_address, service, &hints, &sap_addrinfo) != 0) {