Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (6266dedd367a4ae9d249e2b502a3bc91060645be)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (6266dedd367a4ae9d249e2b502a3bc91060645be)
  • Date: Sun, 18 Feb 2007 15:02:19 -0600

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

ChangeLog | 4 ++++
audio-plugins/pvoc/BUILD | 1 +
audio-plugins/pvoc/DEPENDS | 4 ++++
audio-plugins/pvoc/DETAILS | 16 ++++++++++++++++
audio-plugins/pvoc/HISTORY | 2 ++
audio-plugins/pvoc/PRE_BUILD | 4 ++++
6 files changed, 31 insertions(+)

New commits:
commit 6266dedd367a4ae9d249e2b502a3bc91060645be
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

pvoc: new spell, LADSPA plugins

diff --git a/ChangeLog b/ChangeLog
index ddc1991..702702f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-02-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * audio-plugins/pvoc: New spell, LADSPA plugins for time
+ compression/expansion.
+
2007-02-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libs/muparser: fast math expression parser library

diff --git a/audio-plugins/pvoc/BUILD b/audio-plugins/pvoc/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-plugins/pvoc/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-plugins/pvoc/DEPENDS b/audio-plugins/pvoc/DEPENDS
new file mode 100755
index 0000000..2d0a184
--- /dev/null
+++ b/audio-plugins/pvoc/DEPENDS
@@ -0,0 +1,4 @@
+depends pkgconfig &&
+depends libsndfile &&
+depends ladspa &&
+depends fftw
diff --git a/audio-plugins/pvoc/DETAILS b/audio-plugins/pvoc/DETAILS
new file mode 100755
index 0000000..ce4f3b2
--- /dev/null
+++ b/audio-plugins/pvoc/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=pvoc
+ VERSION=0.1.11
+ SOURCE=${SPELL}_$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://quitte.de/dsp/$SOURCE
+ WEB_SITE=http://quitte.de/dsp/pvoc.html
+ ENTERED=20070218
+
SOURCE_HASH=sha512:7b7216e8bda16d1a30c0abcd19014bd23868820bcd5b17b39631212c375b98dbec9e4efb19315b92d30972e053b73eb65a2ff621ea477553536e58a42a91489a
+ LICENSE[0]=GPL
+ KEYWORDS="plugins audio"
+ SHORT="LADSPA units for time compression/expansion of sound."
+cat << EOF
+pvoc is a collection of LADSPA units and a command line tool for time
+compression/expansion of sound data making use of the phase-vocoding
+technique.
+EOF
diff --git a/audio-plugins/pvoc/HISTORY b/audio-plugins/pvoc/HISTORY
new file mode 100644
index 0000000..e07dd50
--- /dev/null
+++ b/audio-plugins/pvoc/HISTORY
@@ -0,0 +1,2 @@
+2007-02-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD: Created spell.
diff --git a/audio-plugins/pvoc/PRE_BUILD b/audio-plugins/pvoc/PRE_BUILD
new file mode 100755
index 0000000..0fae600
--- /dev/null
+++ b/audio-plugins/pvoc/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:/usr/local:$INSTALL_ROOT/usr:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (6266dedd367a4ae9d249e2b502a3bc91060645be), Juuso Alasuutari, 02/18/2007

Archive powered by MHonArc 2.6.24.

Top of Page