2021-01-15 08:08:36 +08:00
|
|
|
{
|
|
|
|
"versions": [
|
2023-06-28 16:06:03 +08:00
|
|
|
{
|
|
|
|
"git-tree": "d6af07ebaeb4ab52ff509bc7637ad1d278d3d16b",
|
|
|
|
"version": "0.10.5",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2023-06-16 05:49:00 +08:00
|
|
|
{
|
|
|
|
"git-tree": "d2f4d398d1b82025b8aec8dba4e844f867286d38",
|
|
|
|
"version": "0.10.4+20221123",
|
|
|
|
"port-version": 4
|
|
|
|
},
|
2023-02-14 00:45:40 +08:00
|
|
|
{
|
|
|
|
"git-tree": "e15d10eb435fbd46abba95b50c8d47d2ff166603",
|
|
|
|
"version": "0.10.4+20221123",
|
|
|
|
"port-version": 3
|
|
|
|
},
|
2023-02-10 04:44:07 +08:00
|
|
|
{
|
|
|
|
"git-tree": "4c7fcb482d4861f5656bfbedcfdab39b67a7813f",
|
|
|
|
"version": "0.10.4+20221123",
|
|
|
|
"port-version": 2
|
|
|
|
},
|
2022-11-29 03:06:31 +08:00
|
|
|
{
|
2022-11-30 03:40:36 +08:00
|
|
|
"git-tree": "baa8d88a9e8de14901a3d6d59bab61220774854d",
|
2022-11-29 03:06:31 +08:00
|
|
|
"version": "0.10.4+20221123",
|
2022-11-30 03:40:36 +08:00
|
|
|
"port-version": 1
|
|
|
|
},
|
|
|
|
{
|
2022-12-07 07:12:13 +08:00
|
|
|
"git-tree": "fc1f60a58c33279b187a474890dd1a54cdc17062",
|
|
|
|
"version": "0.10.4+20221123",
|
|
|
|
"port-version": 0
|
2022-11-29 03:06:31 +08:00
|
|
|
},
|
2022-10-26 11:45:19 +08:00
|
|
|
{
|
|
|
|
"git-tree": "6de85714bb1e12c5e87284700f832fd08523e10d",
|
|
|
|
"version": "0.10.4",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2022-01-26 02:31:15 +08:00
|
|
|
{
|
|
|
|
"git-tree": "7023d2f926234da8e19b11cb3a6d1d37dfbb008c",
|
|
|
|
"version": "0.9.6",
|
|
|
|
"port-version": 2
|
|
|
|
},
|
2021-11-23 13:08:37 +08:00
|
|
|
{
|
|
|
|
"git-tree": "9e1cde44baefed40b0e994bfe088a7788f1efacf",
|
|
|
|
"version": "0.9.6",
|
|
|
|
"port-version": 1
|
|
|
|
},
|
2021-09-28 08:26:06 +08:00
|
|
|
{
|
|
|
|
"git-tree": "02a95a0ab1a26e3395173bc59e9f041f23b7f5c9",
|
|
|
|
"version": "0.9.6",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"git-tree": "0eb17d68736a224ca8ce341b1b84bbae2f2f43a5",
|
|
|
|
"version-string": "0.9.5",
|
|
|
|
"port-version": 6
|
|
|
|
},
|
2021-09-04 13:36:23 +08:00
|
|
|
{
|
|
|
|
"git-tree": "d49a7a228c1f082d7e86bfb443af3a063a692ac7",
|
|
|
|
"version-string": "0.9.5",
|
|
|
|
"port-version": 5
|
|
|
|
},
|
2021-06-10 06:52:28 +08:00
|
|
|
{
|
|
|
|
"git-tree": "0c5ced4b1fab4db90e2b032a3339a404cdc2f3ab",
|
|
|
|
"version-string": "0.9.5",
|
|
|
|
"port-version": 4
|
|
|
|
},
|
2021-04-20 08:08:51 +08:00
|
|
|
{
|
|
|
|
"git-tree": "7436981a351a747649d03c4a27a06dc0bc3a0d16",
|
|
|
|
"version-string": "0.9.5",
|
|
|
|
"port-version": 3
|
|
|
|
},
|
[ffmpeg] Add support for dav1d,fontconfig,freetype,fribidi,ilbc,modplug,opengl,openjpeg,libssh,tensorflow,tesseract,webp,libxml2 dependencies. (#15787)
* [tesseract] Use vcpkg_fixup_pkgconfig.
* [libxml2] Correct pkgconfig lib name.
* [libwebp] Use vcpkg_fixup_pkgconfig.
* [libssh] Export pkgconfig on windows.
Also move to using git to get source.
* [modplug] Export pkgconfig on windows.
* [ffmpeg] Add support for fontconfig,freetype,fribidi,modplug,openjpeg,libssh,tesseract,libxml2 dependencies.
* [openjpeg] Correct required static link libs in pkgconfig.
* [modplug] Combine vcpkg_from_github using variable.
* Update ports/libssh/CONTROL
* Improve portfile.cmake
* update version records.
* [openjpeg] Update libs in pkgcfg.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
* update version records
* [libssh] Add pthread to pkgconfig when using mbedtls.
* [libssh] Correct pthread naming on windows.
* [fontconfig] Add libintl to pkgconfig on windows.
* update version records
* [ffmpeg] Fixup FindFFmpeg.
* [ffmpeg] speex now supports non-windows.
* [ffmpeg] Add feature libass.
* [ffmpeg] Add dav1d feature.
* [ffmpeg] Add feature ilbc.
* [ffmpeg] Add tensorflow feature.
* [ffmpeg] update version record.
* [ffmpeg] Add CI feature test.
* [ffmpeg] Limit features based on CI failures.
* [ffmpeg] Update version record.
* [ffmpeg] limit features based on ci.baseline.
* [various ports] Update supports field.
* [ffmpeg] Limit features more based on CI.
* update version records.
* [ffmpeg] Add detection of additional non target deps..
select_library_configurations_from_names currently detects the debug libs even for release builds as _IMPORT_PREFIX was not being set.
* [aubio] Silence warning about FindFFMPEG.
* [pangolin] Use vcpkg supplied FindFFMPEG.
* update version files.
* [ffnvcodec] Set as not supporting uwp.
ffnvcodec will build under uwp as its a header only lib, but it can not be used as it requires dynamic dll loading.
* [ffmpeg] Update feature all.
* update version records
* [tesseract] Wrap debug pkgcfg update.
* [libssh,libxml2,openjpeg,fontconfig] Fix pkg-config for release only triplets.
* [libssh] Correct port version after merge.
* [ffmpeg] Fixup after merge.
* Update version files.
* [ffmpeg] Add opengl support.
* [ffmpeg] Update package version.
* [ffmpeg] Fix ffnvcodec support.
* [ffmpeg] Fix x265 detection on osx.
* [libvpx] Enable arm-uwp build.
* [ffmpeg] Fixup x265 patch.
* trigger sdl rebuild
* [ffmpeg] Disable opengl on osx.
* Revert "trigger sdl rebuild"
This reverts commit 94065bfe8414259ad5a5576bd4ac0b7ab4b97c6b.
* [ffmpeg] Disable failing features on osx.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* [ffmpeg] Add ass dependencies to FindFFmpeg.
* Update ports/ffmpeg/FindFFMPEG.cmake.in
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
* update version
* [fontconfig] disable pthread/json as they are not needed for lib builds.
Only used for tests.
* [ffmpeg] Enable fontconfig on static+windows.
* update versions
* update versions.
* Fix incorrectly included commits
* revert pangolin commit
Reverts most of 2543be2edf60bf38511c2d477bb17b617398a108
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53ea74fd9df17fc368886e9d1a80ac42f.
* [ffmpeg] Fix dependency loading that does not define separate debug/release libs.
* update versions.
* [ffmpeg] set CMP0072 policy.
* [wavpack] Fix cmake config export.
* [ffmpeg] Add optional system dependent libraries.
* update versions after merge.
* update versions.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Matthias C. M. Troffaes <matthias.troffaes@gmail.com>
2021-04-08 01:06:55 +08:00
|
|
|
{
|
|
|
|
"git-tree": "a9b49412296a9eec38c564afa33555a92898a11f",
|
|
|
|
"version-string": "0.9.5",
|
|
|
|
"port-version": 2
|
|
|
|
},
|
2021-01-25 15:42:44 +08:00
|
|
|
{
|
|
|
|
"git-tree": "bf1fb5ae9324823a60784a5ed0ecbca8a3325214",
|
|
|
|
"version-string": "0.9.5",
|
|
|
|
"port-version": 1
|
|
|
|
},
|
2021-01-15 08:08:36 +08:00
|
|
|
{
|
|
|
|
"git-tree": "a9db7620dc774257483a98c9c5309dbb7eff8263",
|
|
|
|
"version-string": "0.9.5",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"git-tree": "e6abfa633623458bf8c58025435c0a707bf0fb1c",
|
|
|
|
"version-string": "0.9.3-2",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"git-tree": "8f14c7ec09f7d0d29c691fc9b225d6a67761db7a",
|
|
|
|
"version-string": "0.9.3-1",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"git-tree": "0a6feb828d27c5ee860145508a17ede4e7a1e73a",
|
|
|
|
"version-string": "0.9.3",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"git-tree": "ee6061def32a105af072e75d61f0de95a6fdec14",
|
|
|
|
"version-string": "0.9.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"git-tree": "b2fa5e9b88af986ee5c817a6b99c185132af3781",
|
|
|
|
"version-string": "0.9.3",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"git-tree": "10c4e4dd3e0b3d524dfb75f7295db75930fcb1e9",
|
|
|
|
"version-string": "0.9.0",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"git-tree": "44d8f2b3b277e909d608c68049230b5f4ea5ccfa",
|
|
|
|
"version-string": "0.7.6-1",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"git-tree": "4145721a2592ce28523e1ece83cd3eb8fe0ed7c3",
|
|
|
|
"version-string": "0.7.6",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"git-tree": "cd2e1e955f2d79a9e36bb6930f01c98a18d9ca65",
|
|
|
|
"version-string": "0.7.5-4",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"git-tree": "f2ef7bc5dc9d0003d7647ee7b6b9a04b23596a98",
|
|
|
|
"version-string": "0.7.5-3",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"git-tree": "1dceea4b45e9099aebdef27ac5b6ae4a8219873d",
|
|
|
|
"version-string": "0.7.5-2",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"git-tree": "4efe97ee1e31efd2b6fbeb69ba6974ea40173591",
|
|
|
|
"version-string": "0.7.5-1",
|
|
|
|
"port-version": 0
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"git-tree": "4ee8a7bd27fed40a2cce00ac57d7f98dcba69d04",
|
|
|
|
"version-string": "0.7.5",
|
|
|
|
"port-version": 0
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|