[Bug 720778] gst-uninstalled requires building with libtool

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Feb 18 17:50:57 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=720778

Julien Isorce <julien.isorce at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #321562|accepted-commit_now         |committed
             status|                            |

--- Comment #35 from Julien Isorce <julien.isorce at gmail.com> ---
Comment on attachment 321562
  --> https://bugzilla.gnome.org/attachment.cgi?id=321562
orc: uninstalled.pc: add support for non libtool build systems

commit de23dae19fb0c8e5791c0d02b30986e3ec9c2599
Author: Julien Isorce <j.isorce at samsung.com>
Date:   Thu Feb 18 14:18:32 2016 +0000

    uninstalled.pc: add support for non libtool build systems

    Currently the .la path is provided which requires to use libtool as
    mentioned in the GStreamer manual section-helloworld-compilerun.html.
    It is fine as long as the application is built using libtool.

    So currently it is not possible to compile a GStreamer application
    within gst-uninstalled with CMake or other build system different
    than autotools.

    This patch allows to do the following in gst-uninstalled env:
    gcc test.c -o test $(pkg-config --cflags --libs orc-uninstalled)
    Previously it required to prepend libtool --mode=link

    https://bugzilla.gnome.org/show_bug.cgi?id=720778

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


More information about the gstreamer-bugs mailing list