add python-pyalsaaudio, support for the Linux 2.6.x ALSA Sound System
authorMichael Lauer <mickey@vanille-media.de>
Wed, 11 Jun 2008 16:30:51 +0000 (16:30 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 11 Jun 2008 16:30:51 +0000 (16:30 +0000)
packages/python/python-pyalsaaudio_0.3.bb [new file with mode: 0644]
packages/tasks/task-python-everything.bb

diff --git a/packages/python/python-pyalsaaudio_0.3.bb b/packages/python/python-pyalsaaudio_0.3.bb
new file mode 100644 (file)
index 0000000..42b15ce
--- /dev/null
@@ -0,0 +1,12 @@
+DESCRIPTION = "Support for the Linux 2.6.x ALSA Sound System"
+SECTION = "devel/python"
+DEPENDS = "alsa-lib"
+PRIORITY = "optional"
+LICENSE = "GPL"
+SRCNAME = "pyalsaaudio"
+PR = "ml0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/pyalsaaudio/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
index de6e5df..3cd23c2 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION= "Everything Python"
 HOMEPAGE = "http://www.vanille.de/projects/python.spy"
 LICENSE = "MIT"
-PR = "ml27"
+PR = "ml28"
 
 RDEPENDS = "\
                python-ao               \
@@ -39,6 +39,7 @@ RDEPENDS = "\
                python-numeric          \
                python-ogg              \
                python-pexpect          \
+               python-pyalsaaudio      \
                python-pybluez          \
                python-pycairo          \
                python-pychecker        \