Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (4305019577c60821987cbd40f8201b90c97bbf63)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (4305019577c60821987cbd40f8201b90c97bbf63)
  • Date: Mon, 13 Nov 2006 09:49:20 -0600

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
audio-drivers/line6/BUILD | 1 +
audio-drivers/line6/CONFLICTS | 1 +
audio-drivers/line6/DETAILS | 34 ++++++++++++++++++++++++++++++++++
audio-drivers/line6/HISTORY | 28 ++++++++++++++++++++++++++++
audio-drivers/line6/PRE_BUILD | 3 +++
audio-drivers/line6/TRIGGERS | 1 +
audio-drivers/podxt/DEPENDS | 1 +
audio-drivers/podxt/DETAILS | 7 ++++---
audio-drivers/podxt/HISTORY | 3 +++
audio-drivers/podxt/INSTALL | 1 +
audio-drivers/podxt/PRE_BUILD | 4 +---
audio-drivers/podxt/TRIGGERS | 2 +-
13 files changed, 82 insertions(+), 7 deletions(-)

New commits:
commit 4305019577c60821987cbd40f8201b90c97bbf63
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

rename podxt to line6

also fixes #11326

diff --git a/ChangeLog b/ChangeLog
index 40339e5..70fbd25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-11-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * audio-drivers/podxt renamed to line6
+
2006-11-12 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* python-devel/httplib2: new spell neede for
libopensync-plugin-google-calendar forgot it
diff --git a/audio-drivers/line6/BUILD b/audio-drivers/line6/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/audio-drivers/line6/BUILD
@@ -0,0 +1 @@
+true
diff --git a/audio-drivers/line6/CONFLICTS b/audio-drivers/line6/CONFLICTS
new file mode 100644
index 0000000..4d17680
--- /dev/null
+++ b/audio-drivers/line6/CONFLICTS
@@ -0,0 +1 @@
+conflicts podxt y
diff --git a/audio-drivers/line6/DETAILS b/audio-drivers/line6/DETAILS
new file mode 100755
index 0000000..229d997
--- /dev/null
+++ b/audio-drivers/line6/DETAILS
@@ -0,0 +1,34 @@
+ SPELL=line6
+ VERSION=0.6.5
+ SOURCE=${SPELL}usb-$VERSION.tar.bz2
+ SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}usb-$VERSION
+ SOURCE_URL[0]=http://www.tanzband-scream.at/line6/download/$SOURCE
+
SOURCE_HASH=sha512:459f3e546165cc8eb830db5693df5435c007725827758404895f7a6eda69b10227898584f417ab975224c63f82f9d667a96e48e4dfc409a2c1cfc2b0264079b6
+ WEB_SITE=http://www.tanzband-scream.at/line6/
+ ENTERED=20041201
+ LICENSE=GPL
+ KEYWORDS="usb drivers audio"
+ SHORT="USB Driver for Line6 PODxt"
+cat << EOF
+This is an experimental Linux driver for the guitar amp, cab, and effects
+modeller PODxt Pro by Line6 (and similar devices), supporting the following
+features:
+ * Reading/writing individual parameters
+ * Reading/writing complete channel, effects setup, and amp setup data
+ * Channel switching
+ * Virtual MIDI interface
+ * Tuner access
+ * Playback/capture/mixer device for any ALSA-compatible PCM audio
application
+ * Signal routing (record clean/processed guitar signal, re-amping)
+
+It should work at least with the following devices:
+ - BassPODxt
+ - BassPODxt Pro
+ - BassPODxt Live
+ - PODxt Live
+ - GuitarPort
+ - PODxt
+ - PODxt Pro
+ - SeaMonkey
+Moreover, preliminary support for the Variax Workbench is included.
+EOF
diff --git a/audio-drivers/line6/HISTORY b/audio-drivers/line6/HISTORY
new file mode 100644
index 0000000..299d1bd
--- /dev/null
+++ b/audio-drivers/line6/HISTORY
@@ -0,0 +1,28 @@
+2006-11-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * renamed from podxt and updated to 0.6.5 also fixing #11326
+
+2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed UPDATED.
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2005-12-07 Flavien Bridault <disk AT sourcemage.org>
+ * DETAILS: updated to 0.5.2
+
+2005-11-29 Seth Woolley <seth AT tautology.org>
+ * DETAILS: MD5 -> SHA512
+
+2005-09-27 Flavien Bridault <disk AT sourcemage.org>
+ * DETAILS: updated to 0.4
+ * PRE_BUILD: use get_kernel_version
+
+2005-05-29 Flavien Bridault <disk AT sourcemage.org>
+ * DETAILS: updated to 0.3
+
+2005-01-14 Flavien Bridault <disk AT sourcemage.org>
+ * Created spell
+
diff --git a/audio-drivers/line6/PRE_BUILD b/audio-drivers/line6/PRE_BUILD
new file mode 100755
index 0000000..bbb4492
--- /dev/null
+++ b/audio-drivers/line6/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i "s/\$(shell\ uname\ -r)/$(get_kernel_version)/" Makefile
diff --git a/audio-drivers/line6/TRIGGERS b/audio-drivers/line6/TRIGGERS
new file mode 100755
index 0000000..bb1c400
--- /dev/null
+++ b/audio-drivers/line6/TRIGGERS
@@ -0,0 +1 @@
+on_cast linux cast_self
diff --git a/audio-drivers/podxt/DEPENDS b/audio-drivers/podxt/DEPENDS
new file mode 100755
index 0000000..792b3d5
--- /dev/null
+++ b/audio-drivers/podxt/DEPENDS
@@ -0,0 +1 @@
+depends line6
diff --git a/audio-drivers/podxt/DETAILS b/audio-drivers/podxt/DETAILS
index f993bc4..009d30e 100755
--- a/audio-drivers/podxt/DETAILS
+++ b/audio-drivers/podxt/DETAILS
@@ -1,11 +1,12 @@
SPELL=podxt
VERSION=0.5.2
- SOURCE=${SPELL}pro-$VERSION.tar.bz2
+# SOURCE=${SPELL}pro-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}pro-$VERSION
- SOURCE_URL[0]=http://www.tanzband-scream.at/line6/download/$SOURCE
-
SOURCE_HASH=sha512:932334094d899d90f5fe96efc9e36b87bf1716138cf519aaa6b33559716b3e2a10ff574dd29a1262da45cf7350a54f8c57826e8c28b4c1ec93e64a01350bfc5d
+# SOURCE_URL[0]=http://www.tanzband-scream.at/line6/download/$SOURCE
+#
SOURCE_HASH=sha512:932334094d899d90f5fe96efc9e36b87bf1716138cf519aaa6b33559716b3e2a10ff574dd29a1262da45cf7350a54f8c57826e8c28b4c1ec93e64a01350bfc5d
WEB_SITE=http://www.tanzband-scream.at/line6/
ENTERED=20041201
+ PATCHLEVEL=1
LICENSE=GPL
KEYWORDS="usb drivers audio"
SHORT="USB Driver for Line6 PODxt"
diff --git a/audio-drivers/podxt/HISTORY b/audio-drivers/podxt/HISTORY
index 817cbc3..bfd15b7 100644
--- a/audio-drivers/podxt/HISTORY
+++ b/audio-drivers/podxt/HISTORY
@@ -1,3 +1,6 @@
+2006-11-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * renamed to line6
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/audio-drivers/podxt/INSTALL b/audio-drivers/podxt/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/audio-drivers/podxt/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/audio-drivers/podxt/PRE_BUILD b/audio-drivers/podxt/PRE_BUILD
index bbb4492..27ba77d 100755
--- a/audio-drivers/podxt/PRE_BUILD
+++ b/audio-drivers/podxt/PRE_BUILD
@@ -1,3 +1 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sed -i "s/\$(shell\ uname\ -r)/$(get_kernel_version)/" Makefile
+true
diff --git a/audio-drivers/podxt/TRIGGERS b/audio-drivers/podxt/TRIGGERS
index bb1c400..11dcfd8 100755
--- a/audio-drivers/podxt/TRIGGERS
+++ b/audio-drivers/podxt/TRIGGERS
@@ -1 +1 @@
-on_cast linux cast_self
+on_cast podxt dispel_self



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (4305019577c60821987cbd40f8201b90c97bbf63), Jaka Kranjc, 11/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page