If a call to `vcpkg_replace_string` makes no changes i.e doesn't
effectively replace a string, A warning is logged.
This should also help identify ports that no longer need these calls to
fix things in `.pc` files etc.
* Take gperf from vcpkg tool if possible
* [gperf] Install binary into tools/gperf/
* Fix kf5codecs gperf bug
* Add PREPEND to freetds port
* fix gperf for qtwebengine
* make gperf modern port
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [fontconfig] update to 2.14.0 (microsoft#23920)
2.14
Alan Coopersmith (1):
Update address for reporting msgid bugs from bugzilla to gitlab
2.13.96 (2.14 RC6)
Akira TAGOH (2):
Add a missing file 48-spacing.conf
Merge branch 'main' of ssh://gitlab.freedesktop.org/fontconfig/fontconfig
2.13.95 (2.14 RC5)
Akira TAGOH (18):
Do not set different score to non-string values
Enable 11-lcdfilter-default.conf by default
Bump the cache version to 8
Reflect matching results to binding in FcPattern
Fix a memory leak when trying to open a non-existing file
Fix score estimation for postscriptname
Resolves symlinks against <dir prefix="relative">
Add the option to not build fontconfig cache during installation
conf.d/60-latin.conf: Make Noto default.
Fix some testcase fails for 14c265a1
Fix the issue fail to obtain the style name
Apply the change made by 23e46d1 again
Initialize variable
Add more description for fc-conflist.1 and FcConfigFileInfoIterInit.3
Update CaseFolding.txt to Unicode 14
Add an user font directory for Win32 to the default font path
Add test/wrapper-script.sh to the archive
Fix possible memory leaks in FcPatternObjectAddWithBinding
Alex Richardson (3):
fcint: add casts to allow building with stricter compilers
Add support for C11 stdatomic atomics
FcCharSetPutLeaf(): Fix missing move of new_leaves contents
Behdad Esfahbod (1):
If a varfont has 'opsz' axis, set FC_SIZE on default instant pattern
Ben Wagner (6):
Add memory order constraints to C11 atomics
Free local FcCache lock on contention
Extend test thread args lifetime
Fix warning about os2->achVendID cannot be NULL
Back FcSerialize with open addressing hash table.
Actually skip leading spaces in style name
Francesco Pretto (1):
WIN32: Fix pGetSystemWindowsDirectory found initialized during FcConfigParseAndLoadFromMemory
Mehdi Sabwat (1):
fcstat: add support for wasm-emscripten
Nirbheek Chauhan (1):
meson: Remove summary() from version_compare() block
Pierre Ducroquet (5):
Add a configuration to switch to monospace if spacing=100 is requested
Reference the new configuration file
Remove configuration file from POTFILES
It seems this qual doesn't work on integers
Always add the family name from spacing=100
Ryan Gonzalez (1):
Ensure config.h is always included before stdlib headers
Ryan Schmidt (5):
Avoid PCRE syntax when using grep
Remove Bugzilla references
Fix run-test.sh to work with BSD mktemp
Restore fcatomic compatibility with Mac OS X 10.4.
Fix FC_DEFAULT_FONTS on macOS and with BSD sed sed
* [fontconfig] do not run fc-cache (microsoft#23920)
The fc-cache application is run on installation per default.
Font caches of the build system are useless to anyone unless
deploying fontconfig on just that build system, and even then,
the user will most likely be deploying his own fonts.conf and
correspondinly explicitly setup his users fc-cache path.
In fact, all the fc-cache run does is to generate data for
us to delete.
Instruct meson not to run fc-cache, saving us the need to
delete the cache, too.
* [fontconfig] disable tests (microsoft#23920)
* [fontconfig] remove json-c dependency (microsoft#23920)
The only code that needs json-c is in the tests ... which are
disabled from being built.
* [fontconfig] update versions registry (microsoft#23920)
* [fontconfig] do not run fc-cache on linux either (microsoft#23920)
* [fontconfig] regenerate version registries (microsoft#23920)
* 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>
* add clags in tools build command
* bump port version
* x-add-version fontconfig
* vcpkg x-add-version fontconfig --overwrite-version
* bump port version
* ./vcpkg x-add-version fontconfig
* Update versions/f-/fontconfig.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* bump port version
* ./vcpkg x-add-version fontconfig
Co-authored-by: Ilya Arzhannikov <iarzhannikov@artec3d.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [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 94065bfe84.
* [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 2543be2edf
* update versions
* Correct port version after merge.
* update versions.
* [ffmpeg] Fix cmake dependency detection on non-windows.
* Revert "revert pangolin commit"
This reverts commit f59bc5a53e.
* [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>