Source: rgain3
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Simon McVittie <smcv@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 gir1.2-gstreamer-1.0 <!nocheck>,
 gstreamer1.0-plugins-base <!nocheck>,
 gstreamer1.0-plugins-good <!nocheck>,
 gstreamer1.0-plugins-ugly <!nocheck>,
 python3-all,
 python3-docutils,
 python3-gi (>= 3.34.0),
 python3-mutagen (>= 1.43.0),
 python3-pkg-resources,
 python3-pytest <!nocheck>,
 python3-setuptools,
Rules-Requires-Root: no
Standards-Version: 4.5.1
Homepage: https://github.com/chaudum/rgain
Vcs-Git: https://salsa.debian.org/python-team/packages/rgain3.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/rgain3
Testsuite: autopkgtest-pkg-python

Package: python3-rgain3
Architecture: all
Depends:
 gir1.2-gstreamer-1.0,
 gstreamer1.0-plugins-base,
 gstreamer1.0-plugins-good,
 python3-gi (>= 3.34.0),
 python3-mutagen (>= 1.43.0),
 python3-pkg-resources,
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 gstreamer1.0-plugins-ugly | gstreamer1.0-libav,
Description: Replay Gain volume normalization Python library
 This package provides a Python package to calculate the Replay
 Gain values of audio files, and store those values in the files
 as metadata. Media players that support Replay Gain will use this
 information to adjust the volume during playback, so that all tracks
 sound equally loud.
 .
 Replay Gain is a proposed standard designed to solve the problem of
 varying volumes across audio files. For more information see
 <https://wiki.hydrogenaud.io/index.php?title=ReplayGain>.
 .
 This library is primarily intended to be used by the replaygain package,
 and its API is not necessarily stable.

Package: replaygain
Section: sound
Architecture: all
Depends:
 python3-rgain3,
 ${misc:Depends},
 ${python3:Depends},
Breaks:
 python-rgain (<< 1.3.4-4+rm),
Replaces:
 python-rgain (<< 1.3.4-4+rm),
Description: Replay Gain volume normalization Python tools
 This package contains the replaygain and collectiongain tools, which use
 the rgain3 Python package to apply volume normalization metadata to
 individual tracks, albums, or an entire collection of music.
 Media players that support Replay Gain will use this information to
 adjust the volume during playback, so that all tracks sound equally loud.
 .
 Replay Gain is a proposed standard designed to solve the problem of
 varying volumes across audio files. For more information see
 <https://wiki.hydrogenaud.io/index.php?title=ReplayGain>.
