Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0de7624fb1907cc03e40f9767e4180884795e36b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0de7624fb1907cc03e40f9767e4180884795e36b)
  • Date: Thu, 17 Jan 2008 08:39:34 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/pyalsaaudio/DEPENDS | 2 ++
python-pypi/pyalsaaudio/DETAILS | 15 +++++++++++++++
python-pypi/pyalsaaudio/HISTORY | 2 ++
4 files changed, 22 insertions(+)

New commits:
commit 0de7624fb1907cc03e40f9767e4180884795e36b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pyalsaaudio: new spell, ALSA wrapper for python

diff --git a/ChangeLog b/ChangeLog
index 6dc5ee6..d16b499 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/pyalsaaudio: new spell, ALSA wrapper for python
+
2008-01-17 Remko van der Vossen <wich AT sourcemage.org>
* utils/sl: moved from games, joke to annoy those who misspell ls

diff --git a/python-pypi/pyalsaaudio/DEPENDS b/python-pypi/pyalsaaudio/DEPENDS
new file mode 100755
index 0000000..d998e6a
--- /dev/null
+++ b/python-pypi/pyalsaaudio/DEPENDS
@@ -0,0 +1,2 @@
+depends python &&
+depends alsa-lib
diff --git a/python-pypi/pyalsaaudio/DETAILS b/python-pypi/pyalsaaudio/DETAILS
new file mode 100755
index 0000000..e040f89
--- /dev/null
+++ b/python-pypi/pyalsaaudio/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=pyalsaaudio
+ VERSION=0.2
+ SOURCE=$SPELL-$VERSION.tgz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:2a904748cf1ae151bc6ed6008c34124bfbaa59a575e61c9113ef4868425bd34cc9137e3d41f781a63d62a25afeef92fa348876d069b34895a25ab6f6ec097ad1
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://sourceforge.net/projects/pyalsaaudio/
+ LICENSE[0]=PYTHON
+ ENTERED=20080117
+ SHORT="ALSA wrapper for Python"
+cat << EOF
+ALSA wrapper for Python. The goal is to provide a functionality complete
+Python wrapper for ALSA. Currently PCM playback and capture, as well as the
+Mixer API is supported.
+EOF
diff --git a/python-pypi/pyalsaaudio/HISTORY b/python-pypi/pyalsaaudio/HISTORY
new file mode 100644
index 0000000..15a32a3
--- /dev/null
+++ b/python-pypi/pyalsaaudio/HISTORY
@@ -0,0 +1,2 @@
+2008-01-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0de7624fb1907cc03e40f9767e4180884795e36b), Vlad Glagolev, 01/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page