Debian packaging: update to 0.0.7-1
[cinaest] / debian / control
1 Source: cinaest
2 Section: user/multimedia
3 Priority: extra
4 Maintainer: Philipp Zabel <philipp.zabel@gmail.com>
5 Build-Depends: vala (>= 0.7.8), 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)
6 Standards-Version: 4
7
8 Package: cinaest
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends}, cinaest-plugins | cinaest-plugin
11 Recommends: google-poster-downloader
12 Description: Look up movies and manage your own catalog
13   A movie database frontend to look up, browse and rate movies.
14   It can use different source plugins, including an offline copy
15   of the IMDb, a personal movie catalog, or a list of movies
16   obtained from a local tracker search.
17 XB-Maemo-Display-Name: Cinaest
18
19 Package: libcinaest
20 Section: libs
21 Architecture: any
22 Depends: ${shlibs:Depends}, ${misc:Depends}
23 Description: Cinaest common classes and plugin interface library
24   This library contains common code used by both cinaest and
25   the plugins.
26
27 Package: libcinaest-dev
28 Section: libdevel
29 Architecture: any
30 Depends: ${shlibs:Depends}, ${misc:Depends}
31 Description: Cinaest library development files
32   This package contains the development files for libcinaest.
33
34 Package: cinaest-plugins
35 Architecture: all
36 Depends: cinaest-plugin-catalog, cinaest-plugin-imdb, cinaest-plugin-google
37 Enhances: cinaest
38 Description: All Cinaest Plugins
39   This is a metapackage for cinaest to pull all plugins.
40 XB-Maemo-Display-Name: Cinaest Plugins Metapackage
41
42 Package: cinaest-plugin-catalog
43 Architecture: any
44 Depends: ${shlibs:Depends}, ${misc:Depends}
45 Provides: cinaest-plugin
46 Enhances: cinaest
47 Description: Manage a personal movie catalog
48   With this Cinaest plugin the user can keep track of
49   a personal movie collection, movies loaned to friends,
50   and a personal watchlist.
51 XB-Maemo-Display-Name: Cinaest Catalog Plugin
52
53 Package: cinaest-plugin-imdb
54 Architecture: any
55 Depends: ${shlibs:Depends}, ${misc:Depends}
56 Provides: cinaest-plugin
57 Enhances: cinaest
58 Description: Look up movies on IMDb
59   This Cinaest plugin can look up movies in an offline copy of
60   the Internet Movie Database (IMDb).
61 XB-Maemo-Display-Name: Cinaest IMDb Plugin
62
63 Package: cinaest-plugin-google
64 Architecture: any
65 Depends: ${shlibs:Depends}, ${misc:Depends}
66 Provides: cinaest-plugin
67 Enhances: cinaest
68 Description: Look up movie showtimes on Google
69   This Cineast plugin contains an online interface to the
70   Movie Showtimes Google Search.
71 XB-Maemo-Display-Name: Cinaest Google Plugin
72
73 Package: google-poster-downloader
74 Architecture: any
75 Depends: ${shlibs:Depends}, ${misc:Depends}
76 Description: Movie poster downloader D-Bus service using Google Images
77   Downloads movie posters using Google Image Search.