Bug#436324: gst-editor: FTBFS: unmet b-dep libgstreamer0.8-dev

Cyril Brulebois cyril.brulebois at enst-bretagne.fr
Mon Aug 6 23:59:26 UTC 2007


Lucas Nussbaum <lucas at lucas-nussbaum.net> (07/08/2007):
> W: Unable to locate package libgstreamer0.8-dev
> E: Couldn't find package libgstreamer0.8-dev

Replacing it with one on 0.10 won't be sufficient, you'll have to add
something like the following to configure.ac and then update your
autostuff -- which I haven't checked thoroughly.

Cheers,

-- 
Cyril Brulebois

--- gst-editor-0.8.0~/configure.ac      2007-08-06 23:32:41.000000000 +0000
+++ gst-editor-0.8.0/configure.ac       2007-08-06 23:33:48.000000000 +0000
@@ -77,9 +77,14 @@
 GSTREAMER_REQ="0.7.1"
 AC_SUBST(GSTREAMER_REQ)

+GSTREAMER_MAJORMINOR="0.10"
+PKG_CHECK_MODULES(GST, gstreamer-$GSTREAMER_MAJORMINOR >= $GSTREAMER_REQ,
+                       HAVE_GSTREAMER=yes,HAVE_GSTREAMER=no)
+if test "x$HAVE_GSTREAMER" = "xno"; then
 GSTREAMER_MAJORMINOR="0.8"
 PKG_CHECK_MODULES(GST, gstreamer-$GSTREAMER_MAJORMINOR >= $GSTREAMER_REQ,
                        HAVE_GSTREAMER=yes,HAVE_GSTREAMER=no)
+fi
 if test "x$HAVE_GSTREAMER" = "xno"; then
 GSTREAMER_MAJORMINOR="0.7"
 PKG_CHECK_MODULES(GST, gstreamer-$GSTREAMER_MAJORMINOR >= $GSTREAMER_REQ,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-gstreamer-maintainers/attachments/20070807/d1959aeb/attachment.pgp 


More information about the Pkg-gstreamer-maintainers mailing list