Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary by George Sherwood (51c9b1736252b836636601fd8ac3588ab01ebb9e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary by George Sherwood (51c9b1736252b836636601fd8ac3588ab01ebb9e)
  • Date: Wed, 15 Oct 2008 15:23:36 -0500

GIT changes to master binary by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 1 +
bin-audio/tuxguitar-bin/BUILD | 1 +
bin-audio/tuxguitar-bin/DEPENDS | 1 +
bin-audio/tuxguitar-bin/DETAILS | 26 ++++++++++++++++++++++++++
bin-audio/tuxguitar-bin/HISTORY | 6 ++++++
bin-audio/tuxguitar-bin/INSTALL | 4 ++++
bin-audio/tuxguitar-bin/tuxguitar | 4 ++++
7 files changed, 43 insertions(+)

New commits:
commit 51c9b1736252b836636601fd8ac3588ab01ebb9e
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

tuxguitar-bin: Moved from z-rejected.

diff --git a/ChangeLog b/ChangeLog
index 9268aad..8d88672 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@
* bin-http/seamonkey-bin: moved spell from z-rejected
* bin-http/tomcat-4-bin: moved spell from z-rejected
* bin-http/xulrunner-bin: moved spell from z-rejected
+ * bin-audio/tuxguitar-bin: moved spell from z-rejected

2008-10-15 Arwed von Merkatz <v.merkatz AT gmx.net>
* created grimoire
diff --git a/bin-audio/tuxguitar-bin/BUILD b/bin-audio/tuxguitar-bin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/bin-audio/tuxguitar-bin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/bin-audio/tuxguitar-bin/DEPENDS b/bin-audio/tuxguitar-bin/DEPENDS
new file mode 100755
index 0000000..7d1059e
--- /dev/null
+++ b/bin-audio/tuxguitar-bin/DEPENDS
@@ -0,0 +1 @@
+depends JAVA
diff --git a/bin-audio/tuxguitar-bin/DETAILS b/bin-audio/tuxguitar-bin/DETAILS
new file mode 100755
index 0000000..50faca9
--- /dev/null
+++ b/bin-audio/tuxguitar-bin/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=tuxguitar-bin
+ VERSION=1.0
+ SOURCE=tuxguitar-${VERSION}-linux-x86.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/tuxguitar-${VERSION}-linux-x86
+ SOURCE_URL[0]=$SOURCEFORGE_URL/tuxguitar/$SOURCE
+
SOURCE_HASH=sha512:12e992cec4ab9f39148c4db71e62dfaa07ac97909cfc0867632c25c1249f2b91070c24b8cd2be646778a6e4883c14534b54ef19ad9e5f709c92426a8fad1e333
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.tuxguitar.com.ar
+ ENTERED=20080626
+ ARCHIVE="off"
+ SHORT="multitrack tablature editor and player"
+cat << EOF
+With TuxGuitar, you will be able to compose music using the following
features:
+
+ * Tablature editor
+ * Score Viewer
+ * Multitrack display
+ * Autoscroll while playing
+ * Note duration management
+ * Various effects (bend, slide, vibrato, hammer-on/pull-off)
+ * Support for triplets (5,6,7,9,10,11,12)
+ * Repeat open and close
+ * Time signature management
+ * Tempo management
+ * Imports and exports gp3,gp4 and gp5 files
+EOF
diff --git a/bin-audio/tuxguitar-bin/HISTORY b/bin-audio/tuxguitar-bin/HISTORY
new file mode 100644
index 0000000..bfdc001
--- /dev/null
+++ b/bin-audio/tuxguitar-bin/HISTORY
@@ -0,0 +1,6 @@
+2008-10-15 George Sherwood <gsherwood AT sourcemage.org>
+ * PREPARE: Removed. Only for z-rejected.
+ * DETAILS: Removed REJECT
+
+2008-06-26 Alexander Tsamutali <astsmtl AT gmail.com>
+ * PREPARE, DETAILS, DEPENDS, BUILD, INSTALL, HISTORY, tuxguitar:
Created
diff --git a/bin-audio/tuxguitar-bin/INSTALL b/bin-audio/tuxguitar-bin/INSTALL
new file mode 100755
index 0000000..a8eace9
--- /dev/null
+++ b/bin-audio/tuxguitar-bin/INSTALL
@@ -0,0 +1,4 @@
+INSTALL_DIRECTORY=$INSTALL_ROOT/opt/tuxguitar &&
+mkdir -v -p $INSTALL_DIRECTORY &&
+cp -v -r * $INSTALL_DIRECTORY &&
+install -v -m 755 $SPELL_DIRECTORY/tuxguitar /usr/bin/
diff --git a/bin-audio/tuxguitar-bin/tuxguitar
b/bin-audio/tuxguitar-bin/tuxguitar
new file mode 100755
index 0000000..a9aa347
--- /dev/null
+++ b/bin-audio/tuxguitar-bin/tuxguitar
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /opt/tuxguitar
+exec ./tuxguitar



  • [SM-Commit] GIT changes to master binary by George Sherwood (51c9b1736252b836636601fd8ac3588ab01ebb9e), George Sherwood, 10/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page