File: control

package info (click to toggle)
pymad 0.10-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 188 kB
  • sloc: ansic: 516; python: 222; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 914 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
28
Source: pymad
Section: python
Priority: optional
Maintainer: Jamie Wilkinson <jaq@debian.org>
Build-Depends: debhelper-compat (= 13),
 libmad0-dev,
 dh-python,
 python3-all-dev,
 python3-all-dbg,
 python3-setuptools,
 dpkg-dev (>= 1.16.1.1~)
Standards-Version: 4.5.1
Homepage: https://spacepants.org/src/pymad
Vcs-Browser: https://salsa.debian.org/debian/pymad
Vcs-Git: https://salsa.debian.org/debian/pymad.git -b debian
Rules-Requires-Root: no

Package: python3-pymad
Architecture: any
Multi-Arch: same
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.