Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (6496e397c1a71699a4c67aea3631d7ed33e661a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (6496e397c1a71699a4c67aea3631d7ed33e661a7)
  • Date: Sat, 10 May 2008 01:16:16 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

audio-creation/audacity/DEPENDS | 13 ++++++++-----
audio-creation/audacity/DETAILS | 4 ++--
audio-creation/audacity/HISTORY | 4 ++++
3 files changed, 14 insertions(+), 7 deletions(-)

New commits:
commit 6496e397c1a71699a4c67aea3631d7ed33e661a7
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

audacity: Updated beta to version 1.3.5. Now long includes
local copy of libsndfile. Updated DEPENDS.

diff --git a/audio-creation/audacity/DEPENDS b/audio-creation/audacity/DEPENDS
index caaf5be..be86856 100755
--- a/audio-creation/audacity/DEPENDS
+++ b/audio-creation/audacity/DEPENDS
@@ -5,6 +5,14 @@ else
depends wxgtk
fi &&
depends lame &&
+if [ "$AUDACITY_REL" == "beta" ]; then
+ depends libsndfile
+else
+ optional_depends libsndfile \
+ "--with-libsndfile=system" \
+ "--with-libsndfile=local" \
+ "to use system libsndfile"
+fi &&
if [ "$AUDACITY_REL" == "cvs" ]; then
depends CVS
fi &&
@@ -27,11 +35,6 @@ optional_depends libid3tag \
"--without-id3tag" \
"for MP3 ID3 tag support" &&

-optional_depends libsndfile \
- "--with-libsndfile=system" \
- "--with-libsndfile=local" \
- "to use system libsndfile" &&
-
optional_depends expat \
"--with-expat=system" \
"--with-expat=local" \
diff --git a/audio-creation/audacity/DETAILS b/audio-creation/audacity/DETAILS
index 76c3367..59d2847 100755
--- a/audio-creation/audacity/DETAILS
+++ b/audio-creation/audacity/DETAILS
@@ -12,10 +12,10 @@ if [ "$AUDACITY_REL" == "cvs" ]; then
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
if [ "$AUDACITY_REL" == "beta" ]; then
- VERSION=1.3.4
+ VERSION=1.3.5
SOURCE=$SPELL-src-$VERSION.tar.bz2
SOURCE_URL=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:66105a6febb346de9cfa324601ae30c9889899c57c04b193bc35f53b5d8271d75917f6ece774df6762f7f610fa90f395317d5594e4a147e73f148bfdae4baf87
+
SOURCE_HASH=sha512:d17a2184363fa9bad57ef37570de7b3d3c6e7105996e15d7605a087131f87e4fff69ee25182d0adb9d13a143877a60e27f78d45cd5a895daf5f08222c9dcbad5
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-src-$VERSION-beta
else
VERSION=1.2.6
diff --git a/audio-creation/audacity/HISTORY b/audio-creation/audacity/HISTORY
index 28141d6..4f85deb 100644
--- a/audio-creation/audacity/HISTORY
+++ b/audio-creation/audacity/HISTORY
@@ -1,3 +1,7 @@
+2008-05-10 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated beta version to 1.3.5
+ * DEPENDS: Beta doesn't include local libsndfile, depends libsndfile
+
2008-03-04 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Changed optional_depends jack to JACK-DRIVER.




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (6496e397c1a71699a4c67aea3631d7ed33e661a7), George Sherwood, 05/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page