Debian packaging: update for 0.0.9-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.9), debhelper (>= 4), maemo-optify (>= 0.2), calendar-backend-dev, libcurl4-openssl-dev, libhildon1-dev (>= 2.2.0), libhildonmime-dev (>= 2.1.3), 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 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest
8
9 Package: cinaest
10 Architecture: any
11 Depends: libcinaest (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, cinaest-plugins | cinaest-plugin
12 Recommends: google-poster-downloader
13 Description: Look up movies and manage your own catalog
14   A movie database frontend to look up, browse and rate movies.
15   It can use different source plugins, including an offline copy
16   of the IMDb, a personal movie catalog, or a list of movies
17   obtained from a local tracker search.
18 XB-Maemo-Display-Name: Cinaest
19
20 Package: libcinaest
21 Section: libs
22 Architecture: any
23 Depends: ${shlibs:Depends}, ${misc:Depends}
24 Description: Cinaest common classes and plugin interface library
25   This library contains common code used by both cinaest and
26   the plugins.
27
28 Package: libcinaest-dev
29 Section: libdevel
30 Architecture: any
31 Depends: ${shlibs:Depends}, ${misc:Depends}
32 Description: Cinaest library development files
33   This package contains the development files for libcinaest.
34
35 Package: cinaest-plugins
36 Architecture: all
37 Depends: cinaest-plugin-catalog, cinaest-plugin-imdb, cinaest-plugin-google
38 Enhances: cinaest
39 Description: All Cinaest Plugins
40   This is a metapackage for cinaest to pull all plugins.
41 XB-Maemo-Display-Name: Cinaest Plugins Metapackage
42 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Plugins
43
44 Package: cinaest-plugin-catalog
45 Architecture: any
46 Depends: ${shlibs:Depends}, ${misc:Depends}
47 Provides: cinaest-plugin
48 Enhances: cinaest
49 Description: Manage a personal movie catalog
50   With this Cinaest plugin the user can keep track of
51   a personal movie collection, movies loaned to friends,
52   and a personal watchlist.
53 XB-Maemo-Display-Name: Cinaest Catalog Plugin
54 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Plugins
55
56 Package: cinaest-plugin-imdb
57 Architecture: any
58 Depends: ${shlibs:Depends}, ${misc:Depends}
59 Provides: cinaest-plugin
60 Enhances: cinaest
61 Description: Look up movies on IMDb
62   This Cinaest plugin can look up movies in an offline copy of
63   the Internet Movie Database (IMDb).
64 XB-Maemo-Display-Name: Cinaest IMDb Plugin
65 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Plugins
66
67 Package: cinaest-plugin-google
68 Architecture: any
69 Depends: ${shlibs:Depends}, ${misc:Depends}
70 Provides: cinaest-plugin
71 Enhances: cinaest
72 Description: Look up movie showtimes on Google
73   This Cineast plugin contains an online interface to the
74   Movie Showtimes Google Search.
75 XB-Maemo-Display-Name: Cinaest Google Plugin
76 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Plugins
77
78 Package: google-poster-downloader
79 Architecture: any
80 Depends: ${shlibs:Depends}, ${misc:Depends}
81 Description: Movie poster downloader D-Bus service using Google Images
82   Downloads movie posters using Google Image Search.
83 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Poster+Downloader