After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 676260 - [regression] configure fails in gst-ffmpeg after upgrade
[regression] configure fails in gst-ffmpeg after upgrade
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-libav
0.11.x
Other Linux
: Normal critical
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-05-17 16:09 UTC by David Ronis
Modified: 2012-05-17 20:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Ronis 2012-05-17 16:09:06 UTC
I've just upgraded gstreamer and the various plugins (base, good, bad, ugly) to version 0.11.91.   I'm trying to upgrade gst-ffmpeg to version 0.11.2.

Configure dies with:

checking for GST... no
configure: No package 'gstreamer-0.11' found
configure: error: no gstreamer-0.11 >= 0.11.3 (GStreamer) found
make: *** [configure-work/main.d/gst-ffmpeg-0.11.2/configure] Error 1

Note that 

pkg-config --modversion gstreamer-0.11
Package gstreamer-0.11 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.11.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.11' found

but

pkg-config --modversion gstreamer-1.0
0.11.91

So the problem might be with the gstreamer build.
Comment 1 Tim-Philipp Müller 2012-05-17 19:40:48 UTC
You probably want gst-libav 0.11.9x: http://gstreamer.freedesktop.org/data/src/gst-libav/  - the module has been renamed. Please re-open if that's not it.
Comment 2 David Ronis 2012-05-17 20:28:31 UTC
I've built and installed gst-libav.  gst-ffmpeg still dies in configure.  Are you saying that gst-ffmpeg is deprecated?
Comment 3 Tim-Philipp Müller 2012-05-17 20:39:25 UTC
Yes. The module tarball is now called gst-libav. (The git repository is still gst-ffmpeg though for the time being.)