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
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: libcanberra
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@debian.org>, Josselin Mouette <joss@debian.org>, Laurent Bigonville <bigon@debian.org>, Sjoerd Simons <sjoerd@debian.org>
Build-Depends: debhelper (>= 11),
gnome-pkg-tools,
libltdl-dev | libltdl7-dev (>= 2.2.6),
libasound2-dev [linux-any],
libvorbis-dev,
libgtk-3-dev (>= 3.0.0),
libgtk2.0-dev (>= 2.22),
libtdb-dev (>> 1.1) [!hurd-any],
gtk-doc-tools,
libpulse-dev (>= 0.9.11),
libgstreamer1.0-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/gnome-team/libcanberra
Vcs-Git: https://salsa.debian.org/gnome-team/libcanberra.git
Homepage: http://0pointer.de/lennart/projects/libcanberra/
Rules-Requires-Root: no
Package: libcanberra0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, sound-theme-freedesktop
Suggests: libcanberra-gtk0, libcanberra-pulse
Description: 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: libcanberra-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libcanberra0 (= ${binary:Version})
Description: simple interface for playing event sounds (development files)
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
Multi-Arch: same
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-gstreamer
Architecture: any
Multi-Arch: same
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-gtk0
Architecture: any
Multi-Arch: same
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 information is 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-gtk-common-dev
Section: libdevel
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libcanberra-gtk-dev (<< 0.26)
Replaces: libcanberra-gtk-dev (<< 0.26)
Description: simple interface for playing event sounds (GTK+ shared development files)
libcanberra-gtk provides a few functions that simplify
libcanberra usage from GTK+.
.
Contextual information is 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 common headers for developing
applications using libcanberra-gtk and libcanberra-gtk3
Package: libcanberra-gtk-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libcanberra-gtk0 (= ${binary:Version}),
libcanberra-dev (= ${binary:Version}),
libgtk2.0-dev (>= 2.20),
libcanberra-gtk-common-dev
Description: simple interface for playing event sounds (GTK+ 2 development files)
libcanberra-gtk provides a few functions that simplify
libcanberra usage from GTK+.
.
Contextual information is 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
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk2.0-0 (>= 2.24.5-4)
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: libcanberra-gtk3-0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libcanberra-gtk3-module
Description: GTK+ 3.0 helper for playing widget event sounds with libcanberra
libcanberra-gtk provides a few functions that simplify libcanberra
usage from GTK+ 3.0.
.
Contextual information is 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-gtk3-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libcanberra-gtk3-0 (= ${binary:Version}),
libcanberra-dev (= ${binary:Version}),
libcanberra-gtk-common-dev,
libgtk-3-dev
Description: simple interface for playing event sounds (GTK+ 3 development files)
libcanberra-gtk3 provides a few functions that simplify
libcanberra usage from GTK+ 3.0.
.
Contextual information is 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-gtk3-module
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk-3-0 (>= 3.2.2-3)
Description: translates GTK3 widgets signals to event sounds
A GtkModule which will automatically hook into all kinds of events
inside a GTK+ 3.0 program and generate sound events from them.
Package: gnome-session-canberra
Architecture: any
Section: gnome
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libcanberra-gtk0 (<< 0.28-5)
Replaces: libcanberra-gtk0 (<< 0.28-5)
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-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: 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.
|