summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xaudio-libs/webrtc-audio-processing/DEPENDS7
-rwxr-xr-xaudio-libs/webrtc-audio-processing/DETAILS14
-rw-r--r--audio-libs/webrtc-audio-processing/HISTORY2
4 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6206a3d514..eff0e362d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-12 Vlad Glagolev <stealth@sourcemage.org>
+ * audio-libs/webrtc-audio-processing: new spell, AudioProcessing module
+ from the WebRTC project
+
2019-04-11 Vlad Glagolev <stealth@sourcemage.org>
* 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 <stealth@sourcemage.org>
+ * DETAILS, DEPENDS: created spell, version 0.3.1