File: control

package info (click to toggle)
pyao 0.82-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 104 kB
  • ctags: 59
  • sloc: ansic: 343; python: 140; makefile: 45; sh: 1
file content (14 lines) | stat: -rw-r--r-- 539 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: pyao
Section: interpreters
Priority: optional
Maintainer: Christopher L Cheney <ccheney@debian.org>
Build-Depends: debhelper (>= 4.1.62), libao-dev (>= 0.8.4), python-dev (>= 2.3)
Standards-Version: 3.6.1.0

Package: python-pyao
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}
Description: A Python interface to the Audio Output library
 This module makes the libao (Audio Output) functions available
 in Python. With this module you can write Python applications
 that use the cross platform audio output library.