vcpkg/ports/gst-rtsp-server/vcpkg.json
gerard-ryan-immersaview 6b7352ef91
[gstreamer, gst-rtsp-server, libnice-gst] Move installed plugins into plugins/gstreamer (#30817)
This aligns with the behaviour of other ports like QT and GStreamer
deadlocks when trying to load glib shared libraries if they are in
the plugin directory.
2023-04-14 14:50:53 -07:00

23 lines
481 B
JSON

{
"name": "gst-rtsp-server",
"version": "1.20.5",
"port-version": 1,
"description": "gst-rtsp-server is a library on top of GStreamer for building an RTSP server",
"homepage": "https://gstreamer.freedesktop.org/",
"license": "LGPL-2.1-only",
"dependencies": [
"glib",
{
"name": "gstreamer",
"default-features": false,
"features": [
"plugins-base"
]
},
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}