~ubuntu-branches/ubuntu/wily/xmms2/wily

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2008-07-04 16:23:34 UTC
  • mfrom: (1.1.5 upstream) (6.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080704162334-b3esbkcapt8wbrk4
Tags: 0.5DrLecter-2ubuntu1
* Merge from debian unstable (LP: #241098), remaining changes:
  + debian/control:
    + Update Maintainer field
    + add lpia to xmms2-plugin-alsa supported architectures
    + Added liba52-0.7.4-dev to build depends
  + debian/rules: Added patch, patch-stamp and unpatch
  + changed 01_gcc4.3.patch:
    + src/include/xmmsclient/xmmsclient++/helpers.h: Added #include <climits>
* New upstream relase fixes LP: #212566, #222341

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Maintainer: Ubuntu MOTU Developers <ubuntu-motu@lists.ubuntu.com>
5
5
XSBC-Original-Maintainer: Florian Ragwitz <rafl@debian.org>
6
6
Uploaders: Jens Taprogge <jlt@taprogge.org>, Jonne Lehtinen <jms@modeemi.fi>, Thomas Jollans <thomas@jollans.com>, Anders Waldenborg <anders@0x63.nu>
7
 
Standards-Version: 3.7.3
 
7
Standards-Version: 3.8.0
8
8
Build-Depends: debhelper (>= 5.0.37.2),
9
9
               libsqlite3-dev,
10
10
               ruby,
16
16
               libglib2.0-dev,
17
17
               libcurl4-openssl-dev,
18
18
               libsmbclient-dev,
19
 
               libgnomevfs2-dev,
20
19
               libvorbis-dev,
21
20
               libshout-dev,
22
21
               libflac-dev,
25
24
               libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64],
26
25
               libjack-dev,
27
26
               libavahi-client-dev,
 
27
               libavahi-glib-dev,
28
28
               libgamin-dev,
29
29
               libmpcdec-dev,
30
30
               libmms-dev,
31
31
               libsidplay2-dev,
32
32
               libresid-builder-dev,
33
 
               libavformat-dev,
34
33
               libavcodec-dev [!kfreebsd-i386 !kfreebsd-amd64],
35
34
               libboost-dev,
36
35
               libboost-signals-dev,
69
68
 and graphical. All common audio formats are supported using plugins. On top of
70
69
 this, there is a flexible media library to organize your music.
71
70
 .
72
 
 This package is a meta package depending on various other XMMS2 packages.
 
71
 This package is a metapackage depending on various other XMMS2 packages.
73
72
 Installing this package gets you a commandline client and enables XMMS2
74
73
 playback of Ogg Vorbis and MP3 files from local and remote sources.
75
74
 
79
78
         xmms2-plugin-curl,
80
79
         xmms2-plugin-smb,
81
80
         xmms2-plugin-mms,
82
 
         xmms2-plugin-gnomevfs,
83
81
         xmms2-plugin-vorbis,
84
82
         xmms2-plugin-flac,
85
83
         xmms2-plugin-faad,
86
84
         xmms2-plugin-modplug,
87
85
         xmms2-plugin-mad,
88
86
         xmms2-plugin-musepack,
89
 
         xmms2-plugin-avformat,
90
87
         xmms2-plugin-avcodec,
91
88
         xmms2-plugin-wma,
92
89
         xmms2-plugin-sid,
112
109
         xmms2-plugin-ofa,
113
110
         xmms2-plugin-asf,
114
111
         xmms2-plugin-normalize,
115
 
         xmms2-plugin-pulse
 
112
         xmms2-plugin-pulse,
 
113
         xmms2-plugin-karaoke,
 
114
         xmms2-plugin-airplay,
 
115
         xmms2-plugin-speex,
 
116
         xmms2-plugin-gme,
 
117
         xmms2-plugin-gvfs
116
118
Description: XMMS2 - all plugins
117
119
 This is a metapackage depending on all available XMMS2 plugins to make
118
120
 installation easier.
157
159
 This package contains a small program that (anonymously) reports back
158
160
 information on your computer and xmms2 configuration to the xmms2 developers.
159
161
 
160
 
Package: libxmmsclient3
 
162
Package: libxmmsclient4
161
163
Architecture: any
162
164
Section: libs
163
 
Conflicts: libxmmsclient2
164
 
Replaces: libxmmsclient2
 
165
Conflicts: libxmmsclient2,
 
166
           libxmmsclient3
 
167
Replaces: libxmmsclient2,
 
168
          libxmmsclient3
165
169
Depends: ${misc:Depends},
166
170
         ${shlibs:Depends}
167
171
Description: XMMS2 - client library
177
181
Section: libdevel
178
182
Depends: ${misc:Depends},
179
183
         ${shlibs:Depends},
180
 
         libxmmsclient3,
 
184
         libxmmsclient4,
181
185
         xmms2-dev,
182
186
         pkg-config
183
187
Description: XMMS2 - client library devel files
186
190
 and graphical. All common audio formats are supported using plugins. On top of
187
191
 this, there is a flexible media library to organize your music.
188
192
 .
189
 
 This package contains files for developing XMMS2 clients using libxmmsclient2.
 
193
 This package contains files for developing XMMS2 clients using libxmmsclient4.
190
194
 
191
195
Package: libxmmsclient-glib1
192
196
Architecture: any
219
223
 This package contains files for developing XMMS2 clients using
220
224
 libxmmsclient-glib1.
221
225
 
222
 
Package: libxmmsclient++2
 
226
Package: libxmmsclient++3
223
227
Architecture: any
224
228
Section: libs
225
 
Conflicts: libxmmsclient++1
226
 
Replaces: libxmmsclient++1
 
229
Conflicts: libxmmsclient++1,
 
230
           libxmmsclient++2
 
231
Replaces: libxmmsclient++1,
 
232
          libxmmsclient++2,
227
233
Depends: ${misc:Depends},
228
234
         ${shlibs:Depends}
229
235
Description: XMMS2 - client library for c++
239
245
Section: libdevel
240
246
Depends: ${misc:Depends},
241
247
         ${shlibs:Depends},
242
 
         libxmmsclient++2,
 
248
         libxmmsclient++3,
243
249
         libxmmsclient-dev,
244
250
         libboost-signals-dev,
245
251
         pkg-config
250
256
 this, there is a flexible media library to organize your music.
251
257
 .
252
258
 This package contains files for developing XMMS2 clients using
253
 
 libxmmsclient++1.
 
259
 libxmmsclient++3.
254
260
 
255
261
Package: libxmmsclient++-glib1
256
262
Architecture: any
387
393
Description: XMMS2 - MMS transport
388
394
 THis package contains an MMS transport for xmms2.
389
395
 
390
 
Package: xmms2-plugin-gnomevfs
391
 
Architecture: any
392
 
Depends: ${misc:Depends},
393
 
         ${shlibs:Depends},
394
 
         xmms2-core (= ${binary:Version})
395
 
Enhances: xmms2-core
396
 
Description: XMMS2 - GnomeVFS transport
397
 
 This package contains a GnomeVFS transport for xmms2.
398
 
 
399
396
Package: xmms2-plugin-vorbis
400
397
Architecture: any
401
398
Depends: ${misc:Depends},
454
451
Description: XMMS2 - mpc decoder
455
452
 This package enables musepack (mpc) decoding for xmms2.
456
453
 
457
 
Package: xmms2-plugin-avformat
458
 
Architecture: any
459
 
Depends: ${misc:Depends},
460
 
         ${shlibs:Depends},
461
 
         xmms2-core (= ${binary:Version})
462
 
Enhances: xmms2-core, xmms2-plugin-avcodec
463
 
Description: XMMS2 - avformat demuxer
464
 
 This package enables avformat demuxing for xmms2. Together with
465
 
 xmms2-plugin-avcodec you'll be able to decode .wma files.
466
 
 
467
454
Package: xmms2-plugin-avcodec
468
455
Architecture: any
469
456
Depends: ${misc:Depends},
471
458
         xmms2-core (= ${binary:Version})
472
459
Enhances: xmms2-core
473
460
Recommends: xmms2-plugin-asf, xmms2-plugin-mp4
 
461
Replaces: xmms2-plugin-avformat
474
462
Description: XMMS2 - avcodec decoder
475
463
 This package enables avcodec decoding for xmms2. Together with
476
 
 xmms2-plugin-avformat it's possible to decode .wma files. Combined with
 
464
 xmms2-plugin-asf it's possible to decode .wma files. Combined with
477
465
 xmms2-plugin-mp4 you can decode .mp4 files.
478
466
 
479
467
Package: xmms2-plugin-wma
480
468
Architecture: any
481
469
Depends: ${misc:Depends},
482
470
         ${shlibs:Depends},
483
 
         xmms2-plugin-avformat (= ${binary:Version}),
 
471
         xmms2-plugin-asf (= ${binary:Version}),
484
472
         xmms2-plugin-avcodec (= ${binary:Version})
485
473
Enhances: xmms2-core
486
474
Description: XMMS2 - wma decoder
718
706
Description: XMMS2 - pulseaudio output plugin
719
707
 This package enables pulseaudio output for xmms2.
720
708
 
 
709
Package: xmms2-plugin-karaoke
 
710
Architecture: any
 
711
Depends: ${misc:Depends},
 
712
         ${shlibs:Depends},
 
713
         xmms2-core (= ${binary:Version})
 
714
Enhances: xmms2-core
 
715
Description: XMMS2 - karaoke plugin
 
716
 Voice removal effect plugin for xmms2.
 
717
 
 
718
Package: xmms2-plugin-airplay
 
719
Architecture: any
 
720
Depends: ${misc:Depends},
 
721
         ${shlibs:Depends},
 
722
         xmms2-core (= ${binary:Version})
 
723
Enhances: xmms2-core
 
724
Description: XMMS2 - airplay output plugin
 
725
 This package enables airplay output for xmms2.
 
726
 
 
727
Package: xmms2-plugin-speex
 
728
Architecture: any
 
729
Depends: ${misc:Depends},
 
730
         ${shlibs:Depends},
 
731
         xmms2-core (= ${binary:Version})
 
732
Enhances: xmms2-core
 
733
Description: XMMS2 - speex decoder
 
734
 This package enables speex decoding for xmms2.
 
735
 
 
736
Package: xmms2-plugin-gme
 
737
Architecture: any
 
738
Depends: ${misc:Depends},
 
739
         ${shlibs:Depends},
 
740
         xmms2-core (= ${binary:Version})
 
741
Enhances: xmms2-core
 
742
Description: XMMS2 - gme plugin
 
743
 Game Music Emulator music decoder for xmms2.
 
744
 
 
745
Package: xmms2-plugin-gvfs
 
746
Architecture: any
 
747
Depends: ${misc:Depends},
 
748
         ${shlibs:Depends},
 
749
         xmms2-core (= ${binary:Version}),
 
750
         gvfs-backends
 
751
Enhances: xmms2-core
 
752
Description: XMMS2 - gvfs plugin
 
753
 Glib virtual filesystem trasport for xmms2.
 
754
 
721
755
Package: libaudio-xmmsclient-perl
722
756
Architecture: any
723
757
Section: perl