[gstreamer-bugs] [Bug 323782] New: gstreaner-0.10.pc pkg-config file still report version 0.9.7

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Dec 11 03:58:50 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=323782
 GStreamer | packages | Ver: 0.10.0

           Summary: gstreaner-0.10.pc pkg-config file still report version
                    0.9.7
           Product: GStreamer
           Version: 0.10.0
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: packages
        AssignedTo: thomas at apestaart.org
        ReportedBy: darkeye at tyrell.hu
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


after installing gstreamer 0.10.0, the pkg-config file installed still reports
verion 0.10:

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


this is quite annoying, as it's hard to make pkg-config find the package:

darkeye at tomodachi myplugin $ pkg-config --cflags gstreamer-0.10 >= 0.10
Package 0.10 was not found in the pkg-config search path.
Perhaps you should add the directory containing `0.10.pc'
to the PKG_CONFIG_PATH environment variable
No package '0.10' found
darkeye at tomodachi myplugin $ pkg-config --cflags gstreamer-0.10 >= 0.9
Package 0.9 was not found in the pkg-config search path.
Perhaps you should add the directory containing `0.9.pc'
to the PKG_CONFIG_PATH environment variable
No package '0.9' found
darkeye at tomodachi myplugin $ pkg-config --cflags gstreamer-0.9
Package gstreamer-0.9 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.9.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.9' found
darkeye at tomodachi myplugin $ pkg-config --cflags gstreamer-0.10
-pthread
-I/home/darkeye/src/livesupport/gstreamer-liboil/usr/include/gstreamer-0.10
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2

------- You are receiving this mail because: -------
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list