File: control

package info (click to toggle)
xmms2 0.5DrLecter-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,988 kB
  • ctags: 11,272
  • sloc: ansic: 51,389; cpp: 26,556; python: 11,479; perl: 202; ruby: 138; makefile: 100; asm: 7; sh: 4
file content (766 lines) | stat: -rw-r--r-- 25,409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
Source: xmms2
Section: sound
Priority: optional
Maintainer: Florian Ragwitz <rafl@debian.org>
Uploaders: Jens Taprogge <jlt@taprogge.org>, Jonne Lehtinen <jms@modeemi.fi>, Thomas Jollans <thomas@jollans.com>, Anders Waldenborg <anders@0x63.nu>
Standards-Version: 3.8.0
Build-Depends: debhelper (>= 5.0.37.2),
               libsqlite3-dev,
               ruby,
               ruby1.8-dev,
               libperl-dev,
               python,
               python-all-dev (>= 2.3.5-11),
               libglib2.0-dev,
               libcurl4-openssl-dev,
               libsmbclient-dev,
               libvorbis-dev,
               libshout-dev,
               libflac-dev,
               libmodplug-dev,
               libmad0-dev,
               libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64],
               libjack-dev,
               libavahi-client-dev,
               libavahi-glib-dev,
               libgamin-dev,
               libmpcdec-dev,
               libmms-dev,
               libsidplay2-dev,
               libresid-builder-dev,
               libavcodec-dev [!kfreebsd-i386 !kfreebsd-amd64],
               libboost-dev,
               libboost-signals-dev,
               python-support (>= 0.3),
               python-pyrex,
               libfaad-dev,
               libfftw3-dev,
               libsamplerate-dev,
               libao-dev,
               libcdio-cdda-dev,
               libdiscid0-dev,
               libxml2-dev,
               libexpat1-dev,
               libofa0-dev,
               libpulse-dev
Vcs-Git: git://git.debian.org/git/pkg-xmms2/xmms2
Vcs-Browser: http://git.debian.org/?p=pkg-xmms2/xmms2.git
Homepage: http://xmms2.xmms.se/
XS-Python-Version: all

Package: xmms2
Architecture: all
Depends: ${misc:Depends},
         xmms2-core,
         xmms2-client-cli,
         xmms2-plugin-vorbis,
         xmms2-plugin-mad,
         xmms2-plugin-id3v2,
         xmms2-plugin-alsa [!kfreebsd-i386 !kfreebsd-amd64],
         xmms2-plugin-oss [kfreebsd-i386 kfreebsd-amd64]
Conflicts: xmms2-plugin-nulstripper
Replaces: xmms2-plugin-nulstipper
Description: Client/server based media player system
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package is a metapackage depending on various other XMMS2 packages.
 Installing this package gets you a commandline client and enables XMMS2
 playback of Ogg Vorbis and MP3 files from local and remote sources.

Package: xmms2-plugin-all
Architecture: all
Depends: ${misc:Depends},
         xmms2-plugin-curl,
         xmms2-plugin-smb,
         xmms2-plugin-mms,
         xmms2-plugin-vorbis,
         xmms2-plugin-flac,
         xmms2-plugin-faad,
         xmms2-plugin-modplug,
         xmms2-plugin-mad,
         xmms2-plugin-musepack,
         xmms2-plugin-avcodec,
         xmms2-plugin-wma,
         xmms2-plugin-sid,
         xmms2-plugin-oss,
         xmms2-plugin-alsa [!kfreebsd-i386 !kfreebsd-amd64],
         xmms2-plugin-jack,
         xmms2-plugin-id3v2,
         xmms2-plugin-icymetaint,
         xmms2-plugin-daap,
         xmms2-plugin-ices,
         xmms2-plugin-lastfm,
         xmms2-plugin-vocoder,
         xmms2-plugin-ao,
         xmms2-plugin-mp4,
         xmms2-plugin-xml,
         xmms2-plugin-xspf,
         xmms2-plugin-cdda,
         xmms2-plugin-cue,
         xmms2-plugin-pls,
         xmms2-plugin-asx,
         xmms2-plugin-rss,
         xmms2-plugin-m3u,
         xmms2-plugin-ofa,
         xmms2-plugin-asf,
         xmms2-plugin-normalize,
         xmms2-plugin-pulse,
         xmms2-plugin-karaoke,
         xmms2-plugin-airplay,
         xmms2-plugin-speex,
         xmms2-plugin-gme,
         xmms2-plugin-gvfs
Description: XMMS2 - all plugins
 This is a metapackage depending on all available XMMS2 plugins to make
 installation easier.

Package: xmms2-dev
Architecture: all
Section: libdevel
Depends: ${misc:Depends},
         ${shlibs:Depends},
         pkg-config
Description: XMMS2 - plugin development files
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package contains headers required for developing XMMS2 plugins.

Package: xmms2-core
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: XMMS2 - core package
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package just contains the daemon that loads plugins and allows clients to
 connect.

Package: xmms2-et
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: XMMS2 - phone home package
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package contains a small program that (anonymously) reports back
 information on your computer and xmms2 configuration to the xmms2 developers.

Package: libxmmsclient4
Architecture: any
Section: libs
Conflicts: libxmmsclient2,
           libxmmsclient3
Replaces: libxmmsclient2,
          libxmmsclient3
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: XMMS2 - client library
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package contains a client library written in c.

Package: libxmmsclient-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libxmmsclient4,
         xmms2-dev,
         pkg-config
Description: XMMS2 - client library devel files
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package contains files for developing XMMS2 clients using libxmmsclient4.

Package: libxmmsclient-glib1
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: XMMS2 - glib client library
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package contains a glib based client library written in c.

Package: libxmmsclient-glib-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libxmmsclient-glib1,
         libxmmsclient-dev,
         libglib2.0-dev,
         pkg-config
Description: XMMS2 - glib client library - development files
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package contains files for developing XMMS2 clients using
 libxmmsclient-glib1.

Package: libxmmsclient++3
Architecture: any
Section: libs
Conflicts: libxmmsclient++1,
           libxmmsclient++2
Replaces: libxmmsclient++1,
          libxmmsclient++2,
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: XMMS2 - client library for c++
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package contains a client library written in c++.

Package: libxmmsclient++-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libxmmsclient++3,
         libxmmsclient-dev,
         libboost-signals-dev,
         pkg-config
Description: XMMS2 - client library for c++ - development files
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package contains files for developing XMMS2 clients using
 libxmmsclient++3.

Package: libxmmsclient++-glib1
Architecture: any
Section: libs
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: XMMS2 - glib client library for c++
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package contains a glib based client library written in c++.

Package: libxmmsclient++-glib-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libxmmsclient++-glib1,
         libxmmsclient++-dev,
         libxmmsclient-glib-dev,
         pkg-config
Description: XMMS2 - glib client library for c++ - development files
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package contains files for developing XMMS2 clients using
 libxmmsclient++-glib1.

Package: libxmmsclient-ruby
Architecture: all
Section: interpreters
Depends: ${misc:Depends},
         ${shlibs:Depends},
         libxmmsclient-ruby1.8,
         ruby
Description: XMMS2 - Ruby client library
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package contains a Ruby library that allows you do write xmms2 clients.
 It's a language binding of libxmmsclient0.
 .
 This package is an empty dummy package that always depends on a package
 built for Debian's default Ruby version.

Package: libxmmsclient-ruby1.8
Architecture: any
Section: interpreters
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ruby1.8
Description: XMMS2 - Ruby bindings
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package contains a Ruby library that allows you do write xmms2 clients.
 It's a language binding of libxmmsclient0.
 .
 This package is compiled for Ruby 1.8.

Package: python-xmmsclient
Architecture: any
Section: python
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: XMMS2 - Python bindings
 Python bindings for the xmms2 client library.

Package: xmms2-client-cli
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Suggests: xmms2-core (= ${binary:Version})
Description: XMMS2 - cli client
 This package contains a simple text-ui for xmms2.

Package: xmms2-client-avahi
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Description: XMMS2 - avahi client
 This package contains the avahi client.

Package: xmms2-client-medialib-updater
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Description: XMMS2 - medialib-updater client
 The media library is where XMMS2 stores metadata about files as it plays them.
 Having a media library allows XMMS2 to 'remember' the songs it has played, and
 thus allows users to easily re-create their favourite playlists. 
 .
 This package contains the medialib-updater client which monitors given
 directories and updates the media library with new and changed files.

Package: xmms2-plugin-curl
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Recommends: xmms2-plugin-icymetaint, xmms2-plugin-mad
Enhances: xmms2-core
Description: XMMS2 - curl transport for HTTP
 This package contains a HTTP transport for xmms2.

Package: xmms2-plugin-smb
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - Samba transport
 This package contains a Samba transport for xmms2.

Package: xmms2-plugin-mms
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - MMS transport
 THis package contains an MMS transport for xmms2.

Package: xmms2-plugin-vorbis
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - vorbis decoder
 This package enables ogg-vorbis decoding for xmms2.

Package: xmms2-plugin-flac
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - flac decoder
 This package enables flac decoding for xmms2.

Package: xmms2-plugin-faad
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Recommends: xmms2-plugin-mp4
Description: XMMS2 - faad decoder
 This package enables decoding of faad encoded AAC files for xmms2. Together
 with xmms2-plugin-mp4 it also allows to decide faad encoded data inside of an
 mp4 container.

Package: xmms2-plugin-modplug
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - modplug decoder
 This package enables modplug decoding for xmms2.

Package: xmms2-plugin-mad
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Recommends: xmms2-plugin-id3v2
Enhances: xmms2-core
Description: XMMS2 - libmad based mp3 decoder
 This package enables mp3 decoding for xmms2.

Package: xmms2-plugin-musepack
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - mpc decoder
 This package enables musepack (mpc) decoding for xmms2.

Package: xmms2-plugin-avcodec
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Recommends: xmms2-plugin-asf, xmms2-plugin-mp4
Replaces: xmms2-plugin-avformat
Description: XMMS2 - avcodec decoder
 This package enables avcodec decoding for xmms2. Together with
 xmms2-plugin-asf it's possible to decode .wma files. Combined with
 xmms2-plugin-mp4 you can decode .mp4 files.

Package: xmms2-plugin-wma
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-plugin-asf (= ${binary:Version}),
         xmms2-plugin-avcodec (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - wma decoder
 This is a transitional package that depends on all plugins required for
 decoding Windows Media Audio files with xmms2.
 .
 You may safely remove this package.

Package: xmms2-plugin-sid
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - libsidplay2 based decoder
 This package enables decoding for tunes from C64 and C128.

Package: xmms2-plugin-oss
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - OSS output
 This package enables OSS output for xmms2.

Package: xmms2-plugin-alsa
Architecture: alpha amd64 arm armeb armel hppa i386 ia64 m32r m68k mips mipsel powerpc s390 sparc
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - ALSA output
 This package enables ALSA output for xmms2.

Package: xmms2-plugin-jack
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - JACK output
 This package enables JACK output for xmms2.

Package: xmms2-plugin-id3v2
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - ID3v2 plugin
 This package enables handling of ID3v2 tag containers.

Package: xmms2-plugin-icymetaint
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version}),
         xmms2-plugin-curl
Enhances: xmms2-core
Description: XMMS2 - shoutcast metadata plugin
 This package allows to decode and use shoutcast stream metadata in xmms2.

Package: xmms2-plugin-daap
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - daap plugin
 This package contains a plugin which allows you to share your media
 library over their network via DAAP (Digital Audio Access Protocol).

Package: xmms2-plugin-ices
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - ogg streaming output
 This package contains an output plugin for ogg/vorbis streaming. 

Package: xmms2-plugin-lastfm
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - Last.FM plugin
 This package allows you to play lastfm:// streams.
 .
 For more information on AudioScrobbler see http://www.last.fm/

Package: xmms2-plugin-vocoder
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - vocoder plugin
 This package contains a phase vocoder effect plugin.

Package: xmms2-plugin-ao
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - libao output plugin
 This package enables libao output for xmms2.

Package: xmms2-plugin-mp4
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core,
          xmms2-plugin-faad,
          xmms2-plugin-avcodec
Description: XMMS2 - MPEG-4 plugin
 This package enables decoding of data inside of mp4 containers for xmms2.
 Together with xmms2-plugin-faad it's possible to decode .mp4 fieles. Combined
 with xmms2-plugin-avcodec you can decode ALAC files.

Package: xmms2-plugin-xml
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - XML plugin
 This package allows xmms2 to read XML based formats. This package is used by
 other plugins that implement support for specific xml formats like
 xmms2-plugin-xspf and xmms2-plugin-rss.

Package: xmms2-plugin-xspf
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version}),
         xmms2-plugin-xml (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - XSPF playist plugin
 This package enables xmms2 to read XSPF playlists.

Package: xmms2-plugin-cdda
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - CDDA plugin
 This package enables audio CD playback for xmms2.

Package: xmms2-plugin-cue
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - CUE playlist plugin
 This package enables xmms2 to read cue files.

Package: xmms2-plugin-pls
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - PLS playlist plugin
 This package enables xmms2 to read pls playlists.

Package: xmms2-plugin-asx
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - ASX playlist plugin
 This package enables xmms2 to read asx playlists.

Package: xmms2-plugin-rss
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version}),
         xmms2-plugin-xml (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - RSS podcast plugin
 This package enables xmms2 to use podcast rss feeds as playlists.

Package: xmms2-plugin-m3u
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - M3U playlist plugin
 This package enables xmms2 to read M3U playlists.

Package: xmms2-plugin-ofa
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - OFA plugin
 This package enables xmms2 to calcuate Open Fingerprint Architecture (OFA)
 fingerprints.

Package: xmms2-plugin-asf
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - ASF plugin
 This plugin enables Advanced Systems Format decoding for xmms2.

Package: xmms2-plugin-normalize
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - Normalize plugin
 This plugin enables volume normalization for xmms2.

Package: xmms2-plugin-pulse
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - pulseaudio output plugin
 This package enables pulseaudio output for xmms2.

Package: xmms2-plugin-karaoke
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - karaoke plugin
 Voice removal effect plugin for xmms2.

Package: xmms2-plugin-airplay
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - airplay output plugin
 This package enables airplay output for xmms2.

Package: xmms2-plugin-speex
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - speex decoder
 This package enables speex decoding for xmms2.

Package: xmms2-plugin-gme
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version})
Enhances: xmms2-core
Description: XMMS2 - gme plugin
 Game Music Emulator music decoder for xmms2.

Package: xmms2-plugin-gvfs
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         xmms2-core (= ${binary:Version}),
         gvfs-backends
Enhances: xmms2-core
Description: XMMS2 - gvfs plugin
 Glib virtual filesystem trasport for xmms2.

Package: libaudio-xmmsclient-perl
Architecture: any
Section: perl
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${perl:Depends}
Description: XMMS2 - perl client library
 XMMS2 is a redesign of the XMMS music player. It features a client-server
 model, allowing multiple (even simultaneous!) user interfaces, both textual
 and graphical. All common audio formats are supported using plugins. On top of
 this, there is a flexible media library to organize your music.
 .
 This package contains a perl library that allows you do write xmms2 clients.
 It's a language binding of libxmmsclient0.