Updated packaging system
[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, 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 Package: lightmediascanner0-playlists
56 Section: libs
57 Priority: optional
58 Architecture: any
59 Depends: ${shlibs:Depends}, liblightmediascanner0
60 Provides: lightmediascanner-playlists
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 playlists scanners.
68  .
69  Homepage: http://lms.garage.maemo.org
70
71 Package: lightmediascanner0-video-dummy
72 Section: libs
73 Priority: optional
74 Architecture: any
75 Depends: ${shlibs:Depends}, liblightmediascanner0
76 Provides: lightmediascanner-video-dummy
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 dummy video scanner.
84  .
85  Homepage: http://lms.garage.maemo.org
86
87 #Package: lightmediascanner0-ogg
88 #Section: libs
89 #Priority: optional
90 #Architecture: any
91 #Depends: ${shlibs:Depends}, mogg, liblightmediascanner0
92 #Provides: lightmediascanner-ogg
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 ogg scanner.
100 # .
101 # Homepage: http://lms.garage.maemo.org
102
103 Package: lightmediascanner0-plugins
104 Section: libs
105 Priority: optional
106 Architecture: any
107 Depends: lightmediascanner-id3lib, lightmediascanner-jpeg, lightmediascanner-playlists, lightmediascanner-video-dummy
108 Provides: lightmediascanner-plugins
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 is a metapackage for all scanners.
116  .
117  Homepage: http://lms.garage.maemo.org
118
119 Package: liblightmediascanner0-dev
120 Section: libdevel
121 Priority: optional
122 Architecture: any
123 Depends: liblightmediascanner, lightmediascanner-plugins
124 Provides: liblightmediascanner-dev
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 lightmediascanner library.
132  .
133  Homepage: http://lms.garage.maemo.org