mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 00:49:00 +08:00
9172179c51
* [gstreamer] create port with meson
* initial build config
* nodownload in vcpkg_configure_meson needs be removed
* [gstreamer] remove duplicated GL headers
* 1st check for deps in windows
* mac: fix regex for bison
* [gstreamer] more detailed options
* remove glib usage
Will use WIP changes in microsoft/vcpkg
* [gstreamer] build with glib port
* [gstreamer] extract plugins to features
* fix some config errors in windows
* fails to find z.lib. this should be zlib.lib
* [gstreamer] create patches to search 'zlib'
* update tool list
* [vcpkg meson] add path of GIT
* use append for LINKER_FLAGS
Allow injection of LINKER_FLAGS to vcpkg_configure_meson
* [gstreamer] update baseline and port SHA
* [gstreamer] zlib is required for Windows
* Revert "[vcpkg meson] add path of GIT"
This reverts commit 8a67fbd1d2
.
* [gstreamer] make git visible in meson
* [gstreamer] fix platform expression
* [gstreamer] revert change of vcpkg_configure_meson
* [gstreamer] modify build.ninja after configure
* [gstreamer] drop unknown flag with vcpkg_replace_string
* [gstreamer] disable 'devtools' option
* [gstreamer] remove dylib
* [gstreamer] move dll,pdb after install
* [gstreamer] remove 'nls' feature
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
76 lines
1.5 KiB
JSON
76 lines
1.5 KiB
JSON
{
|
|
"name": "gstreamer",
|
|
"version": "1.18.4",
|
|
"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",
|
|
"tool-meson",
|
|
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|