summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-tools
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /audio-drivers/alsa-tools
initial commit from stable 0.3
Diffstat (limited to 'audio-drivers/alsa-tools')
-rwxr-xr-xaudio-drivers/alsa-tools/BUILD18
-rwxr-xr-xaudio-drivers/alsa-tools/CONFIGURE9
-rwxr-xr-xaudio-drivers/alsa-tools/DEPENDS1
-rwxr-xr-xaudio-drivers/alsa-tools/DETAILS36
-rw-r--r--audio-drivers/alsa-tools/HISTORY15
-rwxr-xr-xaudio-drivers/alsa-tools/INSTALL15
-rw-r--r--audio-drivers/alsa-tools/sound.tools18
7 files changed, 112 insertions, 0 deletions
diff --git a/audio-drivers/alsa-tools/BUILD b/audio-drivers/alsa-tools/BUILD
new file mode 100755
index 0000000000..ce089e7ce2
--- /dev/null
+++ b/audio-drivers/alsa-tools/BUILD
@@ -0,0 +1,18 @@
+message "${MESSAGE_COLOR}Chosen tools: $ALSATOOLS"
+message "${DEFAULT_COLOR}"
+
+for ALSATOOL in $ALSATOOLS
+do
+
+ if [ "$ALSATOOL" == "seq" ]; then
+ cd $SOURCE_DIRECTORY/$ALSATOOL/sbiload
+ else
+ cd $SOURCE_DIRECTORY/$ALSATOOL
+ fi
+
+ message "${MESSAGE_COLOR}Tool $ALSATOOL is being built ..."
+ message "${DEFAULT_COLOR}"
+
+ default_build
+
+done
diff --git a/audio-drivers/alsa-tools/CONFIGURE b/audio-drivers/alsa-tools/CONFIGURE
new file mode 100755
index 0000000000..c981cea334
--- /dev/null
+++ b/audio-drivers/alsa-tools/CONFIGURE
@@ -0,0 +1,9 @@
+persistent_add ALSATOOLS &&
+
+TOOLSLIST=`cat $SCRIPT_DIRECTORY/sound.tools` &&
+
+ALSATOOLS=`dialog --backtitle "ALSA Tools Configuration Menu" \
+ --stdout \
+ --checklist "Select an ALSA tool:" \
+ 0 0 0 \
+ $TOOLSLIST`
diff --git a/audio-drivers/alsa-tools/DEPENDS b/audio-drivers/alsa-tools/DEPENDS
new file mode 100755
index 0000000000..fd0010f8d6
--- /dev/null
+++ b/audio-drivers/alsa-tools/DEPENDS
@@ -0,0 +1 @@
+depends fltk
diff --git a/audio-drivers/alsa-tools/DETAILS b/audio-drivers/alsa-tools/DETAILS
new file mode 100755
index 0000000000..c4e9cd5651
--- /dev/null
+++ b/audio-drivers/alsa-tools/DETAILS
@@ -0,0 +1,36 @@
+ SPELL=alsa-tools
+ VERSION=1.0.9
+ BUILD_API=2
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/tools/$SOURCE
+ MD5[0]=94a2796a5de434a2973ce50523f76d3e
+ WEB_SITE=http://www.alsa-project.org/
+ ENTERED=20040525
+ UPDATED=20040525
+ LICENSE[0]=GPL
+ SHORT="Alsa tools"
+cat << EOF
+From http://www.alsa-project.org/intro.php3
+The Advanced Linux Sound Architecture project is being developed in the
+Linux operating system and is released under version 2 of the GPL (GNU
+general public license) and the LGPL (GNU library general public license).
+
+Primary goals:
+
+1. Create a fully modularized sound driver which supports kerneld and kmod.
+
+2. Create the ALSA Kernel API which surpasses the current OSS API.
+
+3. Maintain compatibility with most OSS/Lite binaries.
+
+4. Create the ALSA Library (C, C++), which simplifies ALSA application
+development.
+
+5. Create the ALSA Manager, an interactive configuration program for
+the driver.
+
+Lastly, this sorcery spell supports one and only one sound card.
+If you have more or it is ISA, then you will likely have to create
+a custom spell.
+EOF
diff --git a/audio-drivers/alsa-tools/HISTORY b/audio-drivers/alsa-tools/HISTORY
new file mode 100644
index 0000000000..d9c4ed35b7
--- /dev/null
+++ b/audio-drivers/alsa-tools/HISTORY
@@ -0,0 +1,15 @@
+2005-05-29 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 1.0.9
+ * sound.tools: updated to new version
+
+2004-09-01 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: BUILD_API=2, removed MAINTAINER
+ * CONFIGURE: radiolist -> checklist, all tools can be installed now
+ * INSTALL: added
+
+2004-08-17 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS: 1.0.6
+
+2004-05-25 Eric Schabell <eschabell@sourcemage.org>
+ * DETAILS: added spell.
+
diff --git a/audio-drivers/alsa-tools/INSTALL b/audio-drivers/alsa-tools/INSTALL
new file mode 100755
index 0000000000..6ea86ec2c3
--- /dev/null
+++ b/audio-drivers/alsa-tools/INSTALL
@@ -0,0 +1,15 @@
+for ALSATOOL in $ALSATOOLS
+do
+
+ if [ "$ALSATOOL" == "seq" ]; then
+ cd $SOURCE_DIRECTORY/$ALSATOOL/sbiload
+ else
+ cd $SOURCE_DIRECTORY/$ALSATOOL
+ fi
+
+ message "${MESSAGE_COLOR}Tool $ALSATOOL is being instaled ..."
+ message "${DEFAULT_COLOR}"
+
+ default_install
+
+done
diff --git a/audio-drivers/alsa-tools/sound.tools b/audio-drivers/alsa-tools/sound.tools
new file mode 100644
index 0000000000..35bc3ce6e6
--- /dev/null
+++ b/audio-drivers/alsa-tools/sound.tools
@@ -0,0 +1,18 @@
+ac3dec - off
+as10k1 - off
+echomixer - off
+envy24control - off
+hdspconf - off
+hdsploader - off
+hdspmixer - off
+ld10k1 - off
+mixartloader - off
+pcxhrloader - off
+glo10k1 - off
+rmedigicontrol - off
+sb16_csp - off
+seq - off
+sscape_ctl - off
+us428control - off
+usx2yloader - off
+vxloader - off