File: control

package info (click to toggle)
python-oss 0.0.0.20010624-6.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 400 kB
  • ctags: 211
  • sloc: ansic: 1,349; python: 110; makefile: 81
file content (27 lines) | stat: -rw-r--r-- 937 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: python-oss
Section: python
Priority: optional
Maintainer: Carlos Eduardo Sotelo Pinto (krlos) <krlos.aqp@gmail.com>
Standards-Version: 3.8.0
Build-Depends: python-all-dev (>=2.3.5-11), texinfo, texi2html
XS-Python-Version: all

Package: python-oss
Architecture: any
Depends: python, ${shlibs:Depends}
Replaces: python2.3-oss, python2.4-oss
Conflicts: python2.3-oss, python2.4-oss
XB-Python-Version: ${python:Versions}
Description: Open Sound System (OSS) interface for Python
 The oss module is an interface to the Open Sound System from the Python
 programming language.
 .
 The Open Sound System is a UNIX device driver and API that allows you to
 .
  * record and play digitized audio,
  * control input and output volume levels,
  * select recording sources, and
  * generate synthesizer commands and midi bytes controlled by a
    low-level sequencer.
 .
 This package provides the module for all supported Python versions.