[Lunar-commits] <moonbase-other> opus: Adding to moonbase, will be an optional_depends for ffmpeg.
Dennis Veatch
stumbles at lunar-linux.org
Sat Oct 6 20:11:59 CEST 2012
commit 9be7bcd4e4f0dd89d35fb1e2fe8ffed1db82fd57
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sat, 06 Oct 2012 11:11:59 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/9be7bcd4e4f0dd89d35fb1e2fe8ffed1db82fd57
opus: Adding to moonbase, will be an optional_depends for ffmpeg.
---
audio/opus/CONFIGURE | +3/-0
audio/opus/DETAILS | +18/-0
2 files changed, 21 insertions(+)
--- /dev/null
+++ b/audio/opus/CONFIGURE
@@ -0,0 +1,3 @@
+mquery ENBL_CUST "Enable non-Opus modes, e.g. 44.1 kHz & 2^n frames?" n "--enable-custom-modes" "--disable-custom-modes"
+mquery ENBL_FAST "Enable fast approximations for floating point?" n "--enable-float-approx" "--disable-float-approx"
+mquery ENBL_FUZZ "Enable fuzz causing the encoder to make random decisions?" n "--enable-fuzzing" "--disable-fuzzing"
--- /dev/null
+++ b/audio/opus/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=opus
+ VERSION=1.0.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://downloads.xiph.org/releases/opus/
+ SOURCE_VFY=sha1:4d6358232606fbce80d9e63ed0d9b3b49fafb711
+ WEB_SITE=http://www.opus-codec.org/
+ ENTERED=20121006
+ UPDATED=20121006
+ SHORT="codec for interactive speech and audio transmission over the Internet"
+
+cat << EOF
+Opus is a codec for interactive speech and audio transmission over the Internet.
+
+ Opus can handle a wide range of interactive audio applications, including
+Voice over IP, videoconferencing, in-game chat, and even remote live music
+performances. It can scale from low bit-rate narrowband speech to very high
+quality stereo music.
+EOF
More information about the Lunar-commits
mailing list