svn commit: r559625 - in head/audio/webrtc-audio-processing: . files

Yuri Victorovich yuri at FreeBSD.org
Tue Dec 29 22:28:15 UTC 2020


Author: yuri
Date: Tue Dec 29 22:28:14 2020
New Revision: 559625
URL: https://svnweb.freebsd.org/changeset/ports/559625

Log:
  audio/webrtc-audio-processing: Sync -std= with devel/abseil to match ABI
  
  PR:		250376
  Approved by:	jbeich (maintainer)

Added:
  head/audio/webrtc-audio-processing/files/
  head/audio/webrtc-audio-processing/files/patch-meson.build   (contents, props changed)
Modified:
  head/audio/webrtc-audio-processing/Makefile

Modified: head/audio/webrtc-audio-processing/Makefile
==============================================================================
--- head/audio/webrtc-audio-processing/Makefile	Tue Dec 29 22:26:41 2020	(r559624)
+++ head/audio/webrtc-audio-processing/Makefile	Tue Dec 29 22:28:14 2020	(r559625)
@@ -2,6 +2,7 @@
 
 PORTNAME=	webrtc-audio-processing
 DISTVERSION=	1.0
+PORTREVISION=	1
 CATEGORIES=	audio
 MASTER_SITES=	https://freedesktop.org/software/pulseaudio/${PORTNAME}/
 
@@ -19,7 +20,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	cmake:devel/cmake
 LIB_DEPENDS=	libabsl_strings.so:devel/abseil
 
-USES=		compiler:c++14-lang meson
+USES=		compiler:c++17-lang meson
 USE_LDCONFIG=	yes
 CFLAGS_i386=	-msse # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/5
 

Added: head/audio/webrtc-audio-processing/files/patch-meson.build
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/webrtc-audio-processing/files/patch-meson.build	Tue Dec 29 22:28:14 2020	(r559625)
@@ -0,0 +1,13 @@
+- Sync -std= with devel/abseil to match ABI
+
+--- meson.build.orig	2020-12-12 16:13:37 UTC
++++ meson.build
+@@ -4,7 +4,7 @@ project('webrtc-audio-processing-1', 'c', 'cpp',
+   default_options : [ 'warning_level=1',
+                       'buildtype=debugoptimized',
+                       'c_std=c11',
+-                      'cpp_std=c++14',
++                      'cpp_std=c++17',
+                     ]
+ )
+ 


More information about the svn-ports-all mailing list