Thomas1664
3a882b3efc
[many ports] Don't depend on default features of tiff ( #38049 )
...
This removes the transitive dependency of liblzma via tiff
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md ).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt )
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
---------
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2024-05-01 19:40:19 -07:00
Kai Pastor
5bb5f3923a
[pango,libgd,atk,gtk3,graphviz] Cleanup, fix static windows builds ( #28766 )
...
* [libgd] Fix static builds on windows
* [pango] Cleanup
* Use freetype2.pc with msvc
* Update CI baseline [skip actions]
* [atk] Cleanup, fix static builds
* [gtk3] Cleanup, fix static builds
* [graphviz] Fix static builds
* Update versions
* [libgd] Revert bad substitution
* [graphviz] Plugins
* [graphviz] Plugins
* [libgd] Fix static usage
* [gtk3] versions
2023-01-09 14:15:51 -08:00
Kai Pastor
cafd398be7
[libgd] Fixes, feature "tools" ( #27551 )
...
* Revise portfile and patches
Fix dependencies and pkg-config export.
Add tools feature.
* Update versions
* Fixup libgd name for windows [skip actions]
* Print usage
* Update versions
2022-11-01 20:23:20 -07:00
LilyWangLL
62763f276b
[libgd] update to 2.3.3 ( #25748 )
...
* [libgd] update to 2.3.3
* x-add-version
* add license
* x-add-version
Co-authored-by: LilyWangLL <v-lilywang@microsoft.com>
2022-07-15 12:10:56 -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
Phoebe
a35e2377cf
[cimg/libgd/libfabric] Update to latest release version ( #20068 )
...
* [cimg/libgd/libfabric] Update to latest release version
* Remove empty line
* [libgd] Update the patch
* Small changes
* [libgd] Update to version semver
2021-09-14 12:01:57 -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
Billy O'Neal
09a647a526
Delete use of vcpkg_test_cmake and vcpkg_common_functions. ( #13065 )
2020-10-28 14:18:07 -07:00
Alexander Neumann
c7ad054bd0
fix libgd arm64 regression ......
2020-01-22 22:06:43 +01:00
pravic
18b029a5e3
[WIP] Add a Homepage URL entry for vcpkg ports ( #2933 )
...
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-06-15 16:54:47 -07:00
wangli28
e54af58986
[many ports]Remove double builds ( #6472 )
2019-05-17 16:10:31 -07:00
Jackie Ng
4256a7cd07
[libgd] Fix static build ( #6307 )
...
* Revert libgd portfile change from 5ea9105
This makes libgd static buildable again
* Undo reversion of -DBUILD_SHARED_LIBS. This is not necessary.
2019-05-06 10:48:06 -07:00
Victor Romero
050e71d01d
Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ( #5937 )
...
* [various ports] remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
* [alac,benchmark,capnproto] Fix check_linkage call
* [fastlz] Fix SHA512
* [coroutine] Fix dynamic build
* [folly] Find double-conversion
* [gamma] Use vcpkg_from_github
* [librsync] Enable static builds
* [netcdf-cxx4] Fix SHA512
* [octomap] Fix static build
* [tidy-html5] Fix static build
* [various ports] remove custom messages for shared/static builds, modernize some scripts in the meantime
* [folly] Use ras0219's fix for link paths
* [octomap] Fix exported targets
* [uvatlas] Set tool download SHA512
* [duktape+python2] fix portfile to call configure with correct python version, manage python2 also outside win32
* [suitesparse] osx fix
* [gtkmm] Call vcpkg_check_linkage after including vcpkg functions
* [duktape] Resolve conflicts
* [duktape] FIxed typo in Python paths
* [wangle] Find zlib
* [openssl-uwp] Fix SHA512
* [glib] Allow static builds on non-Windows
* [suitesparse] Fix build on Windows
* [multiple ports] Bump CONTROL version
* [multiple ports] Fix description indent
* [directxtk] Fix CONTROL file
* [bde,duktape,qpid-proton] Build packages with python2 installed
* [binn] remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
* [gdal,live555,uriparser] Fix regressions
* [live555] Update to 2019.04.24
2019-05-02 22:57:43 -07:00
adrido
c7d4696a88
[libgd] Update to 2.2.5 & Add Features ( #5510 )
...
* [libgd] Add Features
* [libgd] Update to 2.2.5
2019-03-04 15:14:16 -08:00
Phil Christensen
bf4a864a73
[msys2] bump control version in msys dependant ports
2018-12-21 00:42:50 -08:00
LRFLEW
848233b137
Update libpng cmake wrapper for dynamic libraries ( #4590 )
...
* Update libpng cmake wrapper for dynamic libraries
* [libpng] Bump control version
* [libgd] Fix parallel source directory writes
2018-11-07 23:57:08 -08:00
Alexander Karatarakis
26516fe485
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
2017-09-09 00:12:54 -07:00
Alexander Täschner
21c5c67fd6
[libgd] Enable fontconfig support. Correct spelling of WEBP enable option.
2017-05-19 10:06:48 +02:00
Mikhail Paulyshka
deb4322e50
[libgd] add version 2.2.4
2017-04-01 23:20:26 +03:00