summaryrefslogtreecommitdiff
path: root/puddletag/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'puddletag/debian/control')
-rw-r--r--puddletag/debian/control35
1 files changed, 35 insertions, 0 deletions
diff --git a/puddletag/debian/control b/puddletag/debian/control
new file mode 100644
index 0000000..b7c4535
--- /dev/null
+++ b/puddletag/debian/control
@@ -0,0 +1,35 @@
+Source: puddletag
+Section: sound
+Priority: optional
+Maintainer: Ben Stack <bgstack15@gmail.com>
+Build-Depends: debhelper (>= 11), python3, dh-python
+Build-Depends-Indep: python3-sphinx, python3-sphinx-bootstrap-theme, python3-wheel, python3-markdown, python3-pyrss2gen, python3-pyqt5, python3-configobj, python3-mutagen, python3-pyparsing
+Standards-Version: 4.3.0
+XS-Python-Version: all
+Homepage: http://docs.puddletag.net/
+XSBC-Original-Maintainer: Sandro Tosi <morph@debian.org>
+
+Package: puddletag
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}, python3-mutagen, python3-pyparsing, python3-configobj, python3-pyqt5, python3-pyqt5.qtsvg, python3-wheel, python3-markdown
+Recommends: libchromaprint-tools, python3-levenshtein, python3-mysqldb
+Suggests: quodlibet
+Description: simple, powerful audio tag editor
+ puddletag is an audio tag editor (primarily created) for GNU/Linux
+ similar to the Windows program, Mp3tag. Unlike most taggers for
+ GNU/Linux, it uses a spreadsheet-like layout so that all the tags you
+ want to edit by hand are visible and easily editable.
+ .
+ The usual tag editor features are supported like extracting tag
+ information from filenames, renaming files based on their tags by
+ using patterns and basic tag editing.
+ .
+ Then there're Functions, which can do things like replace text, trim
+ it, do case conversions, etc. Actions can automate repetitive
+ tasks. You can import your QuodLibet library, lookup tags using
+ Amazon (including cover art), Discogs (does cover art too!), FreeDB
+ and MusicBrainz (and more).
+ .
+ Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.),
+ VorbisComments (ogg, flac), Musepack (mpc), Monkey's Audio (ape) and
+ WavPack (wv).
bgstack15