File: control

package info (click to toggle)
rgain 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 240 kB
  • ctags: 224
  • sloc: python: 1,322; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,225 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
29
30
31
32
33
34
35
Source: rgain
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Simon Chopin <chopin.simon@gmail.com>
Build-Depends:
 debhelper (>= 8.1),
 python-all (>= 2.6.6-3~),
 python-docutils
X-Python-Version: >=2.6
Standards-Version: 3.9.8
Homepage: https://bitbucket.org/fk/rgain/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/rgain.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/rgain.git

Package: python-rgain
Architecture: all
Depends:
 python-gi,
 gir1.2-gstreamer-1.0,
 python-mutagen,
 gstreamer1.0-plugins-base,
 gstreamer1.0-plugins-good,
 ${misc:Depends},
 ${python:Depends}
Recommends:
 gstreamer1.0-plugins-ugly | gstreamer1.0-libav,
Description: Replay Gain volume normalization Python tools
 This package provides a Python package to calculate the Replay Gain values of
 audio files and normalize the volume of those files according to the values.
 Two basic scripts exploiting these capabilities are shipped as well.
 .
 Replay Gain is a proposed standard designed to solve the very problem of
 varying volumes across audio files. Its specifications are available at
 http://replaygain.org/ .