Skip to Content.
Sympa Menu

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

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 (879c1ca532dabc7cb925257cb41cb13e9efe4538)
  • Date: Thu, 3 Jul 2008 12:18:26 -0500

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

audio-libs/libsamplerate/DEPENDS | 15 ++++++++++-----
audio-libs/libsamplerate/DETAILS | 10 +++++-----
audio-libs/libsamplerate/HISTORY | 8 +++++++-
audio-libs/libsamplerate/PRE_BUILD | 9 ---------
4 files changed, 22 insertions(+), 20 deletions(-)

New commits:
commit 879c1ca532dabc7cb925257cb41cb13e9efe4538
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libsamplerate: => 0.1.4, fixed deps, cleaned up

diff --git a/audio-libs/libsamplerate/DEPENDS
b/audio-libs/libsamplerate/DEPENDS
index 49c8f0e..0b9ec1b 100755
--- a/audio-libs/libsamplerate/DEPENDS
+++ b/audio-libs/libsamplerate/DEPENDS
@@ -1,6 +1,11 @@
-depends pkgconfig &&
+depends pkgconfig &&

-optional_depends libsndfile \
- "" \
- "" \
- "to build sndfile-resample utility"
+optional_depends libsndfile \
+ "--enable-sndfile" \
+ "--disable-sndfile" \
+ "to build sndfile-resample utility" &&
+
+optional_depends fftw \
+ "--enable-fftw" \
+ "--disable-fftw" \
+ "for FFTW usage"
diff --git a/audio-libs/libsamplerate/DETAILS
b/audio-libs/libsamplerate/DETAILS
index f767bf0..f277c33 100755
--- a/audio-libs/libsamplerate/DETAILS
+++ b/audio-libs/libsamplerate/DETAILS
@@ -1,14 +1,14 @@
SPELL=libsamplerate
- VERSION=0.1.3
-
SOURCE_HASH=sha512:cda0ed14bb750b8d222d13bc4312f584201368e2d66d24c9854086d3dc246d9dd8733fda7865c680d31011f15f2a93414943a251c321cb0010e409b5abbd0808
+ VERSION=0.1.4
+
SOURCE_HASH=sha512:ba973c4971ec08915c4851f9834b9248b9ce5f1eab0e54db347bfa53fed848a53d1437a0e13cb289694b90e111e9e990e38be8eae41aa51cb600c239e89e0db1
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://www.mega-nerd.com/SRC/$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.mega-nerd.com/SRC/$SOURCE
WEB_SITE=http://www.mega-nerd.com/SRC
ENTERED=20031207
LICENSE[0]=GPL
KEYWORDS="audio libs"
- SHORT="A Sample Rate Converter for audio."
+ SHORT="Sample Rate Converter for audio"
cat << EOF
Secret Rabbit Code (aka libsamplerate) is a Sample Rate Converter for audio.
One example of where such a thing would be useful is converting audio from
diff --git a/audio-libs/libsamplerate/HISTORY
b/audio-libs/libsamplerate/HISTORY
index c869abb..1bcb32d 100644
--- a/audio-libs/libsamplerate/HISTORY
+++ b/audio-libs/libsamplerate/HISTORY
@@ -1,3 +1,10 @@
+2008-07-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.1.4, fixed short desc, use $SOURCE,
+ cleaned up
+ * DEPENDS: added fftw as opt dep, fixed "--enable"/"--disable" flags,
+ cleaned up
+ * PRE_BUILD: removed, not needed anymore
+
2008-03-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.1.3

@@ -37,4 +44,3 @@

2003-12-07 Unet <audio AT sourcemage.org>
* DETAILS, HISTORY: Created
-
diff --git a/audio-libs/libsamplerate/PRE_BUILD
b/audio-libs/libsamplerate/PRE_BUILD
deleted file mode 100755
index 8128952..0000000
--- a/audio-libs/libsamplerate/PRE_BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-
-# disable building of sndfile-resample if libsndfile not selected
-if ! is_depends_enabled $SPELL libsndfile
-then
- sed -i "s/ examples / /g" configure
-fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (879c1ca532dabc7cb925257cb41cb13e9efe4538), Vlad Glagolev, 07/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page