vipcxj 002c5b0659
[gstreamer,libsoup,libpsl,glib-networking] enable soup plugins of gstreamer (#36679)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

Update port gstreamer

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

Add port libsoup,libpsl,glib-networking
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [x] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [x] The versioning scheme in `vcpkg.json` matches what upstream says.
- [x] The license declaration in `vcpkg.json` matches what upstream
says.
- [x] The installed as the "copyright" file matches what upstream says.
- [x] The source code of the component installed comes from an
authoritative source.
- [x] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is in the new port's versions file.
- [x] Only one version is added to each modified port's versions file.

I found the offical tutorials not work because the uridecodebin plugin
can not handle https uri. Then I found that soup plugins is disabled. So
I update the gstreamer to enable it. The gstreamer compiled successfuly
without new port which I add. However the soup plugins will not work
without libsoup. So I add the port libsoup. And it depend on libpsl and
glib-networking. The glib-networking is a gio module. To make it work,
we should set env GIO_MODULE_DIR to the plugins dir which
glib-networking dll live in. And now I uridecodebin works properly.
By the way, how vcpkg deal with plugin dll? I put them to a plugins dir
just like gstreamer. However to use them is a hard work. For a gio
module, we have to set the env GIO_MODULE_DIR to the dyamic library
location.
2024-02-28 18:02:23 -08:00
..
2024-01-31 14:38:11 -08:00
2024-02-05 11:31:32 -08:00
2024-02-05 11:44:17 -08:00
2024-02-12 14:26:19 -08:00
2024-02-01 15:05:10 -08:00
2024-02-05 11:26:49 -08:00
2024-02-05 11:20:38 -08:00
2024-02-05 11:20:08 -08:00
2024-02-05 17:02:49 -08:00
2024-02-21 22:35:32 -08:00
2024-02-05 00:56:22 -08:00
2024-02-27 00:44:07 -08:00
2024-02-07 12:33:25 -08:00
2024-02-13 13:30:43 -08:00
2024-02-07 12:39:54 -08:00
2024-02-07 12:29:55 -08:00
2024-02-27 00:25:13 -08:00
2024-02-07 22:26:55 -08:00
2024-02-07 12:23:48 -08:00
2024-02-05 11:30:19 -08:00
2024-02-14 23:40:51 -08:00
2024-02-12 14:47:50 -08:00
2024-02-08 22:49:56 -08:00
2024-02-07 22:25:37 -08:00
2024-02-27 01:02:58 -08:00
2024-02-28 16:40:50 -08:00
2024-02-21 09:28:53 -08:00
2024-02-28 17:08:22 -08:00
2024-02-21 22:02:53 -08:00
2024-02-27 00:34:58 -08:00
2024-02-12 14:22:46 -08:00
2024-02-28 16:53:08 -08:00
2024-02-22 10:22:04 -08:00
2024-02-07 22:28:33 -08:00
2024-02-12 14:31:33 -08:00
2024-02-09 20:37:56 -08:00
2024-02-17 01:24:49 -08:00
2024-02-08 22:41:50 -08:00
2024-02-12 14:53:06 -08:00
2024-02-27 00:45:27 -08:00
2024-01-31 14:45:22 -08:00
2024-02-09 20:03:54 -08:00
2024-02-01 12:09:19 -08:00
2024-02-01 12:08:13 -08:00
2024-02-17 01:18:24 -08:00
2024-02-21 22:12:25 -08:00
2024-02-08 22:56:21 -08:00
2024-02-02 11:40:52 -08:00
2024-02-12 14:21:04 -08:00
2024-02-27 00:11:26 -08:00
2024-02-21 09:39:38 -08:00
2024-02-05 11:12:17 -08:00
2024-02-21 22:42:39 -08:00
2024-02-01 12:18:08 -08:00
2024-02-27 00:11:07 -08:00
2024-02-13 22:25:37 -08:00
2024-02-27 00:16:01 -08:00
2024-02-14 23:04:35 -08:00
2024-02-23 14:56:52 -08:00
2024-02-13 15:33:39 -08:00
2024-02-27 00:12:25 -08:00