File: control

package info (click to toggle)
libcanberra 0.24-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,428 kB
  • ctags: 875
  • sloc: sh: 10,158; ansic: 6,471; makefile: 378
file content (195 lines) | stat: -rw-r--r-- 6,693 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
Source: libcanberra
Section: libs
Priority: optional
Maintainer: Marc-Andre Lureau <marcandre.lureau@gmail.com>
Uploaders: Sjoerd Simons <sjoerd@debian.org>, Sebastian Dröge <slomo@debian.org>
Build-Depends: debhelper (>= 5),
               cdbs,
               m4,
               libltdl-dev | libltdl7-dev (>= 2.2.6),
               dpkg-dev (>= 1.14.13),
               libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
               libvorbis-dev,
               libgtk2.0-dev (>= 2.20),
               tdb-dev (> 1.1),
               gtk-doc-tools,
               libpulse-dev (>= 0.9.11),
               libgstreamer0.10-dev (>= 0.10.15),
               quilt
Standards-Version: 3.8.4
Vcs-Git: git://git.debian.org/git/collab-maint/libcanberra.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/libcanberra.git

Package: libcanberra0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: libcanberra-gtk0, libcanberra-pulse
Description: a simple abstract interface for playing event sounds
 libcanberra defines a simple abstract interface for playing event
 sounds.
 .
 libcanberra relies on the XDG sound naming specification for
 identifying event sounds. On Unix/Linux the right sound to play
 is found via the mechanisms defined in the XDG sound theming
 specification.

Package: libcanberra0-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${misc:Depends}, libcanberra0 (= ${binary:Version})
Description: libcanberra libraries detached debugging symbols
 libcanberra defines a simple abstract interface for playing event
 sounds.
 .
 This package contains detached debugging symbols for it.

Package: libcanberra-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 libcanberra0 (= ${binary:Version})
Description: a simple abstract interface for playing event sounds
 libcanberra defines a simple abstract interface for playing event
 sounds.
 .
 This package contains headers and libraries for developing
 applications that play event sounds with libcanberra.

Package: libcanberra-pulse
Architecture: any
Depends: ${shlibs:Depends},
  ${misc:Depends},
  libcanberra0 (= ${binary:Version}),
  pulseaudio
Description: PulseAudio backend for libcanberra
 libcanberra defines a simple abstract interface for playing event
 sounds.
 .
 This package contains the PulseAudio backend for libcanberra.

Package: libcanberra-pulse-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${shlibs:Depends},
  ${misc:Depends},
  libcanberra-pulse (= ${binary:Version})
Description: PulseAudio libcanberra backend detached debugging symbols
 libcanberra defines a simple abstract interface for playing event
 sounds.
 .
 This package contains the PulseAudio backend debugging symbols.

Package: libcanberra-gstreamer
Architecture: any
Depends: ${shlibs:Depends},
  ${misc:Depends},
  libcanberra0 (= ${binary:Version})
Description: GStreamer backend for libcanberra
 libcanberra defines a simple abstract interface for playing event
 sounds.
 .
 This package contains the GStreamer backend for libcanberra.

Package: libcanberra-gstreamer-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${shlibs:Depends},
  ${misc:Depends},
  libcanberra-gstreamer (= ${binary:Version})
Description: GStreamer libcanberra backend detached debugging symbols
 libcanberra defines a simple abstract interface for playing event
 sounds.
 .
 This package contains the pulseaudio backend for libcanberra.

Package: libcanberra-gtk0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libcanberra-gtk-module
Description: Gtk+ helper for playing widget event sounds with libcanberra
 libcanberra-gtk provides a few functions that simplify libcanberra
 usage from Gtk+.
 .
 Contextual informations are needed to play event sound. This library
 can help to compile directly event sounds property lists based on
 active GtkWidget objects or GdkEvent events.

Package: libcanberra-gtk0-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${misc:Depends}, libcanberra-gtk0 (= ${binary:Version})
Description: libcanberra-gtk libraries detached debugging symbols
 libcanberra-gtk provides a few functions that simplify libcanberra
 usage from Gtk+.
 .
 Contextual informations are needed to play event sound. This library
 can help to compile directly event sounds property lists based on
 active GtkWidget objects or GdkEvent events.
 .
 This package contains detached debugging symbols for it.

Package: libcanberra-gtk-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends},
	 libcanberra-gtk0 (= ${binary:Version}),
	 libcanberra-dev (= ${binary:Version}),
	 libgtk2.0-dev (>= 2.20)
Description: a simple abstract interface for playing event sounds
 libcanberra-gtk provides a few functions that simplify
 libcanberra usage from Gtk+.
 .
 Contextual informations are needed to play event sound. This library
 can help to compile directly event sounds property lists based on
 active GtkWidget objects or GdkEvent events.
 .
 This package contains headers and libraries for developing
 applications that play event sounds with libcanberra-gtk.

Package: libcanberra-gtk-module
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: translates Gtk+ widgets signals to event sounds
 A GtkModule which will automatically hook into all kinds of events
 inside a Gtk+ program and generate sound events from them.

Package: gnome-session-canberra
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}, libcanberra-gtk0
Description: GNOME session log in and log out sound events
 Produce sound events on GNOME session log in and log out.
 .
 This package is using canberra-gtk-play from libcanberra.

Package: libcanberra-gtk-module-dbg
Architecture: any
Priority: extra
Section: debug
Depends: ${misc:Depends}, libcanberra-gtk-module (= ${binary:Version})
Description: libcanberra GtkModule detached debugging symbols
 A GtkModule which will automatically hook into all kinds of events
 inside a Gtk+ program and generate sound events from them.
 .
 This package contains detached debugging symbols for it.

Package: libcanberra-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: a simple abstract interface for playing event sounds - doc
 libcanberra defines a simple abstract interface for playing event
 sounds.
 .
 libcanberra relies on the XDG sound naming specification for
 identifying event sounds. On Unix/Linux the right sound to play
 is found via the mechanisms defined in the XDG sound theming
 specification.
 .
 This package contains the HTML documentation for libcanberra and
 libcanberra-gtk.