Skip to Content.
Sympa Menu

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

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 (610545d642dec438992d771f07aa12be299b9e5a)
  • Date: Sun, 23 Mar 2008 10:00:49 -0500

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

audio-libs/soundtouch/CONFIGURE | 4 +++-
audio-libs/soundtouch/DEPENDS | 2 +-
audio-libs/soundtouch/DETAILS | 3 +--
audio-libs/soundtouch/HISTORY | 3 +++
audio-libs/soundtouch/PRE_BUILD | 7 +++++++
5 files changed, 15 insertions(+), 4 deletions(-)

New commits:
commit 610545d642dec438992d771f07aa12be299b9e5a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

soundtouch: automake-1.9 => automake

diff --git a/audio-libs/soundtouch/CONFIGURE b/audio-libs/soundtouch/CONFIGURE
index 9b6d43b..6ad0fe8 100755
--- a/audio-libs/soundtouch/CONFIGURE
+++ b/audio-libs/soundtouch/CONFIGURE
@@ -1 +1,3 @@
-config_query_option ST_FLOAT 'Do you want to use float samples instead of
integers (will allow wired compilation)?' y '--disable-integer-samples'
'--enable-integer-samples'
+config_query_option ST_FLOAT \
+ 'Use float samples instead of integers (will allow wired compilation)?' y \
+ '--disable-integer-samples' '--enable-integer-samples'
diff --git a/audio-libs/soundtouch/DEPENDS b/audio-libs/soundtouch/DEPENDS
index a597a0c..c79afef 100755
--- a/audio-libs/soundtouch/DEPENDS
+++ b/audio-libs/soundtouch/DEPENDS
@@ -1,2 +1,2 @@
depends g++ &&
-depends automake-1.9
+depends automake
diff --git a/audio-libs/soundtouch/DETAILS b/audio-libs/soundtouch/DETAILS
index f9fe51b..ec709c8 100755
--- a/audio-libs/soundtouch/DETAILS
+++ b/audio-libs/soundtouch/DETAILS
@@ -3,7 +3,7 @@
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
SOURCE_URL[0]=http://www.surina.net/soundtouch/$SOURCE
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.surina.net/soundtouch/
ENTERED=20051112
LICENSE[0]=LGPL
@@ -19,5 +19,4 @@ than original, without affecting the sound pitch.
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 710cb40..113305b 100644
--- a/audio-libs/soundtouch/HISTORY
+++ b/audio-libs/soundtouch/HISTORY
@@ -1,3 +1,6 @@
+2008-03-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, PRE_BUILD: automake-1.9 => automake
+
2007-04-13 Elisamuel Resto <ryuji AT mages.ath.cx>
* DEPENDS: Added a depend on automake-1.9 [Bug #13705]

diff --git a/audio-libs/soundtouch/PRE_BUILD b/audio-libs/soundtouch/PRE_BUILD
new file mode 100755
index 0000000..faed420
--- /dev/null
+++ b/audio-libs/soundtouch/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+for i in config.guess config.sub depcomp install-sh missing
+do
+ ln -sf $TRACK_ROOT/usr/share/automake/$i config/$i
+done



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (610545d642dec438992d771f07aa12be299b9e5a), Vlad Glagolev, 03/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page