Source: whipper
Section: sound
Priority: optional
Maintainer: Timo Aaltonen <tjaalton@debian.org>
Build-Depends:
 debhelper-compat (=12),
 dh-python,
 libsndfile1-dev,
 python3-dev,
 python3-musicbrainzngs,
 python3-setuptools,
## tests
# cd-paranoia,
# cdrdao,
# python3-cdio,
# python3-gi,
# python3-mutagen,
# python3-ruamel.yml,
# python3-twisted,
# sox,
Standards-Version: 4.5.0
Homepage: https://github.com/whipper-team/whipper
Vcs-Git: https://salsa.debian.org/debian/whipper.git
Vcs-Browser: https://salsa.debian.org/debian/whipper

Package: whipper
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends}, 
 cd-paranoia,
 python3-cdio,
 python3-gi,
 python3-musicbrainzngs,
 python3-mutagen,
 python3-requests,
Description: CD-DA ripper preferring accuracy over speed
 Whipper is a Python CD-DA ripper based on the Morituri project.
 .
 Features:
 * Detects correct read offset (in samples)
 * Detects whether ripped media is a CD-R
 * Has ability to defeat cache of drives
 * Performs Test & Copy rips
 * Verifies rip accuracy using the AccurateRip database
 * Uses MusicBrainz for metadata lookup
 * Supports reading the pre-emphasis flag embedded into some CDs (and correctly
   tags the resulting rip)
 * Detects and rips non digitally silent Hidden Track One Audio (HTOA)
 * Provides batch ripping capabilities
 * Provides templates for file and directory naming
 * Supports lossless encoding of ripped audio tracks (FLAC)
 * Allows extensibility through external logger plugins
