mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:38:59 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
24 lines
504 B
JSON
24 lines
504 B
JSON
{
|
|
"name": "gst-rtsp-server",
|
|
"version": "1.20.5",
|
|
"port-version": 2,
|
|
"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",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"glib",
|
|
{
|
|
"name": "gstreamer",
|
|
"default-features": false,
|
|
"features": [
|
|
"plugins-base"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|