Initially as a patch for plugins-bad (where the sndio(7) module is
located upstream) -- but it makes no sense to install the whole kitchen
sink just to have sound -- so move it into plugins-base and adapt the
plumbing accordingly.
big thank you to ratchov@ for his work on this!
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=""
This is GStreamer, a framework for streaming media.
This package contains the "libav" elements for gstreamer-1.0.
This module contains a GStreamer plugin for libav (FFmpeg).
ok jasper@
Add gstreamer1-0.11.93.
This is GStreamer, a framework for streaming media.
This package provides the core around which all other modules revolve.
This is a development release; version 1.0 is due somewhat soon and the
next big GNOME update will need it.
I tried to keep the dependencies as "less big" as possible to be able to
have a good out-of-the-box experience -- more obscure codecs can be
added later if there's a need for them.
ok jasper@