Compare commits
36 Commits
Author | SHA1 | Date |
---|---|---|
Hubert Pham | a10cbace2d | |
Hubert Pham | 7ab44aa288 | |
Hubert Pham | 23f20c5635 | |
Felipe Sateler | 520dae9343 | |
Hubert Pham | 0672f0f222 | |
Felipe Sateler | ed4f15b83e | |
Felipe Sateler | a81956010b | |
Felipe Sateler | 86dadb0f4a | |
Hubert Pham | 52656bec76 | |
Hubert Pham | e4f99b367d | |
Hubert Pham | 40faeef4cf | |
Hubert Pham | 1dc56e60bc | |
Hubert Pham | a9a4ec1ae5 | |
Hubert Pham | 91c9045b2d | |
Hubert Pham | 5c8039c992 | |
Hubert Pham | 44f3718dba | |
Hubert Pham | 7d82845733 | |
Hubert Pham | ebf5b24939 | |
Felipe Sateler | 5eb8166341 | |
Hubert Pham | 359cf0310a | |
Hubert Pham | 182b374699 | |
Hubert Pham | 791122f068 | |
Hubert Pham | 9b4fc102f4 | |
Hubert Pham | ba6c7f648f | |
Hubert Pham | b0a71ac85b | |
Hubert Pham | f6cdfc6a41 | |
Hubert Pham | 4d2dbe20fb | |
Hubert Pham | 0212839006 | |
Hubert Pham | bf6555e7f0 | |
Hubert Pham | 9da301168c | |
Hubert Pham | b905c6efde | |
Hubert Pham | 658d6a0617 | |
Hubert Pham | 42c6ec28d7 | |
Hubert Pham | 9337013c34 | |
Hubert Pham | 1f859c6291 | |
Hubert Pham | 2067c4a45d |
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
9
|
|
@ -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.
|
|
@ -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>
|
|
@ -0,0 +1,6 @@
|
|||
[DEFAULT]
|
||||
upstream-branch = master
|
||||
debian-branch = debian
|
||||
|
||||
upstream-tag = v%(version)s
|
||||
debian-tag = debian/%(version)s
|
|
@ -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/*
|
|
@ -0,0 +1,2 @@
|
|||
README
|
||||
docs/
|
|
@ -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
|
||||
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
usr/lib/python2*/*-packages/pyaudio.py
|
||||
usr/lib/python2*/*-packages/*.so
|
||||
usr/lib/python2*/*-packages/*.egg-info
|
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
usr/lib/python3*/*-packages/pyaudio.py
|
||||
usr/lib/python3*/*-packages/*.so
|
||||
usr/lib/python3*/*-packages/*.egg-info
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
Loading…
Reference in New Issue