File: control

package info (click to toggle)
taggrepper 0.05-5
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 500 kB
  • sloc: sh: 1,254; ansic: 803; makefile: 87
file content (17 lines) | stat: -rw-r--r-- 744 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: taggrepper
Section: sound
Priority: optional
Maintainer: Kumar Appaiah <akumar@debian.org>
Build-Depends: libpcre3-dev, libflac-dev, libid3tag0-dev, libvorbis-dev, pkg-config, libmagic-dev
Standards-Version: 4.4.0
Homepage: https://github.com/kumanna/taggrepper

Package: taggrepper
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: search and match tags of audio files against regular expressions
 taggrepper is a small tool written to "grep" tags of audio
 files. Currently, it can be used to match some or any tags of MP3,
 Ogg Vorbis and FLAC files, against specified regular expressions, and
 display the name and designated fields of the matching files. It
 supports recursive directory searches as well.