Debian packaging: add MoviePilot package
[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.9.2-maemo1), debhelper (>= 4), maemo-launcher-dev (>= 0.23-1), 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), libgee-dev (>= 0.5.0), libjson-glib-dev (>= 0.8.0), 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 (= ${binary:Version}) | cinaest-plugin (= ${binary:Version}), imdb-poster-downloader
12 XB-Description: Look up movie information and showtimes, manage your own movie collection
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, and the current local
16   movie showtimes as reported by Google.
17 XB-Description-de_DE: Filminfos nachschlagen, das Kinoprogramm ansehen, eigene Filme verwalten
18   Ein Programm zum nachschlagen und Bewerten von Filmen.
19   Es stehen verschiedene Quell-Plugins zur Verfügung, unter anderem
20   eine Offline-Kopie der IMDb, ein eigener Filmkatalog und das aktuelle
21   lokale Kinoprogramm via Google.
22 XB-Maemo-Display-Name: Cinaest
23 XB-Maemo-Upgrade-Description: Adds IMDb plots to the movie detail view
24   This version adds support for downloading IMDb plots and showing
25   them in the movie detail view.
26   Also fixes a few small bugs and includes updated translations.
27 XB-Maemo-Upgrade-Description-de_DE: Lädt die IMDb-Inhaltsangaben und zeigt sie in der Film-Detailansicht
28   Diese Version erlaubt die IMDb-Inhaltsangaben herunterzuladen und
29   in der Film-Detailansicht anzuzeigen.
30   Beinhaltet außerdem einige Bugfixes und aktualisierte Übersetzungen.
31
32 Package: libcinaest
33 Section: libs
34 Architecture: any
35 Depends: ${shlibs:Depends}, ${misc:Depends}
36 Description: Cinaest common classes and plugin interface library
37   This library contains common code used by both cinaest and
38   the plugins.
39
40 Package: libcinaest-dev
41 Section: libdevel
42 Architecture: any
43 Depends: ${shlibs:Depends}, ${misc:Depends}
44 Description: Cinaest library development files
45   This package contains the development files for libcinaest.
46
47 Package: cinaest-plugins
48 Section: libs
49 Architecture: all
50 Depends: cinaest-plugin-catalog (= ${binary:Version}), cinaest-plugin-imdb (= ${binary:Version}), cinaest-plugin-google (= ${binary:Version})
51 Enhances: cinaest
52 Description: All Cinaest Plugins
53   This is a metapackage for cinaest to pull all plugins.
54 XB-Maemo-Display-Name: Cinaest Plugins Metapackage
55 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Plugins
56
57 Package: cinaest-plugin-catalog
58 Section: libs
59 Architecture: any
60 Depends: ${shlibs:Depends}, ${misc:Depends}
61 Provides: cinaest-plugin
62 Enhances: cinaest
63 Description: Manage a personal movie catalog
64   With this Cinaest plugin the user can keep track of
65   a personal movie collection, movies loaned to friends,
66   and a personal watchlist.
67 XB-Maemo-Display-Name: Cinaest Catalog Plugin
68 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Plugins
69
70 Package: cinaest-plugin-imdb
71 Section: libs
72 Architecture: any
73 Depends: ${shlibs:Depends}, ${misc:Depends}
74 Provides: cinaest-plugin
75 Enhances: cinaest
76 Description: Look up movies on IMDb
77   This Cinaest plugin can look up movies in an offline copy of
78   the Internet Movie Database (IMDb).
79 XB-Maemo-Display-Name: Cinaest IMDb Plugin
80 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Plugins
81
82 Package: cinaest-plugin-google
83 Section: libs
84 Architecture: any
85 Depends: ${shlibs:Depends}, ${misc:Depends}
86 Provides: cinaest-plugin
87 Enhances: cinaest
88 Description: Look up movie showtimes on Google
89   This Cineast plugin contains an online interface to the
90   Movie Showtimes Google Search.
91 XB-Maemo-Display-Name: Cinaest Google Plugin
92 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Plugins
93
94 Package: cinaest-plugin-moviepilot
95 Section: libs
96 Architecture: any
97 Depends: ${shlibs:Depends}, ${misc:Depends}
98 Provides: cinaest-plugin
99 Enhances: cinaest
100 Description: Get movie recommendations from MoviePilot
101   This Cineast plugin contains an online interface to the
102   MoviePilot API.
103 XB-Maemo-Display-Name: Cinaest MoviePilot Plugin
104 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Plugins
105
106 Package: google-poster-downloader
107 Architecture: any
108 Depends: ${shlibs:Depends}, ${misc:Depends}
109 Description: Movie poster downloader D-Bus service using Google Images
110   Downloads movie posters using Google Image Search.
111 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Poster+Downloader
112
113 Package: imdb-poster-downloader
114 Architecture: any
115 Depends: ${shlibs:Depends}, ${misc:Depends}
116 Description: Movie poster downloader D-Bus service using IMDb
117   Downloads movie posters from the IMDb.com website.
118 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Cinaest&component=Poster+Downloader