Added debian packages
[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, 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, 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
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
56 Package: lightmediascanner0-playlists
57 Section: libs
58 Priority: optional
59 Architecture: any
60 Depends: ${shlibs:Depends}, liblightmediascanner0
61 Provides: lightmediascanner-playlists
62 Description: Lightweight library to scan media.
63  Light Media Scanner scans media, parsing and storing data in
64  a SQLite3 database. Provides safe execution by executing the
65  parsers in another process, that will be monitored and killed
66  if it takes more time than allowed.
67  .
68  This package contains the playlists scanners.
69  .
70  Homepage: http://lms.garage.maemo.org
71
72 Package: lightmediascanner0-video-dummy
73 Section: libs
74 Priority: optional
75 Architecture: any
76 Depends: ${shlibs:Depends}, liblightmediascanner0
77 Provides: lightmediascanner-video-dummy
78 Description: Lightweight library to scan media.
79  Light Media Scanner scans media, parsing and storing data in
80  a SQLite3 database. Provides safe execution by executing the
81  parsers in another process, that will be monitored and killed
82  if it takes more time than allowed.
83  .
84  This package contains the dummy video scanner.
85  .
86  Homepage: http://lms.garage.maemo.org
87
88 Package: lightmediascanner0-plugins
89 Section: libs
90 Priority: optional
91 Architecture: any
92 Depends: lightmediascanner-id3lib, lightmediascanner-jpeg, lightmediascanner-playlists, lightmediascanner-video-dummy
93 Provides: lightmediascanner-plugins
94 Description: Lightweight library to scan media.
95  Light Media Scanner scans media, parsing and storing data in
96  a SQLite3 database. Provides safe execution by executing the
97  parsers in another process, that will be monitored and killed
98  if it takes more time than allowed.
99  .
100  This is a metapackage for all scanners.
101  .
102  Homepage: http://lms.garage.maemo.org
103
104 Package: liblightmediascanner0-dev
105 Section: libdevel
106 Priority: optional
107 Architecture: any
108 Depends: liblightmediascanner, lightmediascanner-plugins
109 Provides: liblightmediascanner-dev
110 Description: Lightweight library to scan media.
111  Light Media Scanner scans media, parsing and storing data in
112  a SQLite3 database. Provides safe execution by executing the
113  parsers in another process, that will be monitored and killed
114  if it takes more time than allowed.
115  .
116  This package contains the lightmediascanner library.
117  .
118  Homepage: http://lms.garage.maemo.org