summaryrefslogtreecommitdiff
path: root/puddletag/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'puddletag/debian/control')
-rw-r--r--puddletag/debian/control40
1 files changed, 40 insertions, 0 deletions
diff --git a/puddletag/debian/control b/puddletag/debian/control
new file mode 100644
index 0000000..4c39d52
--- /dev/null
+++ b/puddletag/debian/control
@@ -0,0 +1,40 @@
+Source: puddletag-py3
+Section: sound
+Priority: optional
+Maintainer: B Stack <bgstack15@gmail.com>
+XSBC-Original-Maintainer: Sandro Tosi <morph@debian.org>
+Build-Depends: debhelper (>= 12),
+ python3,
+ dh-python
+Build-Depends-Indep: python3-sphinx (>= 1.8.5), python3-sphinx-bootstrap-theme
+Standards-Version: 4.1.4
+XS-Python-Version: all
+Homepage: http://docs.puddletag.net/
+Vcs-Git: https://salsa.debian.org/python-team/applications/puddletag.git
+Vcs-Browser: https://salsa.debian.org/python-team/applications/puddletag
+
+Package: puddletag-py3
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, ${sphinxdoc:Depends}, python3-mutagen (>= 1.40.0), python3-pyqt4 (>= 4.5), python3-pyparsing (>= 2.4.2), python3-configobj (>= 4.5), python3-audioread, python3-acoustid
+Recommends: libchromaprint-tools, python3-levenshtein, python3-mysqldb
+Replaces: puddletag (<< 2.0.0)
+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