autoantwort
d9a383d331
[freerdp] no absolute paths ( #21716 )
2021-11-29 17:05:12 -08:00
autoantwort
e54a86b184
[fastor] no absolute paths ( #21702 )
2021-11-29 16:47:55 -08:00
Billy O'Neal
b3cfaaf1bb
Update tool to 2021-11-24. ( #21654 )
...
* Update tool to 2021-11-24.
* Reformat ports affected by https://github.com/microsoft/vcpkg-tool/pull/282
2021-11-26 01:25:06 -08:00
Qingnan Duan
2729e6e7be
[Fastor] add new port Fastor ( #16587 )
...
* Add fastor port
* Resolve comments
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Resolve comments
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Resolve comments
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* update version
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-11-25 23:30:36 -08:00
autoantwort
0c846c11aa
[fontconfig] no absolute paths ( #21424 )
2021-11-22 15:18:05 -08:00
Frank
709e9ec32e
[fast-float] Update version to v3.2.0 ( #21447 )
...
* fast-float update to v3.2.0
* update version
* update
* update version to v3.2.0
* update version
* update version
* update version
* update
* revert portfile.camke
* update version
2021-11-19 22:21:35 -08:00
Charles Helmich
29e84ec1ba
[fontconfig] Fix dead link to homepage ( #21416 )
...
* [fontconfig] Fix dead link to homepage
* [fontconfig] Properly update baseline
* Update version database
2021-11-18 20:54:17 -08:00
autoantwort
1edc79c2b2
[faad2] only support windows ( #21438 )
2021-11-17 12:33:09 -08:00
chausner
0480c6b20e
[font-chef] Update to 1.1.0 ( #21398 )
...
* Update font-chef to 1.1.0
* Update CI baseline
* Fix build on 64 bit platforms
* Update git-tree hash
* Add comment
* Update git-tree hash
Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:32:51 -08:00
Andy Li
6554f4d13d
[ffmpeg] update version to 4.4.1 ( #21049 )
...
* [ffmpeg] update to 4.4.1
* Update version database
* update version
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-11-12 16:39:29 -08:00
NancyLi1013
897ff9372f
[sdl2] Add feature x11 ( #21188 )
...
* [ssdl2] Add feature x11
* Update dependencies
* Update version files
2021-11-11 13:47:51 -08:00
autoantwort
e338f725b0
[fastcgi] no absolute paths ( #21272 )
2021-11-10 10:50:31 -08:00
NancyLi1013
41d944f701
[getdns/flint/arb] Update to the latest version ( #20050 )
...
* [getdns/flint] Update to the latest version
* [getdns/flint] Update to the latest version
* [flint] Add unsupported on uwp
* Update version files
* [flint] Handle dllimport macro in header files
* [arb] Update to 2.21.0
* [arb] Update to 2.2.1 and use upstream CMakeLists.txt
* [arb] App patch
* Update versions/a-/arb.json
2021-11-05 16:09:43 -07:00
Julian Scholle
82fbe75127
[fcl] Fix fcl 0.7.0 does not configure if Doxygen is found ( #21155 )
...
* [fcl] Fix fcl 0.7.0 does not configure if Doxygen is found
* add new fcl version
2021-11-04 10:46:05 -07:00
autoantwort
a252b4bdbd
[ftgl] fix cmake config ( #21145 )
2021-11-04 10:42:34 -07:00
Matthew Oliver
40a0fb2328
[x264] Update to latest stable version. ( #21028 )
...
* [x264] Update to latest stable version.
* [ffmpeg] Fix static x264 linking.
2021-11-03 22:07:18 -07:00
Jack·Boos·Yu
35443ee275
[fcl] Enable dynamic support ( #21106 )
...
* [fcl] Enable dynamic support
* version
2021-11-01 14:36:04 -07:00
autoantwort
e7e328cf9d
[many ports] call vcpkg_fixup_pkgconfig() ( #20953 )
...
* [many ports] call vcpkg_fixup_pkgconfig()
The ports generate pc files, but don't call vcpkg_fixup_pkgconfig() so that there are absolute paths in the pc files
* Update port-version for armadillo and polyclipping.
* Update version database.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-27 15:19:28 -07:00
chausner
c71bed82a2
[fcl] Update to 0.7.0 ( #20917 )
...
* Update fcl to 0.7.0
* Update CI baseline
Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-26 23:39:12 -07:00
Matthew Oliver
c3db26403c
[ffmpeg] Add libaom support. ( #20867 )
...
* [aom] Update to 3.2.0
* [ffmpeg] Add libaom support.
* fixup
2021-10-26 23:02:23 -07:00
Alexander Neumann
d830a75c99
[freetype] Fix wrong brotli linkage ( #20849 )
...
* [freetype] fix brotli module
* [skip actions] version stuff
* bump port version
* version stuff
2021-10-26 22:53:21 -07:00
autoantwort
92852cfd0c
[fluidsynth] fix installation location ( #20950 )
2021-10-26 22:14:34 -07:00
Bartosz Taudul
ce52984f3d
[freetype] Fix building Freetype 2.11 on MSVC. ( #20674 )
...
* Fix building Freetype 2.11 on MSVC.
* [freetype] Change tab to spaces.
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [freetype] Remove comments from patch.
* [freetype] Quote file paths.
* [freetype] Update versions after force push.
* [freetype] Update ports/freetype/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* [freetype] x-add-version
Co-authored-by: Bartosz Taudul <bartosz.taudul@huuugegames.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-22 00:42:41 -07:00
QuellaZhang
cdb7fb9b00
[folly] Change from master branch to main branch ( #20892 )
...
* [folly] Change from master branch to main
* update vcpkg.json
* update version
Co-authored-by: QuellaZhang <zhangyi2090@163.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-21 23:49:13 -07:00
JonLiu1993
48211249f7
[FakeIt] update to 2.0.9 ( #20893 )
...
* [FakeIt] update to 2.0.9
* update version
2021-10-21 23:48:04 -07:00
chausner
7111988a02
[fmi4cpp] Update to 0.8.0 ( #20907 )
...
* Update fmi4cpp to 0.8.0
* Update CI baseline
Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-21 23:47:32 -07:00
Matthew Oliver
0cdde69abc
[fribidi][harfbuzz] Update to latest versions ( #20818 )
...
* [fribidi] Update to 1.0.11
* [harfbuzz] Update to 3.0.0
* update vcpkg.json
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-19 18:30:40 -07:00
chausner
22d7c8b375
[Many ports] Remove/fix unused patch files ( #20620 )
...
* Remove/fix unused patch files
* Bump port versions
* Update git-tree hash
* Fix corrupt patch
* Update git-tree hash
* Apply suggestions from code review
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update git-tree hash
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-10-18 14:25:31 -07:00
chausner
b312224c7b
[fastrtps] Update to 2.4.0 ( #20645 )
...
* Update fastrtps to 2.4.0
* Update CI baseline
* Fix installation of fast-discovery-server.exe tool
* Update git-tree hash
* Another fix
* Update git-tree hash
* Use vcpkg_replace_string
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Fix indentation
* Update git-tree hash
* Remove double quotes
* update version
* Disable symlinks
* Update git-tree hash
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-10-13 14:39:39 -07:00
Park DongHa
ad6bce211e
[farmhash] support Windows build ( #20506 )
...
* [farmhash] support windows build
* [farmhash] update baseline JSON
* [farmhash] patch from PR diff
* [farmhash] patch from all PR changes
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-11 10:28:01 -07:00
Kai Pastor
ac030b40d5
[freexl] Update to 1.0.6 ( #20520 )
...
* Reformat portfile
* Minimize makefiles patch
* Update to 1.0.6
* Fix uwp builds, remove skip from baseline
* Install pc file for windows
* Update versions
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-07 03:56:57 -07:00
omartijn
d6245fc7d9
[ffmpeg] Honor macosx deployment target for ffmpeg ( #18460 )
...
* Honor macosx deployment target for ffmpeg
* fixup! Honor macosx deployment target for ffmpeg
Co-authored-by: Martijn Otto <git@martijnotto.nl>
Co-authored-by: Martijn Otto <martijn@resolume.com>
2021-10-06 11:06:35 -07:00
Phoebe
7ce15ca82c
[fftw3] Update the hash ( #20420 )
2021-09-29 08:26:29 -07:00
chausner
d9a354273f
[fftw3] Update to 3.3.10 ( #20353 )
...
* Update fftw3 to 3.3.10
* Update CI baseline
* Use version rather than version-string.
Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-28 11:53:02 -07:00
autoantwort
66dc12b3fa
many-ports: Update supports field ( #20053 )
...
* many-ports: Update supports field
* Fix several "version-string"s.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-17 08:20:57 -07:00
Phoebe
69d5556d0d
[ffnvcodec/libproxy] Update to latest release version ( #20169 )
...
* [ffnvcodec/libproxy] Update to latest release version
* Small changes
* [ffnvcodec] Use version instead of version-string.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-16 18:31:30 -07:00
Park DongHa
0e4460554f
[fbgemm] fix find_package ( #20111 )
...
* [fbgemm] fix find_package
* install internal header for pytorch
* [fbgemm] remove GPU feature
* The source requires ATen and some other libraries ...
2021-09-13 20:04:23 -07:00
autoantwort
6676fce90e
[fontconfig] update to 2.13.94 ( #19285 )
2021-09-10 13:36:20 -07:00
Carlos O'Ryan
e512158de5
[functions-framework-cpp] update to latest version (v1.0.0) ( #20071 )
2021-09-09 21:18:37 -07:00
NancyLi1013
d251db7f96
[freeimage] Enable version information in FreeImage.dll ( #19610 )
...
* [freeimage] Add version in FreeImage.dll
* Add version files
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-09 20:41:22 -07:00
Billy O'Neal
b295670e4b
Bulk convert control files. ( #19986 )
...
```
function Convert-Control {
Param($full)
.\vcpkg.exe format-manifest $full
$root = $full.Substring(0, $full.Length - 7) # CONTROL
$new = $root + 'vcpkg.json'
$content = Get-Content -Raw $new
$asJson = ConvertFrom-Json $content -AsHashtable -Depth 100
$oldVersion = $asJson['port-version']
if ($null -eq $oldVersion) {
$oldVersionFull = $asJson['version-string']
Write-Host "Got version $oldVersionFull"
$match = [System.Text.RegularExpressions.Regex]::Match($oldVersionFull, '^(.+)-(\d+)$')
if ($match.Success -and -not [System.Text.RegularExpressions.Regex]::IsMatch($oldVersionFull, '^\d\d\d\d-\d\d-\d\d$')) {
$newFullVersion = [string]$match.Groups[1].Value
$oldVersion = [int]$match.Groups[2].Value
Write-Host "newFullVersion $newFullVersion oldVersion $oldVersion"
$newVersion = $oldVersion + 1
$asJson['version-string'] = $newFullVersion
Write-Host "Previous version for $full extracted from version field -- setting version-string $newFullVersion and port-version $newVersion"
} else {
Write-Host "No previous version for $full -- setting 1"
$newVersion = 1
}
} else {
$newVersion = [int]$oldVersion + 1
Write-Host "New version for $full : $newVersion"
}
$asJson['port-version'] = $newVersion
$content = ConvertTo-Json $asJson -Depth 100
Set-Content -Path $new -Value $content
.\vcpkg.exe format-manifest $new
}
Get-ChildItem ports\CONTROL -Recurse | Foreach-Object {
Convert-Control $_.FullName
}
git commit -am "this message"
.\vcpkg.exe x-add-version -all
git commit -a --amend
```
2021-09-09 01:24:04 -07:00
Phoebe
bcf551b980
[fftw3/libwebsockets/uwebsockets] Update to latest release ( #20051 )
2021-09-08 08:02:56 -07:00
JonLiu1993
e67f76161c
[fmt] update to 8.0.1 ( #18581 )
...
* [fmt] update to 8.0.0
* update version
* revert patch foramt
* update version
* update version
* [fmt] update to 8.0.0
* update version
* [fmt] update to 8.0.1
* update version
* Apply suggested change
* update version
2021-09-07 11:55:54 -07:00
autoantwort
01198e2497
[folly] also support arm64 ( #19738 )
2021-09-03 17:00:37 -07:00
Kai Pastor
5bc27e8a50
[freexl] Fix mingw, cleanup ( #19504 )
...
* New port version, format manifest
* Revise portfile
* Add mingw support
* Add libiconv dependency to pc file
* x-add-version
* Apply PR comment
* x-add-version
2021-08-31 20:39:38 -07:00
JonLiu1993
2ea3e99aac
[faiss] update to v1.7.1 ( #19752 )
...
* [faiss] update to v1.7.1
* update version
* update vcpkg.json format
* update version
* update patch
* update version
* Remove duplicate variable usage from the patch.
* x-add-version
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-08-31 17:04:51 -07:00
Carlos O'Ryan
69670b0a4a
[functions-framework-cpp] update to latest release (v0.6.0) ( #19603 )
...
* [functions-framework-cpp] update to latest release (v0.6.0)
* Fix version in portfile
2021-08-30 10:32:50 -07:00
autoantwort
dd6fd59ff2
[freetype] update to 2.11.0 ( #19284 )
...
* [freetype] update to 2.11.0
* add version files
2021-08-30 10:05:16 -07:00
Mathis
9e799f4344
[frugually-deep] update to v0.15.10 p0 ( #19691 )
...
* update
* version
2021-08-24 16:25:53 -07:00
Mohammed Alyousef
f60125a3a1
[fltk] Update fltk to version 1.3.7 ( #19584 )
...
* update fltk port to versin 1.3.7
* update versions file
* use vcpkg_from_github
* update version database
2021-08-18 17:08:19 -07:00