Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3a3003263fb9f12e055d3286da223b3dcf490c53)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3a3003263fb9f12e055d3286da223b3dcf490c53)
  • Date: Thu, 10 Dec 2015 18:20:17 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
audio-libs/opus/BUILD | 2 ++
audio-libs/opus/DETAILS | 18 ++++++++++++++++++
audio-libs/opus/HISTORY | 3 +++
4 files changed, 26 insertions(+)

New commits:
commit 3a3003263fb9f12e055d3286da223b3dcf490c53
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

opus-1.1.1

diff --git a/ChangeLog b/ChangeLog
index 8db9fc9..e5f7bee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2015-12-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * audio-libs/opus: new spell, highly versatile audio codec
+
2015-12-10 Ismael Luceno <ismael AT sourcemage.org>
* libs/htmlcxx: new spell, html and css APIs for C++

diff --git a/audio-libs/opus/BUILD b/audio-libs/opus/BUILD
new file mode 100755
index 0000000..cf14000
--- /dev/null
+++ b/audio-libs/opus/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --disable-doc --disable-extra-programs" &&
+default_build
diff --git a/audio-libs/opus/DETAILS b/audio-libs/opus/DETAILS
new file mode 100755
index 0000000..353553e
--- /dev/null
+++ b/audio-libs/opus/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=opus
+ VERSION=1.1.1
+
SOURCE_HASH=sha512:1e55ed19f07ed399371aaf92544b3c5fb3d214c8ae67210a709edfede2102a5fa5c6f5b8287d26dcacad62b5c0a591bfe14ee7ae7d846629e5a814a05da4e149
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://downloads.xiph.org/releases/opus/$SOURCE
+ WEB_SITE=https://www.opus-codec.org/
+ ENTERED=20151210
+ LICENSE[0]=BSD
+ KEYWORDS="audio libs"
+ SHORT="highly versatile audio codec"
+cat << EOF
+Opus is a totally open, royalty-free, highly versatile audio codec. Opus is
unmatched
+for interactive speech and music transmission over the Internet, but is also
intended
+for storage and streaming applications. It is standardized by the Internet
+Engineering Task Force (IETF) as RFC 6716 which incorporated technology from
Skype's
+SILK codec and Xiph.Org's CELT codec
+EOF
diff --git a/audio-libs/opus/HISTORY b/audio-libs/opus/HISTORY
new file mode 100644
index 0000000..ce87c6f
--- /dev/null
+++ b/audio-libs/opus/HISTORY
@@ -0,0 +1,3 @@
+2015-12-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.1
+ spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (3a3003263fb9f12e055d3286da223b3dcf490c53), Treeve Jelbert, 12/10/2015

Archive powered by MHonArc 2.6.24.

Top of Page