From 85f5a5a8171203049cdbbd8b6759d47e3c6744b3 Mon Sep 17 00:00:00 2001 From: Vlad Glagolev Date: Fri, 12 Apr 2019 19:35:04 +0000 Subject: webrtc-audio-processing: new spell, AudioProcessing module from the WebRTC project --- ChangeLog | 4 ++++ audio-libs/webrtc-audio-processing/DEPENDS | 7 +++++++ audio-libs/webrtc-audio-processing/DETAILS | 14 ++++++++++++++ audio-libs/webrtc-audio-processing/HISTORY | 2 ++ 4 files changed, 27 insertions(+) create mode 100755 audio-libs/webrtc-audio-processing/DEPENDS create mode 100755 audio-libs/webrtc-audio-processing/DETAILS create mode 100644 audio-libs/webrtc-audio-processing/HISTORY diff --git a/ChangeLog b/ChangeLog index 6206a3d514..eff0e362d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-04-12 Vlad Glagolev + * audio-libs/webrtc-audio-processing: new spell, AudioProcessing module + from the WebRTC project + 2019-04-11 Vlad Glagolev * wm-addons/fbautostart: new spell, Fluxbox XDG autostarter * audio-soft/pamixer: new spell, PulseAudio command line mixer diff --git a/audio-libs/webrtc-audio-processing/DEPENDS b/audio-libs/webrtc-audio-processing/DEPENDS new file mode 100755 index 0000000000..30d9d59d1f --- /dev/null +++ b/audio-libs/webrtc-audio-processing/DEPENDS @@ -0,0 +1,7 @@ +. "$GRIMOIRE/FUNCTIONS" && + +if is_version_less $(installed_version gcc) 4.7; then + depends llvm 'CXX=clang++' +else + depends -sub CXX gcc +fi diff --git a/audio-libs/webrtc-audio-processing/DETAILS b/audio-libs/webrtc-audio-processing/DETAILS new file mode 100755 index 0000000000..eac1f727c3 --- /dev/null +++ b/audio-libs/webrtc-audio-processing/DETAILS @@ -0,0 +1,14 @@ + SPELL=webrtc-audio-processing + VERSION=0.3.1 + SOURCE=${SPELL}-${VERSION}.tar.xz + SOURCE_URL[0]=https://freedesktop.org/software/pulseaudio/${SPELL}/${SOURCE} + SOURCE_HASH=sha512:1c7a2d16f7f6c03cf6d60405d0dcd224caae6e80c9c4d43f8373bad2446affcdf49a02efb0085387328289aa79c8981dcaedff876cde55be9602dbde9c3f440b +SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}" + WEB_SITE=https://www.freedesktop.org/software/pulseaudio/webrtc-audio-processing/ + ENTERED=20190412 + LICENSE[0]=BSD + KEYWORDS="audio library" + SHORT="AudioProcessing module from the WebRTC project" +cat << EOF +AudioProcessing module from the WebRTC project. +EOF diff --git a/audio-libs/webrtc-audio-processing/HISTORY b/audio-libs/webrtc-audio-processing/HISTORY new file mode 100644 index 0000000000..cf93dc8985 --- /dev/null +++ b/audio-libs/webrtc-audio-processing/HISTORY @@ -0,0 +1,2 @@ +2019-04-12 Vlad Glagolev + * DETAILS, DEPENDS: created spell, version 0.3.1 -- cgit v1.2.3