Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (abdb457a22aa18d1ba52ac5283f4aa37c89857ed)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (abdb457a22aa18d1ba52ac5283f4aa37c89857ed)
  • Date: Wed, 23 Nov 2016 04:28:08 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

audio-libs/opus/BUILD | 2 +-
audio-libs/opus/CONFIGURE | 3 +++
audio-libs/opus/DETAILS | 4 ++--
audio-libs/opus/HISTORY | 4 ++++
4 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit abdb457a22aa18d1ba52ac5283f4aa37c89857ed
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

opus: Add knob for Ambisonics

commit c037aff7d7a8b3cf0062f726b1e374b659dd27bf
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

opus 1.1.3

diff --git a/audio-libs/opus/BUILD b/audio-libs/opus/BUILD
index ceaa6e4..72d3301 100755
--- a/audio-libs/opus/BUILD
+++ b/audio-libs/opus/BUILD
@@ -1,3 +1,3 @@
-OPTS+=" --disable-doc --disable-extra-programs" &&
+OPTS+=" --disable-doc --disable-extra-programs $OPUS_OPTS" &&
CFLAGS="${CFLAGS//-ffast-math/}" &&
default_build
diff --git a/audio-libs/opus/CONFIGURE b/audio-libs/opus/CONFIGURE
new file mode 100755
index 0000000..bedb6d6
--- /dev/null
+++ b/audio-libs/opus/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option OPUS_OPTS "Enable Ambisonics (3D) support" n \
+ --enable-ambisonics \
+ --disable-ambisonics
diff --git a/audio-libs/opus/DETAILS b/audio-libs/opus/DETAILS
index 73f8154..8481bb7 100755
--- a/audio-libs/opus/DETAILS
+++ b/audio-libs/opus/DETAILS
@@ -1,6 +1,6 @@
SPELL=opus
- VERSION=1.1.2
-
SOURCE_HASH=sha512:12ec6613190a09bf6f300fac70bcf927731b707eae2511cebe7098cb49c4bf43dd21a0af4d22900958636949226df50243c432d53dedeacd46a4978729b5fc0d
+ VERSION=1.1.3
+
SOURCE_HASH=sha512:99fe272ade3f072e38101ec29f9125c9f4f2bacbcc002a9caca6e64a721f6c4193d7b1b81bd8370225693249c94293c4eea980e66c704424939dabbab890ab43
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://downloads.xiph.org/releases/opus/$SOURCE
diff --git a/audio-libs/opus/HISTORY b/audio-libs/opus/HISTORY
index e1b2d2a..59d22c9 100644
--- a/audio-libs/opus/HISTORY
+++ b/audio-libs/opus/HISTORY
@@ -1,3 +1,7 @@
+2016-11-23 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.1.3
+ * CONFIGURE: Added knob for ambisonics
+
2016-01-24 Ismael Luceno <ismael AT sourcemage.org>
* BUILD: Remove -ffast-math from CFLAGS
* DETAILS: updated spell to 1.1.2



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (abdb457a22aa18d1ba52ac5283f4aa37c89857ed), Ismael Luceno, 11/22/2016

Archive powered by MHonArc 2.6.24.

Top of Page