gstreamer/subprojects/gst-plugins-good/ext/soup
Nirbheek Chauhan c2db03a323 soup: Ensure that libsoup RPATHs are added with Homebrew too
With the old method of adding build RPATHs, only the libsoup as
a subproject was supported. However, it's possible to use Homebrew for
libsoup too by adding libsoup as a dependency to the target (even
though we don't link to it).

Apple ld will not add a LC_LOAD_DYLIB entry for a library unless there
are symbols that need it because meson passes `-dead_strip_dylibs`, so
we can do this without issue.

As a bonus, this ensures the correct build RPATHs in all cases.

Additionally, we still need to explicitly add an LC_RPATH for the
installed case.

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4027

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8403>
2025-02-09 14:25:31 +00:00
..
stub adaptivedemux2: Parse cookies in downloadhelper 2023-12-09 18:30:30 +00:00
gstsoup.c soup: fix soup debug category 2022-06-02 12:55:13 +00:00
gstsoupelement.c soup: Link to libsoup in all cases on non-Linux 2024-02-21 09:27:59 +05:30
gstsoupelements.h soup: Fix plugin/element init 2022-05-25 09:33:56 +02:00
gstsouphttpclientsink.c soup: Fix plugin/element init 2022-05-25 09:33:56 +02:00
gstsouphttpclientsink.h soup: Runtime compatibility support for libsoup2 and libsoup3 2021-10-13 08:32:25 +00:00
gstsouphttpsrc.c souphttpsrc: silence some maybe-uninitialized warnings 2024-11-18 12:10:57 +11:00
gstsouphttpsrc.h soup: move libsoup session into its own thread 2022-01-28 08:49:09 +00:00
gstsouploader.c soup: Re-enable libsoup dlopen on macOS 2024-10-21 13:01:46 +00:00
gstsouploader.h soup: Link to libsoup in all cases on non-Linux 2024-02-21 09:27:59 +05:30
gstsouputils.c soup: Don't store a strong reference to the logging object 2022-01-29 16:22:48 +00:00
gstsouputils.h soup: Link to libsoup in all cases on non-Linux 2024-02-21 09:27:59 +05:30
meson.build soup: Ensure that libsoup RPATHs are added with Homebrew too 2025-02-09 14:25:31 +00:00