vcpkg/ports/gst-rtsp-server/vcpkg.json
Chuck Walbourn 5d2a0a9814
Update xbox supports expressions for failing ports with copyleft licenses (#31770)
* 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
2023-06-15 14:49:00 -07:00

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
}
]
}