Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Anton Brondz (144350677ce91d0e9a204e8dfd5fbc7f787de6db)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Anton Brondz <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Anton Brondz (144350677ce91d0e9a204e8dfd5fbc7f787de6db)
  • Date: Tue, 22 Aug 2006 07:49:59 -0500

GIT changes to master grimoire by Anton Brondz <dinolinux AT gmail.com>:

ChangeLog | 4 ++++
audio-creation/sonik/DEPENDS | 9 +++++++++
audio-creation/sonik/DETAILS | 26 ++++++++++++++++++++++++++
audio-creation/sonik/HISTORY | 2 ++
audio-creation/tap-plugins/BUILD | 3 +++
audio-creation/tap-plugins/DEPENDS | 2 ++
audio-creation/tap-plugins/DETAILS | 16 ++++++++++++++++
audio-creation/tap-plugins/HISTORY | 2 ++
audio-creation/tap-plugins/PRE_BUILD | 4 ++++
9 files changed, 68 insertions(+)

New commits:
commit 144350677ce91d0e9a204e8dfd5fbc7f787de6db
Author: Anton Brondz <dinolinux AT gmail.com>
Commit: Anton Brondz <dinolinux AT gmail.com>

sonik, tap-plugins: new spells, thanks to Jamie Tomlinson

diff --git a/ChangeLog b/ChangeLog
index b07002b..8f542a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-22 Anton Brondz <dinolinux AT sourcemage.org>
+ * audio-creation/tap-plugins: new spell thanks to Jamie Tomlinson
+ * audio-creation/sonik: new spell thanks to Jamie Tomlinson
+
2006-08-21 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-soft/kaconnect: New spell, Qt version of the ALSA
aconnect utility.
diff --git a/audio-creation/sonik/DEPENDS b/audio-creation/sonik/DEPENDS
new file mode 100755
index 0000000..6243d28
--- /dev/null
+++ b/audio-creation/sonik/DEPENDS
@@ -0,0 +1,9 @@
+depends kdelibs &&
+depends arts &&
+depends gsl &&
+depends audiofile
+
+optional_depends ladspa "" "--with-ladspa" "for plugin support" &&
+optional_depends swh-plugins "" "" "for swh plugins" &&
+# optional_depends cmt-plugins "" "" "for cmt plugins" &&
+optional_depends tap-plugins "" "" "for tap plugins"
diff --git a/audio-creation/sonik/DETAILS b/audio-creation/sonik/DETAILS
new file mode 100755
index 0000000..537c952
--- /dev/null
+++ b/audio-creation/sonik/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=sonik
+ VERSION=1.0.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://sonik.sourceforge.net
+ ENTERED=20060524
+ UPDATED=20060611
+
SOURCE_HASH=sha512:395b9d533e2d65a81f18946f15bb07b4231debd29c21f908545e01fca703faaae1caf7a32eeb05f8e88ce80ce08290da9110638fa6a83d44705ba1cf4b8a24ea
+ LICENSE[0]=GPL
+ SHORT="soniK is an open source digital audio editor for Linux,
using the KDE platform. soniK allows you to record, edit and process sounds
on your computer."
+cat << EOF
+soniK's main features include:
+- Record audio using your computer's soundcard
+- Visualise the audio as a waveform or a spectrogram
+- Edit the audio and transform it with a wide variety of plugins
+- Generate new sounds
+- Develop your own plugins using the soniK SDK
+Technology
+ - soniK uses the aRts sound system from KDE which means a wide variety of
soundcards are supported. Future versions of soniK will also use the JACK
sound system which provides real-time, low-latency sound input/output.
+ - soniK uses LADSPA plugins to apply effects to sound files. Several
packages of plugins are available, providing hundreds of effects and you
should install some of these to get the most out of soniK. Available packages
include:
+ -- SWH plugins - http://plugin.org.uk.
+ -- Computer Music Toolkit - http://www.ladspa.org/cmt/.
+ -- Tom's Audio Processing plugins - http://tap-plugins.sourceforge.net/.
+ - soniK uses KDE's network transparency features to allow you to edit files
on remote machines
+EOF
diff --git a/audio-creation/sonik/HISTORY b/audio-creation/sonik/HISTORY
new file mode 100644
index 0000000..3c9beb3
--- /dev/null
+++ b/audio-creation/sonik/HISTORY
@@ -0,0 +1,2 @@
+2006-05-24 Jamie Tomlinson jamie.tomlinson AT verizon.net
+ * Created sonik spell
diff --git a/audio-creation/tap-plugins/BUILD
b/audio-creation/tap-plugins/BUILD
new file mode 100755
index 0000000..4e6e2ac
--- /dev/null
+++ b/audio-creation/tap-plugins/BUILD
@@ -0,0 +1,3 @@
+make &&
+make install
+
diff --git a/audio-creation/tap-plugins/DEPENDS
b/audio-creation/tap-plugins/DEPENDS
new file mode 100755
index 0000000..6e217ef
--- /dev/null
+++ b/audio-creation/tap-plugins/DEPENDS
@@ -0,0 +1,2 @@
+depends ladspa
+
diff --git a/audio-creation/tap-plugins/DETAILS
b/audio-creation/tap-plugins/DETAILS
new file mode 100755
index 0000000..c957433
--- /dev/null
+++ b/audio-creation/tap-plugins/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=tap-plugins
+ VERSION=0.7.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://tap-plugins.sourceforge.net
+ ENTERED=20060512
+ UPDATED=20060512
+
SOURCE_HASH=sha512:2ea9d80e115d0ffca1e91ceb7ea872acf1207cc5b6f40d204752808f8e984c07ae493cb9432f2541003b34fd4354c2a65c8473abcd0113e1b540aa500ab28b11
+ LICENSE[0]=GPL
+ SHORT="Tom's Audio Processing plugins is a selection of LADSPA
plugins for audio engineering on the Linux platform."
+cat << EOF
+Tom's Audio Processing plugins is a selection of LADSPA plugins for audio
engineering on the Linux platform.
+Intended for use in a professional DAW environment such as Ardour, it
includes high quality reverberation,
+echo, eq, limiter & more.
+EOF
diff --git a/audio-creation/tap-plugins/HISTORY
b/audio-creation/tap-plugins/HISTORY
new file mode 100644
index 0000000..42dccd3
--- /dev/null
+++ b/audio-creation/tap-plugins/HISTORY
@@ -0,0 +1,2 @@
+2006-05-12 Jamie Tomlinson jamie.tomlinson AT verizon.net
+ * Created TAP-Plugins
diff --git a/audio-creation/tap-plugins/PRE_BUILD
b/audio-creation/tap-plugins/PRE_BUILD
new file mode 100755
index 0000000..f1c7747
--- /dev/null
+++ b/audio-creation/tap-plugins/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "s/\\/usr\\/local/\\/usr/g" Makefile
+




Archive powered by MHonArc 2.6.24.

Top of Page