~walkerlee/totem/pre-interview

« back to all changes in this revision

Viewing changes to debian/control.in

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