Skip to Content.
Sympa Menu

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

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 (f3f8340ff0c6fd2e565731f0e00e74343546dd6b)
  • Date: Mon, 21 Aug 2006 07:24:31 -0500

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

ChangeLog | 4 ++++
audio-soft/kaconnect/BUILD | 1 +
audio-soft/kaconnect/DEPENDS | 2 ++
audio-soft/kaconnect/DETAILS | 17 +++++++++++++++++
audio-soft/kaconnect/HISTORY | 3 +++
audio-soft/kaconnect/INSTALL | 1 +
audio-soft/kaconnect/PRE_BUILD | 7 +++++++
7 files changed, 35 insertions(+)

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

kaconnect: New spell, Qt version of the ALSA aconnect utility.

diff --git a/ChangeLog b/ChangeLog
index 3047aa7..b07002b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-08-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * audio-soft/kaconnect: New spell, Qt version of the ALSA
+ aconnect utility.
+
2006-08-18 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-libs/clalsadrv: New spell, ALSA driver C++ library.

diff --git a/audio-soft/kaconnect/BUILD b/audio-soft/kaconnect/BUILD
new file mode 100755
index 0000000..692956f
--- /dev/null
+++ b/audio-soft/kaconnect/BUILD
@@ -0,0 +1 @@
+make -f make_kaconnect
diff --git a/audio-soft/kaconnect/DEPENDS b/audio-soft/kaconnect/DEPENDS
new file mode 100755
index 0000000..f6d15e6
--- /dev/null
+++ b/audio-soft/kaconnect/DEPENDS
@@ -0,0 +1,2 @@
+depends alsa-lib &&
+depends qt-x11
diff --git a/audio-soft/kaconnect/DETAILS b/audio-soft/kaconnect/DETAILS
new file mode 100755
index 0000000..c001c69
--- /dev/null
+++ b/audio-soft/kaconnect/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=kaconnect
+ VERSION=1.1.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=$SOURCEFORGE_URL/alsamodular/$SOURCE
+
SOURCE_HASH=sha512:84d63c68f247b110fa3f8ec33243c6723167d4a7f76c5aad90c28d3b34974ec5d3d7e016048e44d98b6c7d76e241a17f377e6bf03f43325c9370cf447bc059a9
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/$SPELL-$VERSION
+ WEB_SITE=http://alsamodular.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20060821
+ SHORT="A QT version of the aconnect utility."
+cat << EOF
+Kaconnect displays the readable and writable ports of the ALSA sequencer
+system. Connections between those ports can be subscribed by highlighting
+one port in the list of readable ports and one port in the list of writable
+ports and then mouseclicking on "connect". Disconnecting works the same way,
+but with mouseclick on "disconnect".
+EOF
diff --git a/audio-soft/kaconnect/HISTORY b/audio-soft/kaconnect/HISTORY
new file mode 100644
index 0000000..1bdd155
--- /dev/null
+++ b/audio-soft/kaconnect/HISTORY
@@ -0,0 +1,3 @@
+2006-08-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL, HISTORY: created
+ spell
diff --git a/audio-soft/kaconnect/INSTALL b/audio-soft/kaconnect/INSTALL
new file mode 100755
index 0000000..b065b43
--- /dev/null
+++ b/audio-soft/kaconnect/INSTALL
@@ -0,0 +1 @@
+cp kaconnect ${INSTALL_ROOT}/usr/bin/
diff --git a/audio-soft/kaconnect/PRE_BUILD b/audio-soft/kaconnect/PRE_BUILD
new file mode 100755
index 0000000..6966953
--- /dev/null
+++ b/audio-soft/kaconnect/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+# Use correct Qt paths
+sedit "s:/lib/qt3/include:${TRACK_ROOT}/include/qt:g" make_kaconnect &&
+sedit "s:/lib/qt3/lib:${TRACK_ROOT}/lib:g" make_kaconnect &&
+sedit "s:/lib/qt3/bin:${TRACK_ROOT}/bin:g" make_kaconnect



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (f3f8340ff0c6fd2e565731f0e00e74343546dd6b), Juuso Alasuutari, 08/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page