Source: songrec
Section: sound
Priority: optional
Maintainer: Marin <marin-m@users.noreply.github.com>
Standards-Version: 4.1.2
Build-Depends: debhelper (>= 10),
               libasound2-dev,
               libpulse-dev,
               libdbus-1-dev,
               libgtk-4-dev (>= 4.14),
               libadwaita-1-dev (>= 1.5),
               libssl-dev,
               cargo-1.89 | cargo (>= 1.84) | rustup,
               rsync,
               rustc-1.89 | rustc (>= 1.84) | rustup
Homepage: https://songrec.fossplant.re/
Vcs-Git: https://github.com/marin-m/songrec.git
Vcs-Browser: https://github.com/marin-m/SongRec

Package: songrec
Architecture: any
Depends: libasound2,
         libpulse0,
         libc6,
         libdbus-1-3,
         libssl1.1 | libssl3,
         ffmpeg,
         ${misc:Depends},
         libgtk-4-1 (>= 4.14),
         libadwaita-1-0 (>= 1.5)
Recommends: pulseaudio-utils
Description: Unofficial Shazam client for Linux, written in Rust
 Features:
   - Recognize audio from an arbitrary audio file.
   - Recognize audio from the microphone.
   - Usage from both GUI and command line (for the file recognition part).
   - Provide an history of the recognized songs on the GUI, exportable to CSV.
   - Continuous song detection from the microphone, with the ability to choose
     your input device.
