summaryrefslogtreecommitdiffstats
path: root/audio-drivers/pyalsa
diff options
context:
space:
mode:
authorPol Vinogradov2007-06-12 11:16:54 +0500
committerPol Vinogradov2007-06-12 11:16:54 +0500
commite274c6aa91af7866a62014e382b1a7f1693beee5 (patch)
tree989a6a73b65e9f2c03a89390325655e8ea92cacb /audio-drivers/pyalsa
parentbea7535a993a3db1a9ff8e2772418d38c04e8ca8 (diff)
audio-drivers/pyalsa: new spell, Python bindings for the Advanced
Linux Sound Architecture project
Diffstat (limited to 'audio-drivers/pyalsa')
-rwxr-xr-xaudio-drivers/pyalsa/BUILD1
-rwxr-xr-xaudio-drivers/pyalsa/DEPENDS2
-rwxr-xr-xaudio-drivers/pyalsa/DETAILS35
-rw-r--r--audio-drivers/pyalsa/HISTORY2
-rwxr-xr-xaudio-drivers/pyalsa/INSTALL1
5 files changed, 41 insertions, 0 deletions
diff --git a/audio-drivers/pyalsa/BUILD b/audio-drivers/pyalsa/BUILD
new file mode 100755
index 0000000000..a05d2aaa62
--- /dev/null
+++ b/audio-drivers/pyalsa/BUILD
@@ -0,0 +1 @@
+default_build_python
diff --git a/audio-drivers/pyalsa/DEPENDS b/audio-drivers/pyalsa/DEPENDS
new file mode 100755
index 0000000000..3bacd1b97c
--- /dev/null
+++ b/audio-drivers/pyalsa/DEPENDS
@@ -0,0 +1,2 @@
+depends alsa-lib &&
+depends python
diff --git a/audio-drivers/pyalsa/DETAILS b/audio-drivers/pyalsa/DETAILS
new file mode 100755
index 0000000000..3bcb8c59d3
--- /dev/null
+++ b/audio-drivers/pyalsa/DETAILS
@@ -0,0 +1,35 @@
+ SPELL=pyalsa
+ VERSION=1.0.14
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:ca50f218109b6740ab94a1cb9fdb3f9bf192ab6d15078e41933e5dd12e46bef0583ec295c10f9e8ca1e69fe890406ede2d8b6d933e8540fd07724cb69608feca
+ WEB_SITE=http://www.alsa-project.org/
+ ENTERED=20070612
+ LICENSE[0]=GPL
+ KEYWORDS="drivers audio python"
+ SHORT="Python bindings for the Advanced Linux Sound Architecture project"
+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/pyalsa/HISTORY b/audio-drivers/pyalsa/HISTORY
new file mode 100644
index 0000000000..c018958d84
--- /dev/null
+++ b/audio-drivers/pyalsa/HISTORY
@@ -0,0 +1,2 @@
+2007-06-12 Pol Vinogradov <vin.public@gmail.com>
+ * BUILD, DEPENDS, DETAILS, INSTALL: created the spell
diff --git a/audio-drivers/pyalsa/INSTALL b/audio-drivers/pyalsa/INSTALL
new file mode 100755
index 0000000000..46c6fba709
--- /dev/null
+++ b/audio-drivers/pyalsa/INSTALL
@@ -0,0 +1 @@
+default_install_python