[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (19980931d649fd4dc3edc12e1fcd54216ca4fe68)

Pol Vinogradov scm at mail.sourcemage.org
Mon Oct 2 17:12:41 EDT 2006


GIT changes to master 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 |    8 ++++++++
 audio-soft/qloud/INSTALL |    1 +
 6 files changed, 48 insertions(+)

New commits:
commit 85a8e1131535119ccecba95f0aeb199e015585c4
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    audio-soft/qloud:
    
    DEPENDS: switch to qwt5
    WIP: removed
    (cherry picked from cbc766a3cc2cf93bd50c3234614ed1b61082398a commit)

commit 2335334711832313beb4cf7f829c8558665bf754
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    audio-soft/qloud:
    
    DETAILS: updated to 0.19
    (cherry picked from a6f8845b87c5ead15e44ace7e2f89f7185c6152b commit)

commit 63ae33999ac46c1008c92c8cabdb035c823e04e5
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
    (cherry picked from 3ebf92ac5e523c24c20bb32c036c527ce1598f26 commit)

diff --git a/ChangeLog b/ChangeLog
index 38e66d0..a2a3c42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -236,6 +236,10 @@
 	* audio-plugins/rev-plugins: New spell, LADSPA plugins.
 	* audio-plugins/vco-plugins: New spell, LADSPA plugins.
 
+2006-08-18 Pol Vinogradov <vin.public at gmail.com>
+	* audio-soft/qloud: new spell, tool to measure loudspeaker frequency
+	  response
+
 2006-08-16: Robin Cook <rcook at wyrms.net>
 	* gnome2-apps: glade3 added
 	* gnome2-apps: glade-3 deprecated as renamed to glade3
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..051e4fe
--- /dev/null
+++ b/audio-soft/qloud/DEPENDS
@@ -0,0 +1,5 @@
+depends  qt4         &&
+depends  qwt5        &&
+depends  fftw        &&
+depends  jack        &&
+depends  libsndfile
diff --git a/audio-soft/qloud/DETAILS b/audio-soft/qloud/DETAILS
new file mode 100755
index 0000000..1887b4d
--- /dev/null
+++ b/audio-soft/qloud/DETAILS
@@ -0,0 +1,27 @@
+           SPELL=qloud
+         VERSION=0.19
+          SOURCE=$SPELL-$VERSION.tar.bz2
+   SOURCE_URL[0]=http://gaydenko.com/$SPELL/download/$SOURCE
+     SOURCE_HASH=sha512:408f1b38ae48320a1c48fc83b48da25c3df2c2ed215481479d6f1afcb639e522a36bb7aaecf273ff56dab5245156a7e629a3be77d0601b9a48e26ae43c3def31
+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..48a32c8
--- /dev/null
+++ b/audio-soft/qloud/HISTORY
@@ -0,0 +1,8 @@
+2006-10-03 Pol Vinogradov <vin.public at gmail.com>
+	* DEPENDS: switched to qwt5
+
+2006-10-02 Pol Vinogradov <vin.public at gmail.com>
+	* DETAILS: updated to 0.19
+
+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



More information about the SM-Commit mailing list