~walkerlee/totem/pre-interview

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-26 00:07:51 UTC
  • mfrom: (1.6.1) (24.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130526000751-kv8ap3x1di4qq8j2
Tags: 3.8.2-0ubuntu1
* Sync with Debian. Remaining changes: 
* debian/control.in:
  - Drop build-depends on libepc-ui-dev and libgrilo-0.2-dev (in universe)
  - Drop libxtst-dev build-depends so that the (redundant) fake key presses
    for inhibiting the screensaver are disabled (LP: #1007438)
  - Build-depend on libzeitgeist-dev
  - Suggest rather than recommend gstreamer components in universe
  - Add totem-plugins-extra
  - Add XB-Npp-Description and XB-Npp-Filename header to the 
    totem-mozilla package to improve ubufox/ubuntu plugin db integration 
  - Refer to Firefox in totem-mozilla description instead of Iceweasel
  - Don't have totem-mozilla recommend any particular browser
  - Drop obsolete python library dependencies since iplayer is no longer
    included
* debian/totem-common.install, debian/source_totem.py:
  - Install Ubuntu apport debugging hook
* debian/totem-plugins-extra.install:
  - Universe plugins split out of totem-plugins (currently only gromit)
* debian/totem-plugins.install:    
  - Skip the plugins split to -extra and add the zeitgeist plugin
* debian/rules:
  - Build with --fail-missing, to ensure we install everything. 
    + Ignore libtotem.{,l}a since we delibrately don't install these.
  - Re-enable hardening, make sure both PIE and BINDNOW are used
    by setting hardening=+all. (LP: #1039604)
* debian/patches/91_quicklist_entries.patch:
  - Add static quicklist
* debian/patches/92_gst-plugins-good.patch:
  - Build without unnecessary gstreamer1.0-bad dependency
* debian/patches/93_grilo_optional.patch:
  - Allow building without grilo while grilo MIR is still pending
* debian/patches/correct_desktop_mimetypes.patch:
  - Don't list the mimetypes after the unity lists
* debian/patches/revert_shell_menu.patch: 
  - revert the use of a shell menu until indicator-appmenu can handle
    the mixed shell/traditional menus itself
* New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
3
3
# Modifications should be made to debian/control.in instead.
4
4
# This file is regenerated automatically in the clean target.
5
 
 
6
5
Source: totem
7
6
Section: video
8
7
Priority: optional
9
 
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
10
 
Uploaders: Josselin Mouette <joss@debian.org>, Michael Biebl <biebl@debian.org>
 
8
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
9
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
 
10
Uploaders: Andreas Henriksson <andreas@fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Jeremy Bicha <jbicha@ubuntu.com>, Michael Biebl <biebl@debian.org>, Sjoerd Simons <sjoerd@debian.org>
11
11
Build-Depends: debhelper (>= 8),
12
12
               cdbs (>= 0.4.90),
13
13
               dh-autoreconf,
14
14
               python (>= 2.6.6-3~),
15
15
               python-gi-dev (>= 2.90.3),
16
 
               libepc-ui-dev (>= 0.4.0),
17
 
               libglib2.0-dev (>= 2.27.92),
 
16
#               libepc-ui-dev (>= 0.4.0),
 
17
               libglib2.0-dev (>= 2.33.0),
18
18
               libatk1.0-dev (>= 1.29.4),
19
19
               libgdk-pixbuf2.0-dev (>= 2.23.0),
20
 
               libgtk-3-dev (>= 3.3.6),
 
20
               libgtk-3-dev (>= 3.5.2),
21
21
               libtotem-plparser-dev (>= 2.32.4-2),
22
22
               libsoup2.4-dev,
23
23
               libpeas-dev (>= 1.1.0),
25
25
               liblircclient-dev (>= 0.6.6),
26
26
               gnome-pkg-tools (>= 0.10),
27
27
               scrollkeeper,
28
 
               libgstreamer0.10-dev (>= 0.10.30),
29
 
               libgstreamer-plugins-base0.10-dev (>= 0.10.30),
30
 
               gstreamer0.10-tools (>= 0.10.26),
31
 
               gstreamer0.10-gconf,
32
 
               gstreamer0.10-plugins-base (>= 0.10.26),
33
 
               gstreamer0.10-plugins-good,
 
28
               libgstreamer1.0-dev,
 
29
               libgstreamer-plugins-base1.0-dev,
 
30
               gstreamer1.0-tools,
 
31
               gstreamer1.0-plugins-base,
 
32
               gstreamer1.0-plugins-base-apps,
 
33
               gstreamer1.0-plugins-good,
34
34
               librsvg2-dev (>= 2.16.0-2),
35
35
               librsvg2-common (>= 2.16.0-2),
36
36
               libnautilus-extension-dev (>= 2.91.4),
37
37
               gnome-icon-theme (>= 2.15.90),
 
38
               gsettings-desktop-schemas-dev,
38
39
               libdbus-glib-1-dev (>= 0.82),
39
40
               intltool (>= 0.40),
40
41
               autotools-dev,
41
42
               shared-mime-info (>= 0.22),
42
 
               libxtst-dev,
43
 
               libxrandr-dev (>= 1.1.1),
44
 
               libxxf86vm-dev (>= 1.0.1),
 
43
               libxrandr-dev (>= 2:1.1.1),
 
44
               libxxf86vm-dev (>= 1:1.0.1),
45
45
               libx11-dev,
46
46
               x11proto-core-dev,
47
 
               gnome-doc-utils (>= 0.20.3),
 
47
               yelp-tools,
48
48
               libbluetooth-dev [linux-any],
49
49
               libgdata-dev (>= 0.8.0),
50
50
               gobject-introspection (>= 0.9.12-4~),
51
51
               libgirepository1.0-dev (>= 0.9.12),
52
 
               gir1.2-glib-2.0,
53
 
               gir1.2-gtk-3.0,
54
 
               gir1.2-totem-plparser-1.0,
55
 
               libmx-dev,
56
 
               libgrilo-0.1-dev,
57
 
               valac-0.14,
 
52
#               libgrilo-0.2-dev,
 
53
               valac (>= 0.14.1),
58
54
               gtk-doc-tools (>= 1.14),
59
 
               libclutter-gst-dev,
60
 
               libclutter-gtk-1.0-dev
 
55
               libclutter-gst-2.0-dev,
 
56
               libclutter-gtk-1.0-dev,
 
57
               libzeitgeist-dev
61
58
Standards-Version: 3.9.3
62
59
Homepage: http://www.gnome.org/projects/totem/
63
 
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/desktop/unstable/totem
64
 
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/totem
 
60
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/totem/ubuntu
65
61
 
66
62
Package: libtotem0
67
63
Architecture: any
80
76
Depends: ${shlibs:Depends},
81
77
         ${misc:Depends},
82
78
         ${python:Depends},
83
 
         gstreamer0.10-plugins-base (>= 0.10.26),
84
 
         gstreamer0.10-plugins-good (>= 0.10.7),
85
 
         gstreamer0.10-x,
 
79
         gstreamer1.0-clutter,
 
80
         gstreamer1.0-plugins-base,
 
81
         gstreamer1.0-plugins-good,
 
82
         gstreamer1.0-x,
86
83
         gnome-icon-theme (>= 2.15.90),
87
84
         gnome-icon-theme-symbolic,
 
85
         gsettings-desktop-schemas,
88
86
         totem-common (= ${source:Version})
89
 
Conflicts: totem (<< 0.99.12-2),
90
 
           gnome-control-center (<< 2.15.90),
91
 
           totem-mozilla (<< 2.20.0-3),
92
 
           totem-gstreamer (<< 2.27.1)
93
87
Recommends: totem-plugins,
94
 
            gstreamer0.10-pulseaudio,
95
 
            gstreamer0.10-plugins-ugly,
96
 
            gstreamer0.10-plugins-bad,
97
 
            gstreamer0.10-ffmpeg
 
88
            gstreamer1.0-pulseaudio,
98
89
Suggests: gnome-codec-install,
99
 
          gstreamer0.10-pulseaudio (>= 0.10.16-5),
 
90
          gstreamer1.0-plugins-ugly,
 
91
          gstreamer1.0-plugins-bad,
 
92
          gstreamer1.0-libav,
100
93
          totem-mozilla
101
94
Description: Simple media player for the GNOME desktop based on GStreamer
102
95
 Totem is a simple yet featureful media player for GNOME which can read
127
120
         ${shlibs:Depends},
128
121
         totem (= ${binary:Version}),
129
122
         dbus-x11 (>= 0.61)
130
 
Recommends: epiphany-browser | www-browser
 
123
#Recommends: epiphany-browser | www-browser
 
124
XB-Npp-Applications: ec8030f7-c20a-464f-9b0e-13a3a9e97384, 92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a
 
125
XB-Npp-Name:  Totem Mozilla plugin
 
126
XB-Npp-MimeType: video/quicktime, video/mp4, image/x-macpaint, image/x-quicktime, application/x-mplayer2, video/x-ms-asf-plugin, video/x-msvideo, video/x-ms-asf, video/x-ms-wmv, video/x-wmv, video/x-ms-wvx, video/x-ms-wm, application/ogg, video/mpeg, audio/wav, audio/x-wav, audio/mpeg
 
127
XB-Npp-Description: Watch Movies in your Browser (http://projects.gnome.org/totem/)
 
128
XB-Npp-Filename: libtotem-
131
129
Description: Totem Mozilla plugin
132
130
 This package contains the Totem Mozilla plugin, which will
133
131
 enhance your Gecko-based browser to be able to display movie
134
132
 clips.
135
133
 .
136
 
 This plugin should work for Iceweasel as well as XULRunner based browsers.
 
134
 This plugin should work for Firefox as well as XULRunner based browsers.
137
135
 
138
136
Package: totem-common
139
137
Architecture: all
150
148
Priority: extra
151
149
Depends: totem (= ${binary:Version}),
152
150
         ${misc:Depends}
153
 
Conflicts: libtotem-plparser1-dbg, libtotem-plparser7-dbg
154
151
Description: Debugging symbols for the Totem media player
155
152
 Totem is a simple yet featureful media player for GNOME which can read
156
153
 a large number of file formats.
171
168
         gir1.2-peas-1.0,
172
169
         python-gi (>= 2.90.3),
173
170
         python-xdg,
174
 
         python-httplib2,
175
 
         python-feedparser,
176
 
         python-beautifulsoup
177
171
Recommends: gnome-settings-daemon
178
172
Suggests: gromit
179
173
Description: Plugins for the Totem media player
198
192
 .
199
193
 Additional plugins can be written in C, Python or Vala.
200
194
 
 
195
Package: totem-plugins-extra
 
196
Architecture: any
 
197
Depends: totem (= ${binary:Version}),
 
198
         ${misc:Depends},
 
199
         ${shlibs:Depends},
 
200
Recommends: gromit
 
201
Description: Extra plugins for the Totem media player
 
202
 Totem is a simple yet featureful media player for GNOME which can read
 
203
 a large number of file formats.
 
204
 .
 
205
 This package contains a set of extra plugins for Totem, which allow to:
 
206
 .
 
207
    * Discover and browse media using the Grilo DLNA plugin
 
208
    * Annotate the screen with the Gromit tool
 
209
 .
 
210
 Additional plugins can be written in C, Python or Vala.
 
211
 
201
212
Package: gir1.2-totem-1.0
202
213
Section: introspection
203
214
Architecture: any