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
|
Source: alsaplayer
Section: sound
Priority: optional
Maintainer: Paul Brossier <piem@debian.org>
Standards-Version: 3.9.8
Homepage: http://alsaplayer.sourceforge.net/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/alsaplayer.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/alsaplayer.git/
Build-Depends: debhelper (>= 8.0.0),
dh-autoreconf,
libasound2-dev,
libgtk2.0-dev,
libmikmod-dev,
libaudio-dev,
libogg-dev,
libvorbis-dev,
libtool,
libgl1-mesa-dev | libgl-dev,
libmad0-dev,
libid3tag0-dev,
zlib1g-dev,
libjack-dev,
libflac-dev (>= 1.1.4),
libxosd-dev,
libsndfile1-dev,
doxygen,
libxt-dev
Package: alsaplayer-common
Architecture: any
Provides: alsaplayer
Depends: ${shlibs:Depends}, ${misc:Depends}, alsaplayer-alsa | alsaplayer-output, alsaplayer-gtk | alsaplayer-interface
Description: audio player (common files)
Alsaplayer is a PCM player designed specifically for use with ALSA, but
works great with OSS or EsounD. It's heavily threaded which cuts down on
skipping, offers optional and even simultaneous visual scopes, plays
mp3, mp2, ogg, cdda, audiofs, and lots more.
.
This package contains the main alsaplayer program, and needs one interface
plugin and one output plugin. By default, GTK+ interface and alsa output will
be installed.
Package: alsaplayer-gtk
Architecture: any
Provides: alsaplayer-interface
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: alsaplayer-common
Description: alsaplayer gtk interface
This package provides a GTK+ interface to alsaplayer, an audio player.
Package: alsaplayer-text
Architecture: any
Provides: alsaplayer-interface
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: alsaplayer-common
Description: alsaplayer text interface
This package provides a text interface to alsaplayer, an audio player, and
does not require X or GTK+ to run.
Package: alsaplayer-daemon
Architecture: any
Provides: alsaplayer-interface
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: alsaplayer-common
Description: alsaplayer daemon
This package provides a non-interactive interface to alsaplayer, an audio
player, so that it will be accessible via a remote control application.
Package: alsaplayer-xosd
Architecture: any
Provides: alsaplayer-interface
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: alsaplayer-common
Description: alsaplayer XOSD display module
This package provides a non-interactive interface to alsaplayer, an audio
player. Information about the file currently being played will be displayed on
screen through the X On-Screen Display library (xosd).
Package: alsaplayer-oss
Architecture: any
Provides: alsaplayer-output
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: alsaplayer-common
Description: alsaplayer output module for OSS
This package provides a module for alsaplayer, an audio player, that will
output the sound through OSS devices.
Package: alsaplayer-alsa
Architecture: linux-any
Provides: alsaplayer-output
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: alsaplayer-common
Replaces: alsaplayer-esd
Conflicts: alsaplayer-esd
Description: alsaplayer output module for ALSA
This package provides a module for alsaplayer, an audio player, that will
output the sound through ALSA devices.
Package: alsaplayer-nas
Architecture: any
Provides: alsaplayer-output
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: alsaplayer-common
Description: alsaplayer output module for NAS
This package provides a module for alsaplayer, an audio player, that will
output the sound through the Network Audio System (NAS).
Package: alsaplayer-jack
Architecture: any
Provides: alsaplayer-output
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: alsaplayer-common
Description: alsaplayer output module for JACK
This package provides a module for alsaplayer, an audio player, that will
output the sound through JACK.
Package: libalsaplayer0
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: alsaplayer plugin library
This package contains the interface library for alsaplayer plugins.
Package: libalsaplayer-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends}, libalsaplayer0 (= ${binary:Version})
Description: alsaplayer plugin library (development files)
This package contains the development files for the alsaplayer interface
library to create your own alsaplayer plugins.
|