Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (6114e6a4599c04fac1a89e48d34463f44c1ef64c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (6114e6a4599c04fac1a89e48d34463f44c1ef64c)
  • Date: Tue, 25 Dec 2012 15:39:05 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

audio-libs/soundtouch/DETAILS | 5 +---
audio-libs/soundtouch/HISTORY | 5 ++++
audio-libs/soundtouch/PRE_BUILD | 4 ---
audio-libs/soundtouch/soundtouch-1.5.0-x86_64-asm-broken.patch | 11
----------
audio-libs/soundtouch/soundtouch-1.6.0.tar.gz.sig | 0
dev/null |binary
6 files changed, 7 insertions(+), 18 deletions(-)

New commits:
commit 6114e6a4599c04fac1a89e48d34463f44c1ef64c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

audio-libs/soundtouch: version 1.7.0

diff --git a/audio-libs/soundtouch/DETAILS b/audio-libs/soundtouch/DETAILS
index a8855fa..41bca0d 100755
--- a/audio-libs/soundtouch/DETAILS
+++ b/audio-libs/soundtouch/DETAILS
@@ -1,7 +1,7 @@
SPELL=soundtouch
- VERSION=1.6.0
+ VERSION=1.7.0
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_HASH=sha512:bca405a4ef90ae8ef5eeb622d90bec4f299539af8bb91b41f7994e792b9b4a137766c88b1cd69d59072a9ca164ab48a6ac6bf1fdd722a04e05ed3da5d548414a
SOURCE_URL[0]=http://www.surina.net/soundtouch/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
WEB_SITE=http://www.surina.net/soundtouch/
@@ -20,4 +20,3 @@ tempo or speed.
* Playback Rate : Changes both the sound tempo and pitch, as if an LP disc
was played at wrong RPM rate.
EOF
-
diff --git a/audio-libs/soundtouch/HISTORY b/audio-libs/soundtouch/HISTORY
index f59f89c..5573dee 100644
--- a/audio-libs/soundtouch/HISTORY
+++ b/audio-libs/soundtouch/HISTORY
@@ -1,3 +1,8 @@
+2012-12-25 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.7.0
+ * PRE_BUILD, soundtouch-1.5.0-x86_64-asm-broken.patch:
+ removed patch
+
2011-11-27 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 1.6.0

diff --git a/audio-libs/soundtouch/PRE_BUILD b/audio-libs/soundtouch/PRE_BUILD
index ed29005..559e5bc 100755
--- a/audio-libs/soundtouch/PRE_BUILD
+++ b/audio-libs/soundtouch/PRE_BUILD
@@ -1,10 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-# Assembly code still broken on x86-64 ... instant segfault.
-# Got this patch idea from the ArchLinux folks.
-patch -Np0 < "$SCRIPT_DIRECTORY/soundtouch-1.5.0-x86_64-asm-broken.patch" &&
-
sed -i "s:COPYING.TXT
README.html:README.html\npkgdocdir=\$(datadir)/doc/soundtouch:" \
Makefile.am &&

diff --git a/audio-libs/soundtouch/soundtouch-1.5.0-x86_64-asm-broken.patch
b/audio-libs/soundtouch/soundtouch-1.5.0-x86_64-asm-broken.patch
deleted file mode 100644
index 07c6848..0000000
--- a/audio-libs/soundtouch/soundtouch-1.5.0-x86_64-asm-broken.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/STTypes.h.orig 2010-12-21 09:52:30.000000000 +0100
-+++ include/STTypes.h 2010-12-21 09:52:36.000000000 +0100
-@@ -87,7 +87,7 @@ namespace soundtouch
-
- #endif
-
-- #if (WIN32 || __i386__ || __x86_64__)
-+ #if (WIN32 || __i386__)
- /// Define this to allow X86-specific assembler/intrinsic
optimizations.
- /// Notice that library contains also usual C++ versions of each of
these
- /// these routines, so if you're having difficulties getting the
optimized
diff --git a/audio-libs/soundtouch/soundtouch-1.6.0.tar.gz.sig
b/audio-libs/soundtouch/soundtouch-1.6.0.tar.gz.sig
deleted file mode 100644
index c3d7795..0000000
Binary files a/audio-libs/soundtouch/soundtouch-1.6.0.tar.gz.sig and
/dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (6114e6a4599c04fac1a89e48d34463f44c1ef64c), Florian Franzmann, 12/25/2012

Archive powered by MHonArc 2.6.24.

Top of Page