Package Details: python-pyalsaaudio-git 0.9.2.r17.g67adbf0-2

Git Clone URL: https://aur.archlinux.org/python-pyalsaaudio-git.git (read-only, click to copy)
Package Base: python-pyalsaaudio-git
Description: ALSA wrappers for Python (development version)
Upstream URL: http://larsimmisch.github.io/pyalsaaudio/
Licenses: custom: PSF
Conflicts: python-pyalsaaudio
Provides: python-pyalsaaudio
Submitter: carstene1ns
Maintainer: nandub
Last Packager: nandub
Votes: 11
Popularity: 0.000000
First Submitted: 2015-06-07 11:02 (UTC)
Last Updated: 2023-10-02 22:36 (UTC)

Required by (12)

Sources (1)

Latest Comments

dreieck commented on 2023-08-16 16:56 (UTC)

Fails to build for me with alsaaudio.c:2985:58: error: macro "Py_InitModule3" requires 3 arguments, but only 2 given:

gcc -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -flto=auto -march=native -mtune=native -O3 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -fstack-clash-protection -fcf-protection -flto=auto -fPIC -I/usr/include/python2.7 -c alsaaudio.c -o build/temp.linux-x86_64-2.7/alsaaudio.o
alsaaudio.c: In function ‘initalsaaudio’:
alsaaudio.c:2985:58: error: macro "Py_InitModule3" requires 3 arguments, but only 2 given
 2985 |         m = Py_InitModule3("alsaaudio", alsaaudio_methods);
      |                                                          ^
In file included from /usr/include/python2.7/Python.h:129,
                 from alsaaudio.c:14:
/usr/include/python2.7/modsupport.h:125: note: macro "Py_InitModule3" defined here
  125 | #define Py_InitModule3(name, methods, doc) \
      | 
alsaaudio.c:2985:13: error: ‘Py_InitModule3’ undeclared (first use in this function); did you mean ‘Py_InitModule4_64’?
 2985 |         m = Py_InitModule3("alsaaudio", alsaaudio_methods);
      |             ^~~~~~~~~~~~~~
      |             Py_InitModule4_64
alsaaudio.c:2985:13: note: each undeclared identifier is reported only once for each function it appears in
alsaaudio.c:3016:9: warning: implicit declaration of function ‘PyModule_AddFunctions’; did you mean ‘PyModule_AddIntConstant’? [-Wimplicit-function-declaration]
 3016 |         PyModule_AddFunctions(m, alsa_methods);
      |         ^~~~~~~~~~~~~~~~~~~~~
      |         PyModule_AddIntConstant
error: command 'gcc' failed with exit status 1

Regards!

MarsSeed commented on 2023-06-30 21:36 (UTC)

Please kindly add version to provides.

Also please drop the python2 subpackage, or upload it in a separate PKGBUILD.

dafero commented on 2016-07-24 20:32 (UTC)

can you please add 'armv7h' to the PKGBUILD? Thanks!