coverart/: Prepare for proper release.
[autoys] / debian / control
1 Source: autoys
2 Section: sound
3 Priority: extra
4 Maintainer: Mark Wooding <mdw@distorted.org.uk>
5 Build-Depends: debhelper (>= 9), python
6 Standards-Version: 3.1.1
7
8 Package: autoys
9 Architecture: all
10 Section: sound
11 Depends:
12 coverart,
13 gremlin
14 Description: A convenience package which depends on the other `autoys' packages.
15
16 Package: coverart
17 Architecture: all
18 Section: sound
19 Depends: ${python:Depends},
20 python-cairo, python-gobject-2, python-gtk2
21 Description: 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
26 Package: gremlin
27 Architecture: all
28 Section: sound
29 Depends: ${python:Depends},
30 python-pyparsing,
31 python-gst0.10, python-gobject-2,
32 python-eyed3, python-imaging
33 Description: 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.