Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f9bae8347ae632b00eea6c427931db0712473644)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f9bae8347ae632b00eea6c427931db0712473644)
  • Date: Wed, 21 Sep 2011 02:35:59 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
audio-creation/guitarix2/BUILD | 4 ++++
audio-creation/guitarix2/DEPENDS | 8 ++++++++
audio-creation/guitarix2/DETAILS | 20 ++++++++++++++++++++
audio-creation/guitarix2/HISTORY | 3 +++
audio-creation/guitarix2/INSTALL | 1 +
6 files changed, 39 insertions(+)

New commits:
commit f9bae8347ae632b00eea6c427931db0712473644
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

guitarix2: new spell

diff --git a/ChangeLog b/ChangeLog
index 3e05872..218dd51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-09-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * audio-creation/guitarix2: new spell, guitar amplifier
+
2011-09-20 Ladislav Hagara <hgr AT vabo.cz>
* utils/dbus-sharp: new spell, D-Bus for .NET
* utils/dbus-sharp-glib: new spell, D-Bus for .NET: GLib module
diff --git a/audio-creation/guitarix2/BUILD b/audio-creation/guitarix2/BUILD
new file mode 100755
index 0000000..82050c7
--- /dev/null
+++ b/audio-creation/guitarix2/BUILD
@@ -0,0 +1,4 @@
+# zita-convolver external spelly may come... but that project seems troubled
+./waf configure -j $MAKE_NJOBS --prefix="$INSTALL_ROOT/usr" \
+--includeresampler --includeconvolver &&
+./waf build
diff --git a/audio-creation/guitarix2/DEPENDS
b/audio-creation/guitarix2/DEPENDS
new file mode 100755
index 0000000..684a2e4
--- /dev/null
+++ b/audio-creation/guitarix2/DEPENDS
@@ -0,0 +1,8 @@
+depends ladspa &&
+depends gtk+2 &&
+depends gtkmm2 &&
+depends glib2 &&
+depends libsigc++2 &&
+depends libsndfile &&
+depends JACK-DRIVER &&
+depends boost
diff --git a/audio-creation/guitarix2/DETAILS
b/audio-creation/guitarix2/DETAILS
new file mode 100755
index 0000000..cc8037a
--- /dev/null
+++ b/audio-creation/guitarix2/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=guitarix2
+ VERSION=0.18.0
+ SOURCE="$SPELL-$VERSION.tar.bz2"
+ SOURCE_URL[0]="$SOURCEFORGE_URL/${SPELL/2/}/$SOURCE"
+
SOURCE_HASH=sha512:503b4d9acc99562a10433986451eba6d7802d54aec63697eed6aa68afa341df80a490ab2be5baa646bb1ef7496406556eb1163de314231888e81124283810568
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://guitarix.sourceforge.net/";
+ LICENSE[0]="GPL2"
+ ENTERED=20110921
+ KEYWORDS=""
+ SHORT="virtual guitar amplifier"
+cat << EOF
+guitarix is a virtual guitar amplifier for Linux running with jack (Jack
+Audio Connection Kit). It takes the signal from your guitar as any real amp
+would do: as a mono-signal from your sound card. Your tone is processed by
+a main amp and a rack-section. Both can be routed separately and deliver a
+processed stereo-signal via Jack. You may fill the rack with effects from
more
+than 25 built-in modules spanning from a simple noise-gate to brain-slashing
+modulation-fx like flanger, phaser or auto-wah.
+EOF
diff --git a/audio-creation/guitarix2/HISTORY
b/audio-creation/guitarix2/HISTORY
new file mode 100644
index 0000000..b10ebc9
--- /dev/null
+++ b/audio-creation/guitarix2/HISTORY
@@ -0,0 +1,3 @@
+2011-09-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/audio-creation/guitarix2/INSTALL
b/audio-creation/guitarix2/INSTALL
new file mode 100755
index 0000000..eb7743d
--- /dev/null
+++ b/audio-creation/guitarix2/INSTALL
@@ -0,0 +1 @@
+./waf install



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (f9bae8347ae632b00eea6c427931db0712473644), Thomas Orgis, 09/21/2011

Archive powered by MHonArc 2.6.24.

Top of Page