tags 665543 + patch thanks Attached is a patch which fixes the glib includes in the spc plugin. Even if this code is not built in the Debian package, please consider forwarding the patch to upstream. I've already downgraded the severity since the package will no longer ftbfs with glib 2.34.
Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth?
Index: gst-plugins-bad0.10-0.10.23/ext/spc/tag.c =================================================================== --- gst-plugins-bad0.10-0.10.23.orig/ext/spc/tag.c 2011-12-11 19:49:11.000000000 +0100 +++ gst-plugins-bad0.10-0.10.23/ext/spc/tag.c 2012-12-16 05:23:59.844767246 +0100 @@ -16,9 +16,7 @@ * Boston, MA 02111-1307, USA. */ -#include <glib/gstring.h> -#include <glib/gtypes.h> -#include <glib/gmem.h> +#include <glib.h> #include <glib/gprintf.h> #include <tag.h> Index: gst-plugins-bad0.10-0.10.23/ext/spc/tag.h =================================================================== --- gst-plugins-bad0.10-0.10.23.orig/ext/spc/tag.h 2011-12-11 19:49:11.000000000 +0100 +++ gst-plugins-bad0.10-0.10.23/ext/spc/tag.h 2012-12-16 05:23:59.684765524 +0100 @@ -16,7 +16,6 @@ * Boston, MA 02111-1307, USA. */ -#include <glib/gtypes.h> #include <glib.h> typedef struct
signature.asc
Description: OpenPGP digital signature