coverart/: Prepare for proper release.
[autoys] / debian / control
CommitLineData
d7a24df8
MW
1Source: autoys
2Section: sound
3Priority: extra
4Maintainer: Mark Wooding <mdw@distorted.org.uk>
5Build-Depends: debhelper (>= 9), python
6Standards-Version: 3.1.1
7
8Package: autoys
9Architecture: all
10Section: sound
d4a7d7b5 11Depends:
86e491b0 12 coverart,
d4a7d7b5 13 gremlin
d7a24df8 14Description: A convenience package which depends on the other `autoys' packages.
d4a7d7b5 15
86e491b0
MW
16Package: coverart
17Architecture: all
18Section: sound
19Depends: ${python:Depends},
20 python-cairo, python-gobject-2, python-gtk2
21Description: Choose cover art for albums stored in a directory tree.
22 The `coverart' program is a simple graphical tool for browsing the existing
23 cover art files in a music collection, and for searching the Internet for
24 (replacement or new) cover art.
25
d4a7d7b5
MW
26Package: gremlin
27Architecture: all
28Section: sound
29Depends: ${python:Depends},
30 python-pyparsing,
31 python-gst0.10, python-gobject-2,
32 python-eyed3, python-imaging
33Description: Maintain converted trees of audio files.
34 The `gremlin' program converts audio files in an input `master' directory
35 tree, which presumably contains high-quality (ideally lossless) encodings of
36 interesting audio, writing corresponding converted files to a collection of
37 output directory trees. It's non-interactive, idempotent, and restartable;
38 it never modifies its master tree. It's exactly the sort of thing you want
39 to install as a daily cron job.
40 .
41 The gremlin reads a configuration file which describes the conversion policy
42 for each of the output trees. The policy can say things like: copy MP3
43 files up to 160kb/s, or Ogg Vorbis files up to 128kb/s; and convert
44 everything else to 128kb/s Ogg Vorbis.
45 .
46 The gremlin can also convert image files, such as cover art.
47 .
48 Input files can be anything which GStreamer and/or the Python Imaging
49 Library can understand; output files are more constrained, because the
50 gremlin has to be able to understand their relevant properties. The
51 currently supported audio formats are Ogg Vorbis and MP3; image formats are
52 JPEG, PNG, and BMP.