The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).
So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
ac_cv_path_GTKDOC_REBASE="" \
ac_cv_path_GTKDOC_MKPDF=""
-main, the main libcanberra library
-gtk, libcanberra-gtk (gtk+2)
-gtk3 libcanberra-gtk3 (gtk+3)
This is needed for the ongoing GNOME3 work without forcing a global move
to gtk+3. The -gtk subpackage may disappear in the future when nothing
uses it.
This move will prevent the login/logout sounds to work in
gnome-session-2.X but it is a necessary evil to move forward.
EDONOTCARE/agreed by several
* add vala vapi file
* numerous updates to Gtk support
* add new ca_context_playing() call
* several bugfixes
Makes use of newer sound-theme-freedesktop.
use gstreamer first (which uses libsndio by default) instead of plain OSS.
(canberra should be modified to use libsndio by itlsef)
- explicitely add enable/disable switches in CONFIGURE_ARGS
- regen PLIST while here