Debian packaging: depend on vala 0.7.9
[cinaest] / debian / control
index 45a268f..afb0f2d 100644 (file)
@@ -2,21 +2,76 @@ Source: cinaest
 Section: user/multimedia
 Priority: extra
 Maintainer: Philipp Zabel <philipp.zabel@gmail.com>
-Build-Depends: vala (>= 0.7.7-maemo1), debhelper (>= 4), maemo-optify (>= 0.2), libhildon1-dev (>= 2.2.0), libosso-dev (>= 2.20), osso-af-settings (>= 0.9.2), libdbus-glib-1-dev (>= 0.78), libdbus-1-dev (>= 1.2.14), libsqlite3-dev (>= 3.6.14), zlib1g-dev (>= 1.2.3)
+Build-Depends: vala (>= 0.7.9), debhelper (>= 4), maemo-optify (>= 0.2), calendar-backend-dev, libcurl4-openssl-dev, libhildon1-dev (>= 2.2.0), libosso-dev (>= 2.20), osso-af-settings (>= 0.9.2), libdbus-glib-1-dev (>= 0.78), libdbus-1-dev (>= 1.2.14), libsoup2.4-dev (>= 2.24.3), libsqlite3-dev (>= 3.6.14), zlib1g-dev (>= 1.2.3)
 Standards-Version: 4
 
 Package: cinaest
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, cinaest-plugins | cinaest-plugin
+Recommends: google-poster-downloader
 Description: Look up movies and manage your own catalog
   A movie database frontend to look up, browse and rate movies.
   It can use different source plugins, including an offline copy
   of the IMDb, a personal movie catalog, or a list of movies
   obtained from a local tracker search.
+XB-Maemo-Display-Name: Cinaest
+
+Package: libcinaest
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Cinaest common classes and plugin interface library
+  This library contains common code used by both cinaest and
+  the plugins.
+
+Package: libcinaest-dev
+Section: libdevel
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Cinaest library development files
+  This package contains the development files for libcinaest.
+
+Package: cinaest-plugins
+Architecture: all
+Depends: cinaest-plugin-catalog, cinaest-plugin-imdb, cinaest-plugin-google
+Enhances: cinaest
+Description: All Cinaest Plugins
+  This is a metapackage for cinaest to pull all plugins.
+XB-Maemo-Display-Name: Cinaest Plugins Metapackage
+
+Package: cinaest-plugin-catalog
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: cinaest-plugin
+Enhances: cinaest
+Description: Manage a personal movie catalog
+  With this Cinaest plugin the user can keep track of
+  a personal movie collection, movies loaned to friends,
+  and a personal watchlist.
+XB-Maemo-Display-Name: Cinaest Catalog Plugin
 
 Package: cinaest-plugin-imdb
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: cinaest-plugin
+Enhances: cinaest
 Description: Look up movies on IMDb
   This Cinaest plugin can look up movies in an offline copy of
   the Internet Movie Database (IMDb).
+XB-Maemo-Display-Name: Cinaest IMDb Plugin
+
+Package: cinaest-plugin-google
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Provides: cinaest-plugin
+Enhances: cinaest
+Description: Look up movie showtimes on Google
+  This Cineast plugin contains an online interface to the
+  Movie Showtimes Google Search.
+XB-Maemo-Display-Name: Cinaest Google Plugin
+
+Package: google-poster-downloader
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Movie poster downloader D-Bus service using Google Images
+  Downloads movie posters using Google Image Search.