8ad5547ba1e95c211700a59d5f5651630e15db46
[lms] / packages / lightmediascanner / debian / control
1 Source: lightmediascanner
2 Priority: optional
3 Maintainer: Gustavo Sverzut Barbieri <gustavo.barbieri@openbossa.org>
4 Build-Depends: debhelper, cdbs, libid3-3.8.3-dev, sqlite | sqlite3, libsqlite3-dev
5 Standards-Version: 3.6.1
6
7 Package: liblightmediascanner0
8 Section: libs
9 Priority: optional
10 Architecture: any
11 Depends: ${shlibs:Depends}, libsqlite3-0
12 Provides: liblightmediascanner
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  This package contains the lightmediascanner library.
20  .
21  Homepage: http://lms.garage.maemo.org
22
23 Package: lightmediascanner0-id3lib
24 Section: libs
25 Priority: optional
26 Architecture: any
27 Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version}), libid3-3.8.3
28 Provides: lightmediascanner-id3lib
29 Description: Lightweight library to scan media.
30  Light Media Scanner scans media, parsing and storing data in
31  a SQLite3 database. Provides safe execution by executing the
32  parsers in another process, that will be monitored and killed
33  if it takes more time than allowed.
34  .
35  This package contains id3lib scanner.
36  .
37  Homepage: http://lms.garage.maemo.org
38
39 Package: lightmediascanner0-jpeg
40 Section: libs
41 Priority: optional
42 Architecture: any
43 Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
44 Provides: lightmediascanner-jpeg
45 Description: Lightweight library to scan media.
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 package contains the jpeg scanner.
52  .
53  Homepage: http://lms.garage.maemo.org
54
55 Package: lightmediascanner0-png
56 Section: libs
57 Priority: optional
58 Architecture: any
59 Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
60 Provides: lightmediascanner-png
61 Description: Lightweight library to scan media.
62  Light Media Scanner scans media, parsing and storing data in
63  a SQLite3 database. Provides safe execution by executing the
64  parsers in another process, that will be monitored and killed
65  if it takes more time than allowed.
66  .
67  This package contains the png scanner.
68  .
69  Homepage: http://lms.garage.maemo.org
70
71 Package: lightmediascanner0-playlists
72 Section: libs
73 Priority: optional
74 Architecture: any
75 Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
76 Provides: lightmediascanner-playlists
77 Description: Lightweight library to scan media.
78  Light Media Scanner scans media, parsing and storing data in
79  a SQLite3 database. Provides safe execution by executing the
80  parsers in another process, that will be monitored and killed
81  if it takes more time than allowed.
82  .
83  This package contains the playlists scanners.
84  .
85  Homepage: http://lms.garage.maemo.org
86
87 Package: lightmediascanner0-audio-dummy
88 Section: libs
89 Priority: optional
90 Architecture: any
91 Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
92 Provides: lightmediascanner-audio-dummy
93 Description: Lightweight library to scan media.
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 dummy video scanner.
100  .
101  Homepage: http://lms.garage.maemo.org
102
103 Package: lightmediascanner0-video-dummy
104 Section: libs
105 Priority: optional
106 Architecture: any
107 Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
108 Provides: lightmediascanner-video-dummy
109 Description: Lightweight library to scan media.
110  Light Media Scanner scans media, parsing and storing data in
111  a SQLite3 database. Provides safe execution by executing the
112  parsers in another process, that will be monitored and killed
113  if it takes more time than allowed.
114  .
115  This package contains the dummy video scanner.
116  .
117  Homepage: http://lms.garage.maemo.org
118
119 #Package: lightmediascanner0-ogg
120 #Section: libs
121 #Priority: optional
122 #Architecture: any
123 #Depends: ${shlibs:Depends}, mogg, liblightmediascanner0 (= ${Source-Version})
124 #Provides: lightmediascanner-ogg
125 #Description: Lightweight library to scan media.
126 # Light Media Scanner scans media, parsing and storing data in
127 # a SQLite3 database. Provides safe execution by executing the
128 # parsers in another process, that will be monitored and killed
129 # if it takes more time than allowed.
130 # .
131 # This package contains the ogg scanner.
132 # .
133 # Homepage: http://lms.garage.maemo.org
134
135 Package: lightmediascanner0-plugins
136 Section: libs
137 Priority: optional
138 Architecture: any
139 Depends: lightmediascanner-id3lib, lightmediascanner-jpeg, lightmediascanner-png,
140  lightmediascanner-playlists, lightmediascanner-audio-dummy, lightmediascanner-video-dummy
141 Provides: lightmediascanner-plugins
142 Description: Lightweight library to scan media.
143  Light Media Scanner scans media, parsing and storing data in
144  a SQLite3 database. Provides safe execution by executing the
145  parsers in another process, that will be monitored and killed
146  if it takes more time than allowed.
147  .
148  This is a metapackage for all scanners.
149  .
150  Homepage: http://lms.garage.maemo.org
151
152 Package: liblightmediascanner0-dev
153 Section: libdevel
154 Priority: optional
155 Architecture: any
156 Depends: liblightmediascanner0 (= ${Source-Version}), lightmediascanner0-plugins (= ${Source-Version})
157 Provides: liblightmediascanner-dev
158 Description: Lightweight library to scan media.
159  Light Media Scanner scans media, parsing and storing data in
160  a SQLite3 database. Provides safe execution by executing the
161  parsers in another process, that will be monitored and killed
162  if it takes more time than allowed.
163  .
164  This package contains the lightmediascanner library.
165  .
166  Homepage: http://lms.garage.maemo.org