~ubuntu-desktop/rhythmbox/ubuntu

« back to all changes in this revision

Viewing changes to debian/control

  • 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: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@ubuntu.com>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>, Sjoerd Simons <sjoerd@debian.org>
 
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
 
 
52
Package: rhythmbox
 
53
Architecture: any
 
54
Depends: ${misc:Depends},
 
55
         ${shlibs:Depends},
 
56
         ${python:Depends},
 
57
         dbus,
 
58
         gstreamer0.10-plugins-base (>= 0.10.20),
 
59
         gstreamer0.10-plugins-good (>= 0.10.7),
 
60
         libgstreamer0.10-0,
 
61
         gstreamer0.10-alsa | gstreamer0.10-audiosink,
 
62
         python-gnome2 (>= 2.18),
 
63
         python-gtk2 (>= 2.10),
 
64
         gnome-icon-theme,
 
65
         gstreamer0.10-x,
 
66
         python-gst0.10
 
67
Conflicts: gnome-control-center (<< 2.15.90)
 
68
Recommends: yelp,
 
69
            avahi-daemon,
 
70
            hal,
 
71
            notification-daemon,
 
72
            gvfs-backends
 
73
Suggests: gstreamer0.10-plugins-bad,
 
74
          python-coherence,
 
75
          gnome-codec-install,
 
76
          gnome-control-center,
 
77
          gstreamer0.10-plugins-ugly
 
78
XB-Python-Version: ${python:Versions}
 
79
Description: music player and organizer for GNOME
 
80
 Rhythmbox is a very easy to use music playing and management program
 
81
 which supports a wide range of audio formats (including mp3 and ogg).
 
82
 Originally inspired by Apple's iTunes, the current version also supports
 
83
 Internet Radio, iPod integration and generic portable audio player
 
84
 support, Audio CD burning, Audio CD playback, music sharing, and
 
85
 Podcasts.
 
86
 .
 
87
 You need the python-coherence package for DLNA/UPnp sharing plugin.
 
88
 
 
89
Package: rhythmbox-dbg
 
90
Architecture: any
 
91
Priority: extra
 
92
Section: debug
 
93
Depends: ${misc:Depends},
 
94
         rhythmbox (= ${binary:Version})
 
95
Recommends: libgstreamer0.10-0-dbg,
 
96
            gstreamer0.10-plugins-base-dbg,
 
97
            gstreamer0.10-plugins-good-dbg,
 
98
Suggests: gstreamer0.10-plugins-ugly-dbg
 
99
Description: debugging symbols for rhythmbox
 
100
 Rhythmbox is a very easy to use music playing and management program
 
101
 which supports a wide range of audio formats (including mp3 and ogg).
 
102
 Originally inspired by Apple's iTunes, the current version also supports
 
103
 Internet Radio, iPod integration and generic portable audio player
 
104
 support, Audio CD burning, Audio CD playback, music sharing, and
 
105
 Podcasts.
 
106
 .
 
107
 This package contains the debugging symbols for rhythmbox.