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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: pymad
Section: python
Priority: optional
Maintainer: Jamie Wilkinson <jaq@debian.org>
Build-Depends: debhelper (>= 9~), python-all-dev (>= 2.6.6-3~), libmad0-dev, dh-python, python-setuptools, python3-all-dev
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.0
Homepage: http://spacepants.org/src/pymad
Vcs-Browser: https://github.com/jaqx0r/pymad/tree/debian
Vcs-Git: https://github.com/jaqx0r/pymad.git -b debian
Package: python-pymad
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Conflicts: python2.3-pymad (<< 0.5.4-3.1), python2.4-pymad (<< 0.5.4-3.1)
Replaces: python2.3-pymad (<< 0.5.4-3.1), python2.4-pymad (<< 0.5.4-3.1)
Description: Python wrapper to the MPEG Audio Decoder library (Python 2)
This module makes the MAD MP3 decoder library available to Python
programs. It provides a high-level API to the MAD functions, that make
reading audio data from an MPEG stream simple.
.
This package installs the library for Python 2.
Package: python3-pymad
Architecture: any
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python3:Provides}
Description: Python wrapper to the MPEG Audio Decoder library (Python 3)
This module makes the MAD MP3 decoder library available to Python 3
programs. It provides a high-level API to the MAD functions, that make
reading audio data from an MPEG stream simple.
.
This package installs the library for Python 3.
Package: python-pymad-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-pymad
Provides: ${python:Provides}
Description: Python wrapper to the MPEG Audio Decoder library (Python 2 debug)
This module makes the MAD MP3 decoder library available to Python
programs. It provides a high-level API to the MAD functions, that make
reading audio data from an MPEG stream simple.
.
This package installs the debugging symbols for the library for Python 2.
Package: python3-pymad-dbg
Architecture: any
Section: debug
Priority: extra
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, python3-pymad
Provides: ${python3:Provides}
Description: Python wrapper to the MPEG Audio Decoder library (Python 3 debug)
This module makes the MAD MP3 decoder library available to Python 3
programs. It provides a high-level API to the MAD functions, that make
reading audio data from an MPEG stream simple.
.
This package installs the debugging symbols for the library for Python 3.
|