Package Details: python-pyalsaaudio 0.10.0-3

Git Clone URL: https://aur.archlinux.org/python-pyalsaaudio.git (read-only, click to copy)
Package Base: python-pyalsaaudio
Description: ALSA wrappers for Python
Upstream URL: https://github.com/larsimmisch/pyalsaaudio
Licenses: LicenseRef-PSF-For-Python-2.4
Submitter: speps
Maintainer: carsme
Last Packager: carsme
Votes: 214
Popularity: 0.001800
First Submitted: 2013-07-10 17:31 (UTC)
Last Updated: 2024-03-12 08:44 (UTC)

Latest Comments

« First ‹ Previous 1 2

kentarch commented on 2013-07-10 22:50 (UTC)

Thank you, speps, for the python 2 library.

speps commented on 2013-07-10 17:33 (UTC)

Now python-pyalsaudio provide the python 3.x version of the library. Please update your package dependencies accordingly. Thanks to all for reporting and sorry for the late.

speps commented on 2013-07-10 17:32 (UTC)

Now python-pyalsaudio provide the python 3.x version of the library. For the python 2.x version look for python2-pyalsaaudio on AUR. Please update your package dependencies accordingly.

<deleted-account> commented on 2013-05-14 19:10 (UTC)

This package is ok with python3 I modified PKGBUILD accordingly, feel free to adopt. http://pastebin.com/NJ46v1Qy

whynothugo commented on 2012-10-22 23:16 (UTC)

Package should be renamed to python2-pyalsaaudio.

nickoe commented on 2011-06-22 11:26 (UTC)

Should it just work by installing this package? When i test in python console: >>> import alsaaudio Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named alsaudio

speps commented on 2010-10-21 04:10 (UTC)

@pizzapunk Hi, this package needs to be adapted to the great python rebuild. Here is a working PKGBUILD --> http://aur.pastebin.com/WrDvWjY1 ( python2 + depends + license fixes ) Feel free to adopt C ya

cdemoulins commented on 2010-10-19 12:04 (UTC)

Need a fix to work with last version of python. -- depends=('python>=2.6' 'alsa-lib') ++ depends=('python2>=2.6' 'alsa-lib') -- python setup.py install --root=$pkgdir ++ python2 setup.py install --root=$pkgdir