~ubuntu-desktop/rhythmbox/ubuntu

« back to all changes in this revision

Viewing changes to debian/control.in

  • Committer: seb128
  • Date: 2009-08-10 12:07:55 UTC
  • Revision ID: seb128@seb128-laptop-20090810120755-e30rib1u0untn856
initial rhythmbox import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: rhythmbox
 
2
Section: gnome
 
3
Priority: optional
 
4
Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Loic Minier <lool@dooz.org>
 
6
Uploaders: @GNOME_TEAM@
 
7
Build-Depends: cdbs (>= 0.4.37),
 
8
               debhelper (>= 5.0.37.2),
 
9
               gnome-pkg-tools,
 
10
               intltool (>= 0.35.0),
 
11
               libdbus-glib-1-dev (>= 0.35),
 
12
               libgstreamer0.10-dev (>= 0.10.20),
 
13
               libgstreamer-plugins-base0.10-dev (>= 0.10.20),
 
14
               libgtk2.0-dev (>= 2.16.0),
 
15
               libglib2.0-dev (>= 2.16.0),
 
16
               libgnome-media-dev (>= 2.8),
 
17
               libnotify-dev (>= 0.4.1),
 
18
               libgpod-dev (>= 0.6),
 
19
               libmusicbrainz4-dev (>= 2.1.0),
 
20
               libnautilus-burn-dev (>= 2.21.6),
 
21
               libbrasero-media-dev (>= 0.9.1),
 
22
               libtotem-plparser-dev (>= 2.26.0),
 
23
               libavahi-client-dev (>= 0.6),
 
24
               libavahi-glib-dev (>= 0.6),
 
25
               libsoup2.4-dev (>= 2.26.0),
 
26
               libsoup-gnome2.4-dev (>= 2.26.0),
 
27
               libhal-dev (>= 0.5),
 
28
               libmtp-dev (>= 0.3.0),
 
29
               libgnome-keyring-dev,
 
30
               zlib1g-dev,
 
31
               libxt-dev,
 
32
               x11proto-core-dev,
 
33
               libgconf2-dev,
 
34
               liblircclient-dev,
 
35
               gtk-doc-tools (>= 1.4),
 
36
               gnome-doc-utils,
 
37
               scrollkeeper,
 
38
               python-dev (>= 2.3),
 
39
               python-support (>= 0.5.3),
 
40
               python-gtk2-dev (>= 2.8.0),
 
41
               python-gst0.10-dev (>= 0.10.1),
 
42
               python-gobject-dev (>= 2.13.2),
 
43
               liblaunchpad-integration-dev (>= 0.1.17),
 
44
               docbook-xsl (>= 1.54.1),
 
45
               docbook-utils (>= 0.6.11),
 
46
               pkg-config,
 
47
               libglib2.0-doc,
 
48
               libgtk2.0-doc
 
49
Standards-Version: 3.8.1
 
50
XS-Python-Version: >= 2.3
 
51
Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/rhythmbox/ubuntu
 
52
 
 
53
Package: rhythmbox
 
54
Architecture: any
 
55
Depends: ${misc:Depends},
 
56
         ${shlibs:Depends},
 
57
         ${python:Depends},
 
58
         dbus,
 
59
         gstreamer0.10-plugins-base (>= 0.10.20),
 
60
         gstreamer0.10-plugins-good (>= 0.10.7),
 
61
         libgstreamer0.10-0,
 
62
         gstreamer0.10-alsa | gstreamer0.10-audiosink,
 
63
         python-gnome2 (>= 2.18),
 
64
         python-gtk2 (>= 2.10),
 
65
         gnome-icon-theme,
 
66
         gstreamer0.10-x,
 
67
         python-gst0.10
 
68
Conflicts: gnome-control-center (<< 2.15.90)
 
69
Recommends: yelp,
 
70
            avahi-daemon,
 
71
            hal,
 
72
            notification-daemon,
 
73
            gvfs-backends
 
74
Suggests: gstreamer0.10-plugins-bad,
 
75
          python-coherence,
 
76
          gnome-codec-install,
 
77
          gnome-control-center,
 
78
          gstreamer0.10-plugins-ugly
 
79
XB-Python-Version: ${python:Versions}
 
80
Description: music player and organizer for GNOME
 
81
 Rhythmbox is a very easy to use music playing and management program
 
82
 which supports a wide range of audio formats (including mp3 and ogg).
 
83
 Originally inspired by Apple's iTunes, the current version also supports
 
84
 Internet Radio, iPod integration and generic portable audio player
 
85
 support, Audio CD burning, Audio CD playback, music sharing, and
 
86
 Podcasts.
 
87
 .
 
88
 You need the python-coherence package for DLNA/UPnp sharing plugin.
 
89
 
 
90
Package: rhythmbox-dbg
 
91
Architecture: any
 
92
Priority: extra
 
93
Section: debug
 
94
Depends: ${misc:Depends},
 
95
         rhythmbox (= ${binary:Version})
 
96
Recommends: libgstreamer0.10-0-dbg,
 
97
            gstreamer0.10-plugins-base-dbg,
 
98
            gstreamer0.10-plugins-good-dbg,
 
99
Suggests: gstreamer0.10-plugins-ugly-dbg
 
100
Description: debugging symbols for rhythmbox
 
101
 Rhythmbox is a very easy to use music playing and management program
 
102
 which supports a wide range of audio formats (including mp3 and ogg).
 
103
 Originally inspired by Apple's iTunes, the current version also supports
 
104
 Internet Radio, iPod integration and generic portable audio player
 
105
 support, Audio CD burning, Audio CD playback, music sharing, and
 
106
 Podcasts.
 
107
 .
 
108
 This package contains the debugging symbols for rhythmbox.