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,
               libpipewire-0.3-dev,
               libdbus-1-dev,
               libclang-dev,
               libgtk-4-dev (>= 4.14),
               libsoup-3.0-dev (>= 3.4),
               libadwaita-1-dev (>= 1.5),
               cargo-1.89 | cargo-1.88 | cargo (>= 1.87) | rustup,
               rsync,
               rustc-1.89 | rustc-1.88 | rustc (>= 1.87) | 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,
         pipewire-alsa,
         pipewire-pulse,
         libpulse0,
         libpipewire-0.3-common,
         libc6,
         libdbus-1-3,
         ffmpeg,
         libgtk-4-1 (>= 4.14),
         libsoup-3.0-0 (>= 3.4),
         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.
