audio/webrtc-audio-processing: update to 1.0
Changes: https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/v0.3.1...v1.0 Reported by: Repology
This commit is contained in:
parent
1466d9d7c6
commit
9539d56824
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557409
@ -847,6 +847,7 @@
|
||||
SUBDIR += wavpack
|
||||
SUBDIR += wavplay
|
||||
SUBDIR += webrtc-audio-processing
|
||||
SUBDIR += webrtc-audio-processing0
|
||||
SUBDIR += welle.io
|
||||
SUBDIR += whysynth
|
||||
SUBDIR += wildmidi
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
COMMENT= GStreamer WebRTC Audio Processing plugin
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= pulseaudio
|
||||
PORTVERSION= 13.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/
|
||||
|
||||
@ -89,7 +89,7 @@ SPEEX_DESC= Speex resampler and AEC support
|
||||
SPEEX_CONFIGURE_WITH= speex
|
||||
SPEEX_LIB_DEPENDS= libspeexdsp.so:audio/speexdsp
|
||||
WEBRTC_AEC_DESC= WebRTC-based echo canceller
|
||||
WEBRTC_AEC_LIB_DEPENDS= libwebrtc_audio_processing.so:audio/webrtc-audio-processing
|
||||
WEBRTC_AEC_LIB_DEPENDS= libwebrtc_audio_processing.so:audio/webrtc-audio-processing0
|
||||
WEBRTC_AEC_CONFIGURE_ENABLE= webrtc-aec
|
||||
|
||||
OPTIONS_SINGLE= DATABASE
|
||||
|
@ -1,19 +1,27 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= webrtc-audio-processing
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 1.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://freedesktop.org/software/pulseaudio/${PORTNAME}/
|
||||
|
||||
PATCH_SITES= https://gitlab.freedesktop.org/pulseaudio/${PORTNAME}/-/commit/
|
||||
PATCHFILES+= 2083c9a5dd34.diff:-p1 # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/6
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= AudioProcessing module from WebRTC project
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf compiler:c++11-lib libtool pkgconfig tar:xz
|
||||
LIB_DEPENDS= libabsl_strings.so:devel/abseil
|
||||
|
||||
USES= compiler:c++14-lang localbase:ldflags meson
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CFLAGS_i386= -msse # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/5
|
||||
|
||||
post-patch:
|
||||
# https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/4
|
||||
@${REINPLACE_CMD} '/absl/s/registry/reflection/' ${WRKSRC}/meson.build
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,5 @@
|
||||
TIMESTAMP = 1532354746
|
||||
SHA256 (webrtc-audio-processing-0.3.1.tar.xz) = a0fdd938fd85272d67e81572c5a4d9e200a0c104753cb3c209ded175ce3c5dbf
|
||||
SIZE (webrtc-audio-processing-0.3.1.tar.xz) = 695920
|
||||
TIMESTAMP = 1606505453
|
||||
SHA256 (webrtc-audio-processing-1.0.tar.gz) = 441a30d2717b2eb4145c6eb96c2d5a270fe0b4bc71aebf76716750c47be1936f
|
||||
SIZE (webrtc-audio-processing-1.0.tar.gz) = 856721
|
||||
SHA256 (2083c9a5dd34.diff) = e61660be88366621317924a3bbd6a852e07ee0912e96cbcbe332bf76a57761b9
|
||||
SIZE (2083c9a5dd34.diff) = 2243
|
||||
|
@ -1,18 +1,29 @@
|
||||
include/webrtc_audio_processing/webrtc/base/arraysize.h
|
||||
include/webrtc_audio_processing/webrtc/base/basictypes.h
|
||||
include/webrtc_audio_processing/webrtc/base/checks.h
|
||||
include/webrtc_audio_processing/webrtc/base/constructormagic.h
|
||||
include/webrtc_audio_processing/webrtc/base/maybe.h
|
||||
include/webrtc_audio_processing/webrtc/base/platform_file.h
|
||||
include/webrtc_audio_processing/webrtc/common.h
|
||||
include/webrtc_audio_processing/webrtc/common_types.h
|
||||
include/webrtc_audio_processing/webrtc/modules/audio_processing/beamformer/array_util.h
|
||||
include/webrtc_audio_processing/webrtc/modules/audio_processing/include/audio_processing.h
|
||||
include/webrtc_audio_processing/webrtc/modules/interface/module_common_types.h
|
||||
include/webrtc_audio_processing/webrtc/system_wrappers/include/trace.h
|
||||
include/webrtc_audio_processing/webrtc/typedefs.h
|
||||
lib/libwebrtc_audio_processing.a
|
||||
lib/libwebrtc_audio_processing.so
|
||||
lib/libwebrtc_audio_processing.so.1
|
||||
lib/libwebrtc_audio_processing.so.1.0.0
|
||||
libdata/pkgconfig/webrtc-audio-processing.pc
|
||||
include/webrtc-audio-processing-1/api/array_view.h
|
||||
include/webrtc-audio-processing-1/api/audio/echo_canceller3_config.h
|
||||
include/webrtc-audio-processing-1/api/audio/echo_control.h
|
||||
include/webrtc-audio-processing-1/api/scoped_refptr.h
|
||||
include/webrtc-audio-processing-1/modules/audio_coding/codecs/isac/bandwidth_info.h
|
||||
include/webrtc-audio-processing-1/modules/audio_coding/codecs/isac/main/include/isac.h
|
||||
include/webrtc-audio-processing-1/modules/audio_coding/codecs/isac/main/source/settings.h
|
||||
include/webrtc-audio-processing-1/modules/audio_processing/include/audio_processing.h
|
||||
include/webrtc-audio-processing-1/modules/audio_processing/include/audio_processing_statistics.h
|
||||
include/webrtc-audio-processing-1/modules/audio_processing/include/config.h
|
||||
include/webrtc-audio-processing-1/rtc_base/arraysize.h
|
||||
include/webrtc-audio-processing-1/rtc_base/checks.h
|
||||
include/webrtc-audio-processing-1/rtc_base/constructor_magic.h
|
||||
include/webrtc-audio-processing-1/rtc_base/deprecation.h
|
||||
include/webrtc-audio-processing-1/rtc_base/numerics/safe_compare.h
|
||||
include/webrtc-audio-processing-1/rtc_base/ref_count.h
|
||||
include/webrtc-audio-processing-1/rtc_base/system/file_wrapper.h
|
||||
include/webrtc-audio-processing-1/rtc_base/system/inline.h
|
||||
include/webrtc-audio-processing-1/rtc_base/system/rtc_export.h
|
||||
include/webrtc-audio-processing-1/rtc_base/type_traits.h
|
||||
include/webrtc-audio-processing-1/system_wrappers/include/cpu_features_wrapper.h
|
||||
include/webrtc-audio-processing-1/system_wrappers/include/metrics.h
|
||||
include/webrtc-audio-processing-1/system_wrappers/include/sleep.h
|
||||
lib/libwebrtc-audio-coding-1.so
|
||||
lib/libwebrtc-audio-coding-1.so.0
|
||||
lib/libwebrtc-audio-processing-1.so
|
||||
lib/libwebrtc-audio-processing-1.so.0
|
||||
libdata/pkgconfig/webrtc-audio-coding-1.pc
|
||||
libdata/pkgconfig/webrtc-audio-processing-1.pc
|
||||
|
20
audio/webrtc-audio-processing0/Makefile
Normal file
20
audio/webrtc-audio-processing0/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= webrtc-audio-processing
|
||||
PORTVERSION= 0.3.1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= https://freedesktop.org/software/pulseaudio/${PORTNAME}/
|
||||
PKGNAMESUFFIX= 0
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
COMMENT= AudioProcessing module from WebRTC project (legacy version)
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= autoreconf compiler:c++11-lib libtool pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
audio/webrtc-audio-processing0/distinfo
Normal file
3
audio/webrtc-audio-processing0/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1532354746
|
||||
SHA256 (webrtc-audio-processing-0.3.1.tar.xz) = a0fdd938fd85272d67e81572c5a4d9e200a0c104753cb3c209ded175ce3c5dbf
|
||||
SIZE (webrtc-audio-processing-0.3.1.tar.xz) = 695920
|
12
audio/webrtc-audio-processing0/pkg-descr
Normal file
12
audio/webrtc-audio-processing0/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
Audio processing routines extracted from WebRTC project into a
|
||||
standalone library. It provides the following features:
|
||||
|
||||
- Acoustic echo cancellation
|
||||
- Acoustic echo control for mobile
|
||||
- Automatic gain control
|
||||
- High-pass filter
|
||||
- Level estimator
|
||||
- Noise suppression
|
||||
- Voice activity detection
|
||||
|
||||
WWW: https://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
|
18
audio/webrtc-audio-processing0/pkg-plist
Normal file
18
audio/webrtc-audio-processing0/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
include/webrtc_audio_processing/webrtc/base/arraysize.h
|
||||
include/webrtc_audio_processing/webrtc/base/basictypes.h
|
||||
include/webrtc_audio_processing/webrtc/base/checks.h
|
||||
include/webrtc_audio_processing/webrtc/base/constructormagic.h
|
||||
include/webrtc_audio_processing/webrtc/base/maybe.h
|
||||
include/webrtc_audio_processing/webrtc/base/platform_file.h
|
||||
include/webrtc_audio_processing/webrtc/common.h
|
||||
include/webrtc_audio_processing/webrtc/common_types.h
|
||||
include/webrtc_audio_processing/webrtc/modules/audio_processing/beamformer/array_util.h
|
||||
include/webrtc_audio_processing/webrtc/modules/audio_processing/include/audio_processing.h
|
||||
include/webrtc_audio_processing/webrtc/modules/interface/module_common_types.h
|
||||
include/webrtc_audio_processing/webrtc/system_wrappers/include/trace.h
|
||||
include/webrtc_audio_processing/webrtc/typedefs.h
|
||||
lib/libwebrtc_audio_processing.a
|
||||
lib/libwebrtc_audio_processing.so
|
||||
lib/libwebrtc_audio_processing.so.1
|
||||
lib/libwebrtc_audio_processing.so.1.0.0
|
||||
libdata/pkgconfig/webrtc-audio-processing.pc
|
@ -501,7 +501,7 @@ gst_vulkan_CONFIGURE_ARGS= --enable-wayland
|
||||
gst_webp_LIB_DEPENDS= libwebp.so:graphics/webp
|
||||
|
||||
# webrtcdsp
|
||||
gst_webrtcdsp_LIB_DEPENDS= libwebrtc_audio_processing.so:audio/webrtc-audio-processing
|
||||
gst_webrtcdsp_LIB_DEPENDS= libwebrtc_audio_processing.so:audio/webrtc-audio-processing0
|
||||
|
||||
# X ximage and xvimage sinks aka output
|
||||
.if ${DIST} == base
|
||||
|
Loading…
Reference in New Issue
Block a user