Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4106758ef820b84cf01c2f4e0e19cea8271374a2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4106758ef820b84cf01c2f4e0e19cea8271374a2)
  • Date: Fri, 24 Oct 2008 22:10:20 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

audio-players/speex/DEPENDS | 6 +-----
audio-players/speex/DETAILS | 35 +++++++++++++++++------------------
audio-players/speex/HISTORY | 4 ++--
3 files changed, 20 insertions(+), 25 deletions(-)

New commits:
commit 4106758ef820b84cf01c2f4e0e19cea8271374a2
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

speex: cleaned up desc; removed previously added alternate fftw selection
(b0rked atm)

diff --git a/audio-players/speex/DEPENDS b/audio-players/speex/DEPENDS
index b09933b..6fdd6b2 100755
--- a/audio-players/speex/DEPENDS
+++ b/audio-players/speex/DEPENDS
@@ -1,8 +1,4 @@
optional_depends libogg \
"--enable-ogg" \
"--disable-ogg" \
- "for OGG audio support" &&
-
-optional_depends fftw \
- "--with-fft=gpl-fftw3" "" \
- "use an alternate FFT implementation"
+ "for OGG audio support"
diff --git a/audio-players/speex/DETAILS b/audio-players/speex/DETAILS
index ab03b5f..4f770f0 100755
--- a/audio-players/speex/DETAILS
+++ b/audio-players/speex/DETAILS
@@ -11,27 +11,26 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
KEYWORDS="players audio"
SHORT="Open Source patent-free audio compression format for
speech"
cat << EOF
-Speex is an Open Source/Free Software patent-free audio compression
-format designed for speech. The Speex Project aims to lower the barrier
-of entry for voice applications by providing a free alternative to
-expensive proprietary speech codecs. Moreover, Speex is well-adapted to
-Internet applications and provides useful features that are not present
-in most other codecs. Finally, Speex is part of the GNU Project and is
-available under the Xiph.org variant of the BSD license.
-The Technology
+Speex is an Open Source/Free Software patent-free audio compression format
+designed for speech. The Speex Project aims to lower the barrier of entry for
+voice applications by providing a free alternative to expensive proprietary
+speech codecs. Moreover, Speex is well-adapted to Internet applications and
+provides useful features that are not present in most other codecs. Finally,
+Speex is part of the GNU Project and is available under the Xiph.org variant
+of the BSD license.

-Speex is based on CELP and is designed to compress voice at bitrates ranging
+Speex is based on CELP and is designed to compress voice at bitrates ranging
from 2 to 44 kbps. Some of Speexs features include:

- * Narrowband (8 kHz), wideband (16 kHz), and ultra-wideband (32 kHz)
+ * Narrowband (8 kHz), wideband (16 kHz), and ultra-wideband (32 kHz)
compression in the same bitstream
- * Intensity stereo encoding
- * Packet loss concealment
- * Variable bitrate operation (VBR)
- * Voice Activity Detection (VAD)
- * Discontinuous Transmission (DTX)
+ * Intensity stereo encoding
+ * Packet loss concealment
+ * Variable bitrate operation (VBR)
+ * Voice Activity Detection (VAD)
+ * Discontinuous Transmission (DTX)

-Note that Speex has a number of features that arent in other codecs such
-as intensity stereo encoding, integration of multiple sampling rates in the
-same bitstream, and a VBR mode; see our comparison page for more.
+Note that Speex has a number of features that arent in other codecs such as
+intensity stereo encoding, integration of multiple sampling rates in the same
+bitstream, and a VBR mode; see our comparison page for more.
EOF
diff --git a/audio-players/speex/HISTORY b/audio-players/speex/HISTORY
index cdaa2bc..f36fb66 100644
--- a/audio-players/speex/HISTORY
+++ b/audio-players/speex/HISTORY
@@ -1,5 +1,6 @@
2008-10-25 Vlad Glagolev <stealth AT sourcemage.org>
- * DETAILS: updated spell to 1.2rc1
+ * DETAILS: updated spell to 1.2rc1; cleaned up desc
+ * DEPENDS: cleaned up

2008-04-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.2beta3.2, SECURITY_PATCH=1 [Bug 14461]
@@ -42,4 +43,3 @@
2003-03-30 Eric Sandall <sandalle AT sourcemage.org>
* Created spell
* Added to audio
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4106758ef820b84cf01c2f4e0e19cea8271374a2), Vlad Glagolev, 10/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page