Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel grimoire by Pol Vinogradov (3ebf92ac5e523c24c20bb32c036c527ce1598f26)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel grimoire by Pol Vinogradov (3ebf92ac5e523c24c20bb32c036c527ce1598f26)
  • Date: Thu, 17 Aug 2006 15:33:44 -0500

GIT changes to devel grimoire by Pol Vinogradov <vin.public AT gmail.com>:

ChangeLog | 4 ++++
audio-soft/qloud/BUILD | 3 +++
audio-soft/qloud/DEPENDS | 5 +++++
audio-soft/qloud/DETAILS | 27 +++++++++++++++++++++++++++
audio-soft/qloud/HISTORY | 2 ++
audio-soft/qloud/INSTALL | 1 +
audio-soft/qloud/WIP | 1 +
7 files changed, 43 insertions(+)

New commits:
commit 3ebf92ac5e523c24c20bb32c036c527ce1598f26
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-soft/qloud: new spell, tool to measure loudspeaker frequency
response, it's a WIP spell

diff --git a/ChangeLog b/ChangeLog
index 7363470..bf12f0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-18 Pol Vinogradov <vin.public AT gmail.com>
+ * audio-soft/qloud: new spell, tool to measure loudspeaker frequency
+ response
+
2006-06-13 Unet <unet AT sourcemage.org>
* perl-cpan/unicode-map: new spell
* perl-cpan/jcode: new spell
diff --git a/audio-soft/qloud/BUILD b/audio-soft/qloud/BUILD
new file mode 100755
index 0000000..7de5cea
--- /dev/null
+++ b/audio-soft/qloud/BUILD
@@ -0,0 +1,3 @@
+sedit "s:/usr:${INSTALL_ROOT}/usr:g" src/src.pro &&
+${TRACK_ROOT}/usr/bin/qt4/qmake &&
+make
diff --git a/audio-soft/qloud/DEPENDS b/audio-soft/qloud/DEPENDS
new file mode 100755
index 0000000..f964e1e
--- /dev/null
+++ b/audio-soft/qloud/DEPENDS
@@ -0,0 +1,5 @@
+depends qt4 &&
+depends qwt &&
+depends fftw &&
+depends jack &&
+depends libsndfile
diff --git a/audio-soft/qloud/DETAILS b/audio-soft/qloud/DETAILS
new file mode 100755
index 0000000..1980234
--- /dev/null
+++ b/audio-soft/qloud/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=qloud
+ VERSION=0.4
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://gaydenko.com/$SPELL/download/$SOURCE
+
SOURCE_HASH=sha512:20015bd1845d5ebe71079a37bfb7f3a7eaae737a2dea7f7f4925cab7faf1712a38be27bfc7d87f6c485f6097a09a80b01ddf058fb576906dad7b157ab52c8526
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
+ WEB_SITE=http://gaydenko.com/qloud/
+ ENTERED=20060818
+ KEYWORDS="tools audio"
+ LICENSE[0]=GPL
+ SHORT="QLoud - tool to measure loudspeaker frequency response"
+cat << EOF
+QLoud is a tool to measure a loudspeaker frequency response. Writing this
+app is inspired by excellent applications written by Fons Adriaensen:
+http://users.skynet.be/solaris/linuxaudio/
+Theoretical background belongs to Angelo Farina:
+http://pcfarina.eng.unipr.it/
+In particular, this method was used:
+http://pcfarina.eng.unipr.it/Public/Papers/134-AES00.PDF
+Few hints: - move mouse above "?" sign at plot window and wait, - to delete
+measurement, use context menu on mesurements table, - to see what the app
+do, just connect app's JACK ports and try, - to see what your sound card
+do, use loopback for line in/out, - using "very smooth" fractional octave
+smoothing is hungry for CPU.
+So be patient when select more rather 1/3 octave smoothing (1/3 octave and
+less smoothing is rather interactive).
+EOF
diff --git a/audio-soft/qloud/HISTORY b/audio-soft/qloud/HISTORY
new file mode 100644
index 0000000..b458b77
--- /dev/null
+++ b/audio-soft/qloud/HISTORY
@@ -0,0 +1,2 @@
+2006-08-18 Pol Vinogradov <vin.public AT gmail.com>
+ * BUILD, DEPENDS, DETAILS, INSTALL: created spell
diff --git a/audio-soft/qloud/INSTALL b/audio-soft/qloud/INSTALL
new file mode 100755
index 0000000..e45fe33
--- /dev/null
+++ b/audio-soft/qloud/INSTALL
@@ -0,0 +1 @@
+install bin/qloud ${INSTALL_ROOT}/usr/bin
diff --git a/audio-soft/qloud/WIP b/audio-soft/qloud/WIP
new file mode 100644
index 0000000..0aba2f6
--- /dev/null
+++ b/audio-soft/qloud/WIP
@@ -0,0 +1 @@
+needs qwt from cvs.



  • [SM-Commit] GIT changes to devel grimoire by Pol Vinogradov (3ebf92ac5e523c24c20bb32c036c527ce1598f26), Pol Vinogradov, 08/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page