debian/0000755000000000000000000000000012313576704007176 5ustar debian/python-pyaudio-doc.docs0000644000000000000000000000001512230566561013576 0ustar README docs/ debian/copyright0000644000000000000000000000304212230566561011126 0ustar PyAudio is distributed under the MIT License. That is to say, Copyright (c) 2006-2012 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 . The Debian packaging of PyAudio is also distributed under the MIT license. Debian package maintainers include: Hubert Pham Felipe Sateler Justin Mazzola Paluska debian/changelog0000644000000000000000000000470112313576704011052 0ustar python-pyaudio (0.2.7-2build2) trusty; urgency=medium * No-change rebuild to drop Python 3.3 support. -- Matthias Klose Sun, 23 Mar 2014 15:29:08 +0000 python-pyaudio (0.2.7-2build1) trusty; urgency=medium * Rebuild for python3.4 as a supported python version. -- Matthias Klose Sat, 04 Jan 2014 18:32:36 +0000 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 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 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 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 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 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 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 Thu, 30 Oct 2008 17:00:00 -0500 python-pyaudio (0.2.0) unstable; urgency=low * Initial version -- Justin Mazzola Paluska Fri, 08 Feb 2008 13:47:27 -0500 debian/python-pyaudio-doc.doc-base0000644000000000000000000000044212230566561014327 0ustar 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/* debian/python-pyaudio-doc.linktrees0000644000000000000000000000025112230566561014650 0ustar 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 debian/python3-pyaudio.install0000644000000000000000000000003612230566561013637 0ustar usr/lib/python3*/*-packages/* debian/python-pyaudio.install0000644000000000000000000000003612230566561013554 0ustar usr/lib/python2*/*-packages/* debian/compat0000644000000000000000000000000212230566561010372 0ustar 9 debian/control0000644000000000000000000000353012230566561010600 0ustar Source: python-pyaudio Section: python Priority: optional Standards-Version: 3.9.4 Build-Depends: python-all-dev, python3-all-dev, debhelper(>= 9), portaudio19-dev, python-sphinx, python-docutils, dh-linktree, libjs-jquery, libjs-underscore Maintainer: Hubert Pham Uploaders: Felipe Sateler , Justin Mazzola Paluska Homepage: http://people.csail.mit.edu/hubert/pyaudio/ Vcs-Git: http://people.csail.mit.edu/hubert/git/pyaudio.git Vcs-Browser: http://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. debian/python3-pyaudio.examples0000644000000000000000000000023012230566561014003 0ustar test/error.py test/play_wave.py test/play_wave_callback.py test/record.py test/system_info.py test/wire_callback.py test/wire_full.py test/wire_half.py debian/rules0000755000000000000000000000116712230566561010261 0ustar #!/usr/bin/make -f # -*- mode: makefile -*- SPACE := SPACE += PYVERS := $(shell pyversions -vs) $(shell py3versions -vs) PYTHONPATH=$(subst $(SPACE),:,$(abspath $(wildcard build/lib*))) %: dh $@ --with python2,python3,linktree override_dh_auto_build: $(PYVERS:%=build-python%) PYTHONPATH=$(PYTHONPATH) make docs # This has to be in a separate target otherwise # make gets confused and executes the PYTHONPATH too early build-python%: dh_testdir python$* setup.py build override_dh_auto_install: $(PYVERS:%=install-python%) install-python%: python$* setup.py install --install-layout=deb --root=$(CURDIR)/debian/tmp debian/python-pyaudio.examples0000644000000000000000000000023012230566561013720 0ustar test/error.py test/play_wave.py test/play_wave_callback.py test/record.py test/system_info.py test/wire_callback.py test/wire_full.py test/wire_half.py debian/source/0000755000000000000000000000000012230566561010474 5ustar debian/source/format0000644000000000000000000000001412230566561011702 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000016712230566561010617 0ustar [DEFAULT] upstream-branch = master debian-branch = debian upstream-tag = v%(version)s debian-tag = debian/%(version)s