summaryrefslogtreecommitdiffstats
path: root/audio-libs
diff options
context:
space:
mode:
authorIsmael Luceno2022-03-07 13:04:39 +0100
committerIsmael Luceno2022-03-07 13:04:39 +0100
commitcede44c5cd59534fbbfcb6a06229528589f09c58 (patch)
treedfd2d415c646d87c91cd80d68218dd68fdb3a953 /audio-libs
parent6987fe9541a8e6b9d8db4bf6af24feef269fe7b6 (diff)
libopusenc: new spell, Library for encoding .opus audio files and live streams.
Diffstat (limited to 'audio-libs')
-rwxr-xr-xaudio-libs/libopusenc/BUILD2
-rwxr-xr-xaudio-libs/libopusenc/DEPENDS4
-rwxr-xr-xaudio-libs/libopusenc/DETAILS15
-rw-r--r--audio-libs/libopusenc/HISTORY2
4 files changed, 23 insertions, 0 deletions
diff --git a/audio-libs/libopusenc/BUILD b/audio-libs/libopusenc/BUILD
new file mode 100755
index 0000000000..ddec6fbe2d
--- /dev/null
+++ b/audio-libs/libopusenc/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' --disable-examples' &&
+default_build
diff --git a/audio-libs/libopusenc/DEPENDS b/audio-libs/libopusenc/DEPENDS
new file mode 100755
index 0000000000..137632cfb3
--- /dev/null
+++ b/audio-libs/libopusenc/DEPENDS
@@ -0,0 +1,4 @@
+depends opus &&
+optional_depends doxygen \
+ --{enable,disable}-doc \
+ 'for API documentation'
diff --git a/audio-libs/libopusenc/DETAILS b/audio-libs/libopusenc/DETAILS
new file mode 100755
index 0000000000..f8e62155ed
--- /dev/null
+++ b/audio-libs/libopusenc/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libopusenc
+ VERSION=0.2.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=https://archive.mozilla.org/pub/opus/$SOURCE
+ SOURCE_HASH=sha512:adf30cacea9ac2e5889a40147f53943a1bec5279c5ff3a9b09de8ca52727a6cbaeecd338417fc5856e337ae183c85b0d366d14ec4ec329de12d50709a6f6507a
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://opus-codec.org/"
+ LICENSE[0]="BSD-3-Clause"
+ ENTERED=20220306
+ KEYWORDS=""
+ SHORT="Library for encoding .opus audio files and live streams."
+cat << EOF
+The libopusenc libraries provide a high-level API for encoding .opus
+files. libopusenc depends only on libopus.
+EOF
diff --git a/audio-libs/libopusenc/HISTORY b/audio-libs/libopusenc/HISTORY
new file mode 100644
index 0000000000..e96057a83b
--- /dev/null
+++ b/audio-libs/libopusenc/HISTORY
@@ -0,0 +1,2 @@
+2022-03-07 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS: spell created