Compare commits
36 commits
Author | SHA1 | Date | |
---|---|---|---|
|
a10cbace2d | ||
|
7ab44aa288 | ||
|
23f20c5635 | ||
|
520dae9343 | ||
|
0672f0f222 | ||
|
ed4f15b83e | ||
|
a81956010b | ||
|
86dadb0f4a | ||
|
52656bec76 | ||
|
e4f99b367d | ||
|
40faeef4cf | ||
|
1dc56e60bc | ||
|
a9a4ec1ae5 | ||
|
91c9045b2d | ||
|
5c8039c992 | ||
|
44f3718dba | ||
|
7d82845733 | ||
|
ebf5b24939 | ||
|
5eb8166341 | ||
|
359cf0310a | ||
|
182b374699 | ||
|
791122f068 | ||
|
9b4fc102f4 | ||
|
ba6c7f648f | ||
|
b0a71ac85b | ||
|
f6cdfc6a41 | ||
|
4d2dbe20fb | ||
|
0212839006 | ||
|
bf6555e7f0 | ||
|
9da301168c | ||
|
b905c6efde | ||
|
658d6a0617 | ||
|
42c6ec28d7 | ||
|
9337013c34 | ||
|
1f859c6291 | ||
|
2067c4a45d |
14 changed files with 255 additions and 0 deletions
112
debian/changelog
vendored
Normal file
112
debian/changelog
vendored
Normal file
|
@ -0,0 +1,112 @@
|
||||||
|
python-pyaudio (0.2.11-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* New upstream release
|
||||||
|
- Fix free-after-use memory issue.
|
||||||
|
* Remove lintian-overrides for jquery and underscore source missing,
|
||||||
|
as upstream source no longer contains generated docs.
|
||||||
|
|
||||||
|
-- Hubert Pham <hubert@mit.edu> Sat, 18 Mar 2017 22:36:00 -0500
|
||||||
|
|
||||||
|
python-pyaudio (0.2.10-1) unstable; urgency=medium
|
||||||
|
|
||||||
|
[ Hubert Pham ]
|
||||||
|
* New upstream release
|
||||||
|
- Fix deadlock on some platforms with improved handling of Python GIL.
|
||||||
|
* Update Standards-Version.
|
||||||
|
* Add lintian-overrides for jquery and underscore source missing. They are
|
||||||
|
false positives.
|
||||||
|
* Update homepage and git URL to https.
|
||||||
|
|
||||||
|
[ Felipe Sateler ]
|
||||||
|
* Simplify d/rules by making use of the debhelper pybuild buildsystem
|
||||||
|
* Enable hardening compiler features
|
||||||
|
* Vcs-Git: Make git clones checkout the debian branch
|
||||||
|
|
||||||
|
-- Hubert Pham <hubert@mit.edu> Wed, 18 Jan 2017 10:38:13 -0300
|
||||||
|
|
||||||
|
python-pyaudio (0.2.9-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fix overflow error handling logic for pa_read_stream.
|
||||||
|
* Fix IOError exception arguments.
|
||||||
|
|
||||||
|
-- Hubert Pham <hubert@mit.edu> Sun, 18 Oct 2015 19:00:00 -0500
|
||||||
|
|
||||||
|
python-pyaudio (0.2.8-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Fix support for non-UTF8 encoded device names.
|
||||||
|
* Fix deadlock on some platforms when calling pa.stop_stream.
|
||||||
|
* Fix debian packaging to avoid including unnecessary files.
|
||||||
|
Closes: #743660.
|
||||||
|
|
||||||
|
-- Hubert Pham <hubert@mit.edu> Mon, 12 Apr 2014 19:00:00 -0500
|
||||||
|
|
||||||
|
python-pyaudio (0.2.7-2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Upload to unstable
|
||||||
|
* Bump standards version
|
||||||
|
* Link jquery and underscore to the libjs- packages
|
||||||
|
|
||||||
|
-- Felipe Sateler <fsateler@debian.org> Sat, 19 Oct 2013 17:35:39 -0300
|
||||||
|
|
||||||
|
python-pyaudio (0.2.7-1) experimental; urgency=low
|
||||||
|
|
||||||
|
* Add support for callables in non-blocking mode.
|
||||||
|
* Change documentation generator to Sphinx.
|
||||||
|
|
||||||
|
-- Hubert Pham <hubert@mit.edu> Sat, 20 Oct 2012 20:00:00 -0500
|
||||||
|
|
||||||
|
python-pyaudio (0.2.6-1) experimental; urgency=low
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
* Add support for Python 3.
|
||||||
|
* Split documentation into python-pyaudio-doc package.
|
||||||
|
|
||||||
|
-- Hubert Pham <hubert@mit.edu> Sat, 02 Sep 2012 21:00:00 -0500
|
||||||
|
|
||||||
|
python-pyaudio (0.2.5-1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
* Add support for callback (non-blocking) operation.
|
||||||
|
|
||||||
|
-- Hubert Pham <hubert@mit.edu> Sat, 02 Sep 2012 20:00:00 -0500
|
||||||
|
|
||||||
|
python-pyaudio (0.2.4-2) unstable; urgency=low
|
||||||
|
|
||||||
|
* Add python-docutils to Build-Depends.
|
||||||
|
* Generate documentation against built portaudio module.
|
||||||
|
|
||||||
|
-- Hubert Pham <hubert@mit.edu> Tue, 02 Nov 2010 23:16:00 -0500
|
||||||
|
|
||||||
|
python-pyaudio (0.2.4-1) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ Felipe Sateler ]
|
||||||
|
* Bump standards version (no changes needed)
|
||||||
|
* Introduce a long description
|
||||||
|
* Use --intall-layout=deb to comply with python policy
|
||||||
|
* Use ${shlib:Depends} and ${misc:Depends}
|
||||||
|
* Move to python section
|
||||||
|
* Add dummy binary-indep target
|
||||||
|
* Add call to dh_compress
|
||||||
|
* Add homepage field
|
||||||
|
|
||||||
|
[ Hubert Pham ]
|
||||||
|
* Updated directory structure and packaging.
|
||||||
|
|
||||||
|
-- Hubert Pham <hubert@mit.edu> Wed, 18 Aug 2010 15:23:00 -0500
|
||||||
|
|
||||||
|
python-pyaudio (0.2.3) unstable; urgency=low
|
||||||
|
|
||||||
|
* Release the GIL during blocking PortAudio I/O calls.
|
||||||
|
|
||||||
|
* Fixed Python argument parsing to use a long for PaSampleFormat.
|
||||||
|
|
||||||
|
* pyaudio.PyAudio.is_format_supported() now throws a ValueError
|
||||||
|
exception if the specified format is not supported for any reason
|
||||||
|
(or returns True if the format is supported).
|
||||||
|
|
||||||
|
-- Hubert Pham <hubert@mit.edu> Thu, 30 Oct 2008 17:00:00 -0500
|
||||||
|
|
||||||
|
python-pyaudio (0.2.0) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial version
|
||||||
|
|
||||||
|
-- Justin Mazzola Paluska <jmp@mit.edu> Fri, 08 Feb 2008 13:47:27 -0500
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
9
|
42
debian/control
vendored
Normal file
42
debian/control
vendored
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
Source: python-pyaudio
|
||||||
|
Section: python
|
||||||
|
Priority: optional
|
||||||
|
Standards-Version: 3.9.8
|
||||||
|
Build-Depends: python-all-dev, python3-all-dev, debhelper(>= 9), portaudio19-dev, python-sphinx, python-docutils, dh-linktree, dh-python, libjs-jquery, libjs-underscore
|
||||||
|
Maintainer: Hubert Pham <hubert@mit.edu>
|
||||||
|
Uploaders: Felipe Sateler <fsateler@debian.org>, Justin Mazzola Paluska <jmp@mit.edu>
|
||||||
|
Homepage: https://people.csail.mit.edu/hubert/pyaudio/
|
||||||
|
Vcs-Git: https://people.csail.mit.edu/hubert/git/pyaudio.git -b debian
|
||||||
|
Vcs-Browser: https://people.csail.mit.edu/hubert/git/pyaudio.git
|
||||||
|
|
||||||
|
Package: python-pyaudio
|
||||||
|
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
|
||||||
|
Provides: ${python:Provides}
|
||||||
|
Suggests: python-pyaudio-doc (>= ${source:Upstream-Version})
|
||||||
|
Architecture: any
|
||||||
|
Description: Python bindings for PortAudio v19
|
||||||
|
PyAudio provides Python bindings for PortAudio v19, the
|
||||||
|
cross-platform audio I/O library. PyAudio makes it easy to use Python
|
||||||
|
to play and record audio via pythonic wrappers around the PortAudio
|
||||||
|
API. This package is for Python2.
|
||||||
|
|
||||||
|
Package: python3-pyaudio
|
||||||
|
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
|
||||||
|
Provides: ${python3:Provides}
|
||||||
|
Suggests: python-pyaudio-doc (>= ${source:Upstream-Version})
|
||||||
|
Architecture: any
|
||||||
|
Description: Python3 bindings for PortAudio v19
|
||||||
|
PyAudio provides Python bindings for PortAudio v19, the
|
||||||
|
cross-platform audio I/O library. PyAudio makes it easy to use Python
|
||||||
|
to play and record audio via pythonic wrappers around the PortAudio
|
||||||
|
API. This package is for Python3.
|
||||||
|
|
||||||
|
Package: python-pyaudio-doc
|
||||||
|
Section: doc
|
||||||
|
Depends: ${misc:Depends}
|
||||||
|
Architecture: all
|
||||||
|
Description: Documentation for Python bindings for PortAudio v19
|
||||||
|
Documentation for PyAudio, which provides Python bindings for
|
||||||
|
PortAudio v19, the cross-platform audio I/O library. PyAudio makes it
|
||||||
|
easy to use Python to play and record audio via pythonic wrappers
|
||||||
|
around the PortAudio API.
|
37
debian/copyright
vendored
Normal file
37
debian/copyright
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
PyAudio is distributed under the MIT License. That is to say,
|
||||||
|
|
||||||
|
Copyright (c) 2006 Hubert Pham
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
a copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
The upstream PyAudio source is available at:
|
||||||
|
|
||||||
|
git: http://people.csail.mit.edu/hubert/git/pyaudio.git
|
||||||
|
homepage: http://people.csail.mit.edu/hubert/pyaudio/
|
||||||
|
|
||||||
|
The original PyAudio author is: Hubert Pham <hubert@mit.edu>.
|
||||||
|
|
||||||
|
The Debian packaging of PyAudio is also distributed under the
|
||||||
|
MIT license.
|
||||||
|
|
||||||
|
Debian package maintainers include:
|
||||||
|
Hubert Pham <hubert@mit.edu>
|
||||||
|
Felipe Sateler <fsateler@debian.org>
|
||||||
|
Justin Mazzola Paluska <jmp@mit.edu>
|
6
debian/gbp.conf
vendored
Normal file
6
debian/gbp.conf
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[DEFAULT]
|
||||||
|
upstream-branch = master
|
||||||
|
debian-branch = debian
|
||||||
|
|
||||||
|
upstream-tag = v%(version)s
|
||||||
|
debian-tag = debian/%(version)s
|
9
debian/python-pyaudio-doc.doc-base
vendored
Normal file
9
debian/python-pyaudio-doc.doc-base
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
Document: python-pyaudio-doc
|
||||||
|
Title: PyAudio API
|
||||||
|
Author: Hubert Pham
|
||||||
|
Abstract: This manual is the API reference for the Python PyAudio library.
|
||||||
|
Section: Programming/Python
|
||||||
|
|
||||||
|
Format: HTML
|
||||||
|
Index: /usr/share/doc/python-pyaudio-doc/docs/index.html
|
||||||
|
Files: /usr/share/doc/python-pyaudio-doc/docs/*
|
2
debian/python-pyaudio-doc.docs
vendored
Normal file
2
debian/python-pyaudio-doc.docs
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
README
|
||||||
|
docs/
|
3
debian/python-pyaudio-doc.linktrees
vendored
Normal file
3
debian/python-pyaudio-doc.linktrees
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
replace usr/share/javascript/jquery usr/share/doc/python-pyaudio-doc/docs/_static
|
||||||
|
replace usr/share/javascript/underscore usr/share/doc/python-pyaudio-doc/docs/_static
|
||||||
|
|
8
debian/python-pyaudio.examples
vendored
Normal file
8
debian/python-pyaudio.examples
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
examples/error.py
|
||||||
|
examples/play_wave.py
|
||||||
|
examples/play_wave_callback.py
|
||||||
|
examples/record.py
|
||||||
|
examples/system_info.py
|
||||||
|
examples/wire_callback.py
|
||||||
|
examples/wire_full.py
|
||||||
|
examples/wire_half.py
|
3
debian/python-pyaudio.install
vendored
Normal file
3
debian/python-pyaudio.install
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
usr/lib/python2*/*-packages/pyaudio.py
|
||||||
|
usr/lib/python2*/*-packages/*.so
|
||||||
|
usr/lib/python2*/*-packages/*.egg-info
|
8
debian/python3-pyaudio.examples
vendored
Normal file
8
debian/python3-pyaudio.examples
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
examples/error.py
|
||||||
|
examples/play_wave.py
|
||||||
|
examples/play_wave_callback.py
|
||||||
|
examples/record.py
|
||||||
|
examples/system_info.py
|
||||||
|
examples/wire_callback.py
|
||||||
|
examples/wire_full.py
|
||||||
|
examples/wire_half.py
|
3
debian/python3-pyaudio.install
vendored
Normal file
3
debian/python3-pyaudio.install
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
usr/lib/python3*/*-packages/pyaudio.py
|
||||||
|
usr/lib/python3*/*-packages/*.so
|
||||||
|
usr/lib/python3*/*-packages/*.egg-info
|
20
debian/rules
vendored
Executable file
20
debian/rules
vendored
Executable file
|
@ -0,0 +1,20 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
# -*- mode: makefile -*-
|
||||||
|
|
||||||
|
SPACE :=
|
||||||
|
SPACE +=
|
||||||
|
|
||||||
|
PYTHONPATH=$(subst $(SPACE),:,$(abspath $(wildcard build/lib*)))
|
||||||
|
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@ --with python2,python3,linktree --buildsystem=pybuild
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
dh_auto_build
|
||||||
|
PYTHONPATH=$(PYTHONPATH) make docs
|
||||||
|
|
||||||
|
override_dh_auto_clean:
|
||||||
|
dh_auto_clean
|
||||||
|
rm -rf docs
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
Loading…
Add table
Reference in a new issue