diff options
author | B Stack <bgstack15@gmail.com> | 2020-09-17 11:24:33 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-09-17 11:24:33 +0000 |
commit | a93493a20ee8d183d467dc544443a0bfcaa558b2 (patch) | |
tree | 8a990f97ab37db12ee5adb49759e394b095b6398 /puddletag/debian/control | |
parent | Merge branch 'palemoon-bump' into 'master' (diff) | |
parent | omit pybuild based on mx linux (diff) | |
download | stackrpms-a93493a20ee8d183d467dc544443a0bfcaa558b2.tar.gz stackrpms-a93493a20ee8d183d467dc544443a0bfcaa558b2.tar.bz2 stackrpms-a93493a20ee8d183d467dc544443a0bfcaa558b2.zip |
Merge branch 'puddletag-new' into 'master'
Puddletag 2.0.1 using py3+qt5
Beating out sandrotosi who packages it for Debian. I want it NOW! Once he gets it into Debian though, there is no further need of puddletag in this tree.
See merge request bgstack15/stackrpms!188
Diffstat (limited to 'puddletag/debian/control')
-rw-r--r-- | puddletag/debian/control | 35 |
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). |