View | Details | Raw Unified | Return to bug 250376 | Differences between
and this patch

Collapse All | Expand All

(-)audio/webrtc-audio-processing/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	webrtc-audio-processing
3
PORTNAME=	webrtc-audio-processing
4
DISTVERSION=	1.0
4
DISTVERSION=	1.0
5
PORTREVISION=	1
5
CATEGORIES=	audio
6
CATEGORIES=	audio
6
MASTER_SITES=	https://freedesktop.org/software/pulseaudio/${PORTNAME}/
7
MASTER_SITES=	https://freedesktop.org/software/pulseaudio/${PORTNAME}/
7
8
Lines 19-25 Link Here
19
BUILD_DEPENDS=	cmake:devel/cmake
20
BUILD_DEPENDS=	cmake:devel/cmake
20
LIB_DEPENDS=	libabsl_strings.so:devel/abseil
21
LIB_DEPENDS=	libabsl_strings.so:devel/abseil
21
22
22
USES=		compiler:c++14-lang meson
23
USES=		compiler:c++17-lang meson
23
USE_LDCONFIG=	yes
24
USE_LDCONFIG=	yes
24
CFLAGS_i386=	-msse # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/5
25
CFLAGS_i386=	-msse # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/5
25
26
(-)audio/webrtc-audio-processing/files/patch-meson.build (+11 lines)
Line 0 Link Here
1
--- meson.build.orig	2020-12-12 16:13:37 UTC
2
+++ meson.build
3
@@ -4,7 +4,7 @@ project('webrtc-audio-processing-1', 'c', 'cpp',
4
   default_options : [ 'warning_level=1',
5
                       'buildtype=debugoptimized',
6
                       'c_std=c11',
7
-                      'cpp_std=c++14',
8
+                      'cpp_std=c++17',
9
                     ]
10
 )
11
 

Return to bug 250376