Skip to Content.
Sympa Menu

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

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 (196b8f91a0b4dfb89ab5ca8afd5481456553daf2)
  • Date: Sun, 24 Jan 2016 18:33:04 +0000

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

audio-libs/opus/BUILD | 1 +
audio-libs/opus/DETAILS | 14 +++++++-------
audio-libs/opus/HISTORY | 5 +++++
3 files changed, 13 insertions(+), 7 deletions(-)

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

opus: Remove -ffast-math from CFLAGS

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

opus 1.1.2

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

opus: Fix long description wrap

diff --git a/audio-libs/opus/BUILD b/audio-libs/opus/BUILD
index cf14000..ceaa6e4 100755
--- a/audio-libs/opus/BUILD
+++ b/audio-libs/opus/BUILD
@@ -1,2 +1,3 @@
OPTS+=" --disable-doc --disable-extra-programs" &&
+CFLAGS="${CFLAGS//-ffast-math/}" &&
default_build
diff --git a/audio-libs/opus/DETAILS b/audio-libs/opus/DETAILS
index 353553e..73f8154 100755
--- a/audio-libs/opus/DETAILS
+++ b/audio-libs/opus/DETAILS
@@ -1,6 +1,6 @@
SPELL=opus
- VERSION=1.1.1
-
SOURCE_HASH=sha512:1e55ed19f07ed399371aaf92544b3c5fb3d214c8ae67210a709edfede2102a5fa5c6f5b8287d26dcacad62b5c0a591bfe14ee7ae7d846629e5a814a05da4e149
+ VERSION=1.1.2
+
SOURCE_HASH=sha512:12ec6613190a09bf6f300fac70bcf927731b707eae2511cebe7098cb49c4bf43dd21a0af4d22900958636949226df50243c432d53dedeacd46a4978729b5fc0d
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://downloads.xiph.org/releases/opus/$SOURCE
@@ -10,9 +10,9 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
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
+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
index ce87c6f..e1b2d2a 100644
--- a/audio-libs/opus/HISTORY
+++ b/audio-libs/opus/HISTORY
@@ -1,3 +1,8 @@
+2016-01-24 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Remove -ffast-math from CFLAGS
+ * DETAILS: updated spell to 1.1.2
+ fixed long description wrap
+
2015-12-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.1
spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (196b8f91a0b4dfb89ab5ca8afd5481456553daf2), Ismael Luceno, 01/24/2016

Archive powered by MHonArc 2.6.24.

Top of Page