Added ogg plugin as dependency of plugins-all metapackage
[lms] / packages / lightmediascanner / debian / control
index c8a0996..f09e944 100644 (file)
 Source: lightmediascanner
+Section: libs
 Priority: optional
 Maintainer: Gustavo Sverzut Barbieri <gustavo.barbieri@openbossa.org>
-Build-Depends: debhelper, cdbs, libsqlite3-dev, libflac-dev, libmp4v2-dev, libvorbisidec-dev
-Standards-Version: 3.6.1
+Build-Depends: debhelper, cdbs, libsqlite3-dev, libflac-dev, libmp4v2-dev, libvorbisidec-dev, libvorbis-dev, pkg-config, libtool
+Standards-Version: 3.8.0
+Homepage: http://lms.garage.maemo.org
 
 Package: liblightmediascanner0
-Section: libs
-Priority: optional
 Architecture: any
-Depends: ${shlibs:Depends}, libsqlite3-0
-Provides: liblightmediascanner
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}, libsqlite3-0
 Description: Lightweight library to scan media.
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
- .
- This package contains the lightmediascanner library.
- .
- Homepage: http://lms.garage.maemo.org
 
-Package: lightmediascanner0-id3
-Section: libs
-Priority: optional
+Package: liblightmediascanner-dev
 Architecture: any
-Conflicts: lightmediascanner0-id3lib
-Replaces: lightmediascanner0-id3lib
-Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
-Provides: lightmediascanner-id3
-Description: Lightweight library to scan media.
+Section: libdevel
+Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version}), pkg-config
+Description: Lightmediascanner - development files
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
  .
- This package contains id3 scanner.
- .
- Homepage: http://lms.garage.maemo.org
+ This package contains the lightmediascanner library.
 
-Package: lightmediascanner0-jpeg
-Section: libs
-Priority: optional
-Architecture: any
-Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
-Provides: lightmediascanner-jpeg
-Description: Lightweight library to scan media.
+Package: lightmediascanner-plugin-all
+Architecture: all
+Depends: ${misc:Depends},
+            lightmediascanner-plugin-id3 (= ${Source-Version}),
+            lightmediascanner-plugin-jpeg (= ${Source-Version}),
+            lightmediascanner-plugin-png (= ${Source-Version}),
+            lightmediascanner-plugin-playlists (= ${Source-Version}),
+            lightmediascanner-plugin-audio-dummy (= ${Source-Version}),
+            lightmediascanner-plugin-video-dummy (= ${Source-Version}),
+            lightmediascanner-plugin-asf (= ${Source-Version}),
+            lightmediascanner-plugin-rm (= ${Source-Version}),
+            lightmediascanner-plugin-flac (= ${Source-Version}),
+            lightmediascanner-plugin-mp4 (= ${Source-Version}),
+            lightmediascanner-plugin-ogg (= ${Source-Version})
+Description: Lightmediascanner - all plugins
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
  .
- This package contains the jpeg scanner.
- .
- Homepage: http://lms.garage.maemo.org
+ This is a metapackage for all scanners.
 
-Package: lightmediascanner0-png
-Section: libs
-Priority: optional
+Package: lightmediascanner-plugin-id3
 Architecture: any
-Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
-Provides: lightmediascanner-png
-Description: Lightweight library to scan media.
+Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0
+Enhances: liblightmediascanner0
+Description: Lightmediascanner - ID3 plugin
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
  .
- This package contains the png scanner.
- .
- Homepage: http://lms.garage.maemo.org
+ This package contains id3 scanner.
 
-Package: lightmediascanner0-playlists
-Section: libs
-Priority: optional
+Package: lightmediascanner-plugin-jpeg
 Architecture: any
-Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
-Provides: lightmediascanner-playlists
-Description: Lightweight library to scan media.
+Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
+Enhances: liblightmediascanner0
+Description: Lightmediascanner - Jpeg plugin
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
  .
- This package contains the playlists scanners.
- .
- Homepage: http://lms.garage.maemo.org
+ This package contains the jpeg scanner.
 
-Package: lightmediascanner0-audio-dummy
-Section: libs
-Priority: optional
+Package: lightmediascanner-plugin-png
 Architecture: any
-Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
-Provides: lightmediascanner-audio-dummy
-Description: Lightweight library to scan media.
+Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
+Enhances: liblightmediascanner0
+Description: Lightmediascanner - Png plugin
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
  .
- This package contains the dummy video scanner.
- .
- Homepage: http://lms.garage.maemo.org
+ This package contains the png scanner.
 
-Package: lightmediascanner0-video-dummy
-Section: libs
-Priority: optional
+Package: lightmediascanner-plugin-playlists
 Architecture: any
-Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
-Provides: lightmediascanner-video-dummy
-Description: Lightweight library to scan media.
+Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
+Enhances: liblightmediascanner0
+Description: Lightmediascanner - Playlist plugin
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
  .
- This package contains the dummy video scanner.
- .
- Homepage: http://lms.garage.maemo.org
+ This package contains the playlists scanners.
 
-Package: lightmediascanner0-asf
-Section: libs
-Priority: optional
+Package: lightmediascanner-plugin-audio-dummy
 Architecture: any
-Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
-Provides: lightmediascanner-asf
-Description: Lightweight library to scan media.
+Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
+Enhances: liblightmediascanner0
+Description: Lightmediascanner - Dummy audio plugin
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
  .
- This package contains the asf scanner.
- .
- Homepage: http://lms.garage.maemo.org
+ This package contains the dummy audio scanner.
 
-Package: lightmediascanner0-rm
-Section: libs
-Priority: optional
+Package: lightmediascanner-plugin-video-dummy
 Architecture: any
-Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
-Provides: lightmediascanner-rm
-Description: Lightweight library to scan media.
+Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
+Enhances: liblightmediascanner0
+Description: Lightmediascanner - Dummy video plugin
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
  .
- This package contains the Real Media scanner.
- .
- Homepage: http://lms.garage.maemo.org
+ This package contains the dummy video scanner.
 
-Package: lightmediascanner0-flac
-Section: libs
-Priority: optional
+Package: lightmediascanner-plugin-asf
 Architecture: any
-Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version}), libflac8
-Provides: lightmediascanner-flac
-Description: Lightweight library to scan media.
+Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
+Enhances: liblightmediascanner0
+Description: Lightmediascanner - Asf plugin
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
  .
- This package contains the flac scanner.
- .
- Homepage: http://lms.garage.maemo.org
+ This package contains the asf scanner.
 
-Package: lightmediascanner0-mp4
-Section: libs
-Priority: optional
+Package: lightmediascanner-plugin-rm
 Architecture: any
-Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version}), libmp4v2-0
-Provides: lightmediascanner-mp4
-Description: Lightweight library to scan media.
+Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version})
+Enhances: liblightmediascanner0
+Description: Lightmediascanner, Real Media plugin
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
  .
- This package contains the mp4 scanner.
- .
- Homepage: http://lms.garage.maemo.org
+ This package contains the Real Media scanner.
 
-Package: lightmediascanner0-ogg
-Section: libs
-Priority: optional
+Package: lightmediascanner-plugin-flac
 Architecture: any
-Depends: ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version}), ogg-support (>= 0.7)
-Provides: lightmediascanner-ogg
-Suggests: ligthtmediascanner-plugins
-Description: Lightweight library to scan media.
+Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version}), libflac8
+Enhances: liblightmediascanner0
+Description: Lightmediascanner - Flac plugin
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
  .
- This package contains the ogg scanner.
- .
- Homepage: http://lms.garage.maemo.org
+ This package contains the flac scanner.
 
-Package: lightmediascanner0-plugins
-Section: libs
-Priority: optional
+Package: lightmediascanner-plugin-mp4
 Architecture: any
-Depends: lightmediascanner0-id3 (= ${Source-Version}), lightmediascanner0-jpeg (= ${Source-Version}),
- lightmediascanner0-png (= ${Source-Version}), lightmediascanner0-playlists (= ${Source-Version}),
- lightmediascanner0-audio-dummy (= ${Source-Version}), lightmediascanner0-video-dummy (= ${Source-Version}),
- lightmediascanner0-asf (= ${Source-Version}), lightmediascanner0-rm (= ${Source-Version}),
- lightmediascanner0-flac (= ${Source-Version}), lightmediascanner0-mp4 (= ${Source-Version})
-Provides: lightmediascanner-plugins
-Description: Lightweight library to scan media.
+Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version}), libmp4v2-0
+Enhances: liblightmediascanner0
+Description: Lightmediascanner - Mp4 plugin
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
  .
- This is a metapackage for all scanners.
- .
- Homepage: http://lms.garage.maemo.org
+ This package contains the mp4 scanner.
 
-Package: liblightmediascanner0-dev
-Section: libdevel
-Priority: optional
+Package: lightmediascanner-plugin-ogg
 Architecture: any
-Depends: liblightmediascanner0 (= ${Source-Version}), lightmediascanner0-plugins (= ${Source-Version})
-Provides: liblightmediascanner-dev
-Description: Lightweight library to scan media.
+Depends: ${misc:Depends}, ${shlibs:Depends}, liblightmediascanner0 (= ${Source-Version}), libvorbis0a
+Enhances: liblightmediascanner0
+Description: Lightmediascanner - Ogg plugin
  Light Media Scanner scans media, parsing and storing data in
  a SQLite3 database. Provides safe execution by executing the
  parsers in another process, that will be monitored and killed
  if it takes more time than allowed.
  .
- This package contains the lightmediascanner library.
- .
- Homepage: http://lms.garage.maemo.org
+ This package contains the ogg scanner.