Paul Rogers wrote:
configure:21073: checking MOZ_ALSA_LIBS
configure:21319: checking for gstreamer-0.10 >= 0.10.25
                        gstreamer-app-0.10
                        gstreamer-plugins-base-0.10
configure: error: gstreamer and gstreamer-plugins-base development
packages are needed to build gstreamer backend. Install them or
disable gstreamer support with --disable-gstreamer

Look at configure.  You should see something like:

See below.
$GST_API_VERSION=0.10
$GST_VERSION=0.10.25

pkg-config --print-errors --exists "gstreamer-0.10 >= 0.10.99"
Requested 'gstreamer-0.10 >= 0.10.99' but version of GStreamer is
0.10.36

But it says I only need 0.10.25!  I've got 36 for both app & plugins.
Apologies if I'm being dense, I don't know exactly how "pkg-config
--exists" works.  (Never have had to--it worked.)

I only used .99 to force an error.  .36 is indeed the latest.

It seems like there's an implicit "and", and there is no
"gstreamer-0.10.pc" file, just gstreamer-SOMEFUNCTION-0.10.pc.

That's you problem.

$ cat /usr/lib/pkgconfig/gstreamer-0.10.pc
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/gstreamer-0.10
toolsdir=${exec_prefix}/bin
pluginsdir=${exec_prefix}/lib/gstreamer-0.10
datarootdir=${prefix}/share
datadir=${datarootdir}
girdir=${datadir}/gir-1.0
typelibdir=${libdir}/girepository-1.0

Name: GStreamer
Description: Streaming media framework
Requires: glib-2.0, gobject-2.0, gmodule-no-export-2.0, gthread-2.0, libxml-2.0
Version: 0.10.36
Libs: -L${libdir} -lgstreamer-0.10
Cflags: -I${includedir}

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to