vcpkg/ports/gstreamer/vcpkg.json
Alexander Neumann 163065a352
Update meson to 0.60.2 (#21542)
* update meson to 0.60.1

* add port vcpkg-tool-meson for consistency deprecate usage of tool-meson

* [skip actions] make every port using meson depend on vcpkg-tool-meson
(except pkgconf for now.)

* fix subtle bugs in vcpkg_find_acquire_program
make the port install meson if the system does not provide it.

* make pkgconf depend on meson

* restore old vcpkg_find_acquire_program behavior for versioning

* Update ports/gstreamer/vcpkg.json

remove duplicated dependency

* remove invalid option in glib

* [skip actions] fix ci failures?

* remove invalid option in gstreamer

* try without cmake

* get more logs from meson configure.

* update glib to 2.70.1

* fix typo

* fix pc file of flac

* update meson to 0.60.2

* try the patch from the other pr.

* patch meson .....

* version stuff

* fix port version

* fix gstreamer version

* remove version

* format-manifest

* version stuff

* format manifest again

* revert version stuff

* remove outdated gtk options

* version stuff

* pango version stuff

* correct baseline lost in merge

* Fix fontconfig version db

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-02 15:48:34 -08:00

80 lines
1.5 KiB
JSON

{
"name": "gstreamer",
"version": "1.19.2",
"port-version": 2,
"description": "GStreamer open-source multimedia framework core library",
"homepage": "https://gstreamer.freedesktop.org/",
"license": "LGPL-2.0",
"supports": "(windows | osx) & (x64 | x86)",
"dependencies": [
{
"name": "cairo",
"features": [
"gobject"
],
"platform": "windows | osx"
},
{
"name": "freetype",
"features": [
"brotli",
"png",
"zlib"
]
},
{
"name": "glib",
"host": true
},
"graphene",
"libnice",
"libxml2",
{
"name": "opengl-registry",
"platform": "windows | osx"
},
"openssl",
{
"name": "vcpkg-tool-meson",
"host": true
},
{
"name": "yasm-tool-helper",
"platform": "windows"
}
],
"default-features": [
"plugins-good",
"plugins-ugly"
],
"features": {
"plugins-bad": {
"description": "'Bad' GStreamer plugins and helper libraries",
"dependencies": [
"openh264"
]
},
"plugins-good": {
"description": "'Good' GStreamer plugins and helper libraries",
"dependencies": [
"bzip2",
"jack2",
"libflac",
"libjpeg-turbo",
"libpng",
"libraw",
"libvpx",
"mpg123",
"speex",
"taglib"
]
},
"plugins-ugly": {
"description": "'Ugly' GStreamer plugins and helper libraries",
"dependencies": [
"x264"
]
}
}
}