Added ogg plugin as dependency of plugins-all metapackage
[lms] / packages / lightmediascanner / debian / control
1 Source: lightmediascanner
2 Section: libs
3 Priority: optional
4 Maintainer: Gustavo Sverzut Barbieri <gustavo.barbieri@openbossa.org>
5 Build-Depends: debhelper, cdbs, libsqlite3-dev, libflac-dev, libmp4v2-dev, libvorbisidec-dev, libvorbis-dev, pkg-config, libtool
6 Standards-Version: 3.8.0
7 Homepage: http://lms.garage.maemo.org
8
9 Package: liblightmediascanner0
10 Architecture: any
11 Section: libs
12 Depends: ${misc:Depends}, ${shlibs:Depends}, libsqlite3-0
13 Description: Lightweight library to scan media.
14  Light Media Scanner scans media, parsing and storing data in
15  a SQLite3 database. Provides safe execution by executing the
16  parsers in another process, that will be monitored and killed
17  if it takes more time than allowed.
18
19 Package: liblightmediascanner-dev
20 Architecture: any
21 Section: libdevel
22 Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version}), pkg-config
23 Description: Lightmediascanner - development files
24  Light Media Scanner scans media, parsing and storing data in
25  a SQLite3 database. Provides safe execution by executing the
26  parsers in another process, that will be monitored and killed
27  if it takes more time than allowed.
28  .
29  This package contains the lightmediascanner library.
30
31 Package: lightmediascanner-plugin-all
32 Architecture: all
33 Depends: ${misc:Depends},
34             lightmediascanner-plugin-id3 (= ${Source-Version}),
35             lightmediascanner-plugin-jpeg (= ${Source-Version}),
36             lightmediascanner-plugin-png (= ${Source-Version}),
37             lightmediascanner-plugin-playlists (= ${Source-Version}),
38             lightmediascanner-plugin-audio-dummy (= ${Source-Version}),
39             lightmediascanner-plugin-video-dummy (= ${Source-Version}),
40             lightmediascanner-plugin-asf (= ${Source-Version}),
41             lightmediascanner-plugin-rm (= ${Source-Version}),
42             lightmediascanner-plugin-flac (= ${Source-Version}),
43             lightmediascanner-plugin-mp4 (= ${Source-Version}),
44             lightmediascanner-plugin-ogg (= ${Source-Version})
45 Description: Lightmediascanner - all plugins
46  Light Media Scanner scans media, parsing and storing data in
47  a SQLite3 database. Provides safe execution by executing the
48  parsers in another process, that will be monitored and killed
49  if it takes more time than allowed.
50  .
51  This is a metapackage for all scanners.
52
53 Package: lightmediascanner-plugin-id3
54 Architecture: any
55 Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0
56 Enhances: liblightmediascanner0
57 Description: Lightmediascanner - ID3 plugin
58  Light Media Scanner scans media, parsing and storing data in
59  a SQLite3 database. Provides safe execution by executing the
60  parsers in another process, that will be monitored and killed
61  if it takes more time than allowed.
62  .
63  This package contains id3 scanner.
64
65 Package: lightmediascanner-plugin-jpeg
66 Architecture: any
67 Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
68 Enhances: liblightmediascanner0
69 Description: Lightmediascanner - Jpeg plugin
70  Light Media Scanner scans media, parsing and storing data in
71  a SQLite3 database. Provides safe execution by executing the
72  parsers in another process, that will be monitored and killed
73  if it takes more time than allowed.
74  .
75  This package contains the jpeg scanner.
76
77 Package: lightmediascanner-plugin-png
78 Architecture: any
79 Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
80 Enhances: liblightmediascanner0
81 Description: Lightmediascanner - Png plugin
82  Light Media Scanner scans media, parsing and storing data in
83  a SQLite3 database. Provides safe execution by executing the
84  parsers in another process, that will be monitored and killed
85  if it takes more time than allowed.
86  .
87  This package contains the png scanner.
88
89 Package: lightmediascanner-plugin-playlists
90 Architecture: any
91 Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
92 Enhances: liblightmediascanner0
93 Description: Lightmediascanner - Playlist plugin
94  Light Media Scanner scans media, parsing and storing data in
95  a SQLite3 database. Provides safe execution by executing the
96  parsers in another process, that will be monitored and killed
97  if it takes more time than allowed.
98  .
99  This package contains the playlists scanners.
100
101 Package: lightmediascanner-plugin-audio-dummy
102 Architecture: any
103 Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
104 Enhances: liblightmediascanner0
105 Description: Lightmediascanner - Dummy audio plugin
106  Light Media Scanner scans media, parsing and storing data in
107  a SQLite3 database. Provides safe execution by executing the
108  parsers in another process, that will be monitored and killed
109  if it takes more time than allowed.
110  .
111  This package contains the dummy audio scanner.
112
113 Package: lightmediascanner-plugin-video-dummy
114 Architecture: any
115 Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
116 Enhances: liblightmediascanner0
117 Description: Lightmediascanner - Dummy video plugin
118  Light Media Scanner scans media, parsing and storing data in
119  a SQLite3 database. Provides safe execution by executing the
120  parsers in another process, that will be monitored and killed
121  if it takes more time than allowed.
122  .
123  This package contains the dummy video scanner.
124
125 Package: lightmediascanner-plugin-asf
126 Architecture: any
127 Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
128 Enhances: liblightmediascanner0
129 Description: Lightmediascanner - Asf plugin
130  Light Media Scanner scans media, parsing and storing data in
131  a SQLite3 database. Provides safe execution by executing the
132  parsers in another process, that will be monitored and killed
133  if it takes more time than allowed.
134  .
135  This package contains the asf scanner.
136
137 Package: lightmediascanner-plugin-rm
138 Architecture: any
139 Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
140 Enhances: liblightmediascanner0
141 Description: Lightmediascanner, Real Media plugin
142  Light Media Scanner scans media, parsing and storing data in
143  a SQLite3 database. Provides safe execution by executing the
144  parsers in another process, that will be monitored and killed
145  if it takes more time than allowed.
146  .
147  This package contains the Real Media scanner.
148
149 Package: lightmediascanner-plugin-flac
150 Architecture: any
151 Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version}), libflac8
152 Enhances: liblightmediascanner0
153 Description: Lightmediascanner - Flac plugin
154  Light Media Scanner scans media, parsing and storing data in
155  a SQLite3 database. Provides safe execution by executing the
156  parsers in another process, that will be monitored and killed
157  if it takes more time than allowed.
158  .
159  This package contains the flac scanner.
160
161 Package: lightmediascanner-plugin-mp4
162 Architecture: any
163 Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version}), libmp4v2-0
164 Enhances: liblightmediascanner0
165 Description: Lightmediascanner - Mp4 plugin
166  Light Media Scanner scans media, parsing and storing data in
167  a SQLite3 database. Provides safe execution by executing the
168  parsers in another process, that will be monitored and killed
169  if it takes more time than allowed.
170  .
171  This package contains the mp4 scanner.
172
173 Package: lightmediascanner-plugin-ogg
174 Architecture: any
175 Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version}), libvorbis0a
176 Enhances: liblightmediascanner0
177 Description: Lightmediascanner - Ogg plugin
178  Light Media Scanner scans media, parsing and storing data in
179  a SQLite3 database. Provides safe execution by executing the
180  parsers in another process, that will be monitored and killed
181  if it takes more time than allowed.
182  .
183  This package contains the ogg scanner.