| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libcanberra-gtk3-module | Distribution: openSUSE 12.1 |
| Version: 0.28 | Vendor: openSUSE |
| Release: 5.4.1 | Build date: Tue Jul 17 09:37:00 2012 |
| Group: System/Libraries | Build host: build12 |
| Size: 22232 | Source RPM: libcanberra-0.28-5.4.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://0pointer.de/lennart/projects/libcanberra/ | |
| Summary: Portable sound event library -- GTK+ 3 Module | |
libcanberra is an implementation of the XDG Sound Theme and Name Specifications, for generating event sounds on free desktops, such as GNOME. It comes with several backends (ALSA, PulseAudio, null) and is designed to be portable. This package contains a GTK+ 3 module that triggers input feedback event sounds.
LGPL-2.0+
* Mon Jul 02 2012 dimstar@opensuse.org
- Add libcanberra-multi-backend.patch: Set the 'multi'-backend as
default and fix it to also work without the driver list being
passed from the command line. Fixes bnc#753243.
* Mon Mar 07 2011 fcrozat@novell.com
- Fix directory ownership of
%{_libdir}/gnome-settings-daemon-3.0/gtk-modules in
gtk-module-common.
- Remove --disable-rpath configure option: it's obsolete.
* Wed Mar 02 2011 fcrozat@novell.com
- Update to version 0.28:
+ enable gtk module by default in gnome3
+ update login autostart files for gnome3
- Stop making libcanberra-gtk-module-common noarch as there's a
file in %{_libdir}.
* Fri Feb 18 2011 fcrozat@novell.com
- Update to version 0.27:
+ add utility to play boot up sound
+ systemd: add unit for bootup and shutdown sounds
+ cache: don't use $HOME when it is not set
+ gtk3: skip gtk_quit_add() for now
- Remove libcanberra-gtkquit.patch: fixed upstream
* Tue Feb 15 2011 fcrozat@novell.com
- Enable gtk+ 3 build by setting build_gtk3 to 1.
- Add libcanberra-gtkquit.patch: do not use removed GTK+ 3 API.
* Tue Oct 05 2010 vuntz@opensuse.org
- Update to version 0.26:
+ Gtk+ 3.x fixes.
* Mon Aug 09 2010 vuntz@opensuse.org
- Disable the build of the GTK+ 3 support: with it,
canberra-gtk-play is built against GTK+ 3, which is something we
don't want to have at the moment. This is done with a define, so
it's easy to re-enable the GTK+ 3 support.
* Thu Jul 22 2010 vuntz@opensuse.org
- Improve summaries and descriptions.
- Change alsa-devel, gstreamer-0_10-devel, gtk2-devel, gtk3-devel,
libpulse-devel, libvorbis-devel BuildRequires to pkgconfig()
BuildRequires for: alsa, gstreamer-0.10, gtk+-2.0, gtk+-3.0,
libpulse, vorbisfile.
- Remove explicit Requires of libcanberra0 in libcanberra-gtk0.
- Split libcanberra-gtk in libcanberra-gtk-module-common,
libcanberra-gtk2-module and canberra-gtk-play subpackages.
- Rename libcanberra-gtk3 to libcanberra-gtk3-module.
- Make libcanberra-gtk2-module and libcanberra-gtk3-module depend
on libcanberra-gtk-module-common, and add Supplements to install
them when libcanberra0 and gtk2/gtk3 are installed.
- Add Provides/Obsoletes for libcanberra-gtk to canberra-gtk-play,
and add Supplements for gnome-session and gdm there too since
this package provides login sound.
- Remove gtk-doc and gtk2-devel Requires in devel package: gtk-doc
is not needed and gtk2 will be automatically added with
pkgconfig() Requires.
* Tue Jul 13 2010 dimstar@opensuse.org
- Update to version 0.25:
+ gtk: optionally build for both gtk2 and gtk3
+ cache: don't use destructors unless running in valgrind
+ build fixes
- Add gtk3-devel BuildRequires.
- Create gtk3-0 and gtk3 subpackages for GTK+ 3 support.
* Sun May 09 2010 dimstar@opensuse.org
- Update to version 0.24:
+ fdo#27048: Compile with -DSEAL_ENABLE
+ props: set a couple of additional properties by default and
ensure clients may override them
+ pulse: fix finish notification for cached sample playback
+ fork: call getpid() only once
+ build-sys: bump sonames for v0.24
+ pulse: fix use after free in stream_drain_cb().
- Drop libcanberra-fix-pulse-crash.patch, fixed by upstream.
* Thu Apr 01 2010 vuntz@opensuse.org
- Add libcanberra-fix-pulse-crash.patch to fix a crash in
libcanberra that makes many apps crash. Fix bnc#591729.
* Sun Feb 21 2010 dimstar@opensuse.org
- Update to version 0.23:
+ Fix fd leak in libcanberra
+ vorbis: support the recently defined 6.1 and 7.1 modes
+ gstreamer: add missing unistd.h inclusion
+ pulse: pass selected device to server when playing
+ vala: update vapi file for new defintions
+ pulse: fix minor race with sound cancellation
* Tue Jan 05 2010 jengelh@medozas.de
- Package baselibs.conf
* Sat Nov 14 2009 vuntz@opensuse.org
- Update to version 0.22:
+ gtk: add missing cast
+ gtk: only use GdkEvent::window if it is set
- Changes from version 0.21:
+ gtk: Do not dereference a null window.
- Changes from version 0.20:
+ gtk: fix casting
- Changes from version 0.19:
+ gtk: verify that a widget is realized before we try to access
its XID
+ gtk: refresh event->window after dequeing
+ gtk: even if GtkSettings is not available use context
+ gtk: fix calculation of event hpos/vpos
* Tue Oct 06 2009 vuntz@opensuse.org
- Move vala .vapi files to devel package: it's only needed to
compile an application willing to use libcanberra.
* Mon Sep 28 2009 vuntz@opensuse.org
- Update to version 0.18:
+ gtk-module: don't leak memory when reading X11 properties
+ gtk-module: recognize sticky windows properly
+ gtk-module: don't generate sound events for undecorated popups
+ pulse: when coming back from event loop wait, check if the
context still exists
+ gtk-module: ignore xembed windows
+ props: introduce CA_PROP_WINDOW_DESKTOP
+ gtk: add various validity checks before using data from
GdkWindow
+ gtk: initialize window.desktop property by default
- Changes from version 0.17:
+ gnome: play system-ready sound when gdm is ready
+ pulse: relax latency requirements as much as possible to save
CPU
+ gtk-module: fix handling menu popup detection
+ gtk-module: make sure to process queued events before quitting
+ vala: add vala .vapi files
+ define properties for window position/size information
+ gtk: generate window position/size properties in
ca_gtk_proplist_set_for_widget()
+ gtk-module: properly detect whether a module is iconized
+ gtk-module: clean up debug logging
+ gtk: introduce two environment variables to force use of event
sounds/input feedback
+ gtk-module: generate event sounds for drag/drop
+ gtk-module: generate event sound when expander is expanded
* Thu Aug 27 2009 vuntz@novell.com
- Update to version 0.16:
+ add description to autostart file
+ dso: quieten gcc a bit
+ implement ca_context_playing() call
+ vorbis: fix implicit channel map decoding master
- Use spec-cleaner script to split BuildRequires/Requires lines,
and reorder the preamble.
* Wed Aug 05 2009 vuntz@novell.com
- Update to version 0.15:
+ gtk-module: use gdk_threads_add_idle_full instead of
g_idle_full() for thread-safety reasons
+ pulse: split up handling of outstanding structs into part where
the lock must be taken and where not
+ dso: don't assume LT_ERROR_MAX is size of table[]
+ gtk: don't take gdk lock since it is not recursive and it might
already be taken
* Mon Jul 20 2009 vuntz@novell.com
- Update to version 0.14:
+ pulse: don't hang if vorbis hits EOF earlier than advertised
+ be a bit more verbose on error conditions
+ pulse: rework reconnection logic, to not enter endless loop
when server is not reachable, and can never be reached
- Changes from version 0.13:
+ pulse: use nofail
+ canberra-gtk-play: add -V option for volume
+ pulse: set volume when streaming directly
+ pulse: don't hang when operation gets canceled
+ make libcanberra-gtk multihead safe
+ oss: initialize oss fd properly to avoid closing inappropriate
file descriptors
+ remove deprecated GTK+ symbol. Fixes fdo#21358.
+ add proper multichannel support (includes of WAVEX files)
+ alsa: disable multichannel support for alsa
+ oss: document lacking multichannel support for oss
+ canberra-gtk-play: implement --property=
+ pulse: implement canberra.force_channel property that forces an
event sound to a specific channel position
+ fix missing fallback theme breaking the user specified one
+ proplist: set prev_item when adding a new key/value pair
* Thu May 28 2009 crrodriguez@suse.de
- fix -devel package dependencies
* Tue Apr 14 2009 vuntz@novell.com
- Update to version 0.12:
+ if supported, leave the volume for event sounds unspecified
+ build system updates
+ various fixes and updates for the PulseAudio backend
+ detect forks and return an error for all functions in that case
+ don't crash if there is no default display on initialization.
Fixes fdo#20693
/usr/lib/gtk-3.0/modules/libcanberra-gtk-module.so /usr/lib/gtk-3.0/modules/libcanberra-gtk3-module.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jun 15 03:35:44 2013