* Add mchehab/zbar
* Quote all paths
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Update to 0.23.90
* Flip name
* Update version registry
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* Use Cmake without gflash for UWP-ARM64 build
* Merge branch 'master' of https://github.com/Microsoft/vcpkg
* Update version database
* Added glog dependencie for not uwp platforms
* Formatted vcpkg.json
* Updated version
* Added MINIGLOG Feature in uwp
* Update version database
* Changed platform support for glog
* Update version database
Co-authored-by: Adolfo Solis <asolis@polyworksmexico.com>
* [edflib] Add new port
* [edflib] Add version
* [edflib] Fix PDB installation
* [edflib] Overwrite version
* [edflib] No need to call vcpkg_copy_pdbs
* [edflib] Overwrite version
* [vcpkg] Drop dynamic build support
* [edflib] Update version
* [edflib] Fix linux build
* [edflib] Overwrite version
* [edflib] Remove test_edflib and test_generator
* [edflib] Overwrite version
* [edflib] Cleanup
* [edflib] Overwrite version
* [poppler] Add glib support
* format vcpkg.json
* update version
* update version
* update version
* Add cairo dependency
* update version
* update dependcies
* update version
* CI test isal, not spdk-isal
* Update to 2.30.0
* The nmake build uses only nasm
The autotools build chooses the tool by feature level.
It even requires yasm for mingw.
* Relax platform restriction
* Fix mingw builds
* Fixup pkgconfig
* Rewrite CMake config, move to unofficial namespace
* Update versions
* first batch of xwindow PR ports - up to dbus
* first batch of xwindow PR ports - up to dbus
* format manifest
* version stuff
* remove if block
* version stuff
* fix xcb hash
* fix xproto dependency on meson blocking cross builds
* adjust message
* use X11_xcb_LIB
* version stuff
* put xlib arm64-windows on baseline
* fix dbus on osx and linux
* version stuff
* forget to set the value
* fix --export-dynamic on osx
* version dbus
* ci-retrigger
* add license (needs tool update)
* version adjustments
* version update
* remove unnecessary comments
* v db
* Apply suggestions from code review
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* nitpicks
* rename xau to libxau
* use vcpkg_install_copyright and silence usage
* xtrans silence usage
* format-manifest
* v db
* make license null for ports without exact match
* xdmcp rename to libxdmcp
* merge x11 wrapper into xlib
rename xlib to libx11 to avoid a metaport
* v db
* missed dbus depending on x11.
* v db
* Update scripts/ci.baseline.txt
Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Alexander Neumann <you@example.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* WIP commit
* more jemalloc wip
* v db
* add license
* v db
* apply format diff
* fix script
* WIP commit
* fix ARFLAGS for the wrapper
* CR stuff
* v db
* use separate_arguments to add -Wl, to linker flags
* say "-Xlinker" three times and it will come.
* make assembler compile only.
* disable _FOR_BUILD if crosscompiling.
use function instead of macro.
Remove AS settings
* ignore settings for osx until somebody knows how to fix it.
* CR z_vcpkg_make_set_env
* CI retrigger
* make conflicting options an error
* remove DEFINED since the options are always defined
* use z_vcpkg_get_cmake_vars instead of including the toolchain
* fix typo
Co-authored-by: Osyotr <Osyotr@users.noreply.github.com>
* add supports expressions
* use _ENV_ instead of ENV so vcpkgs flags will overwrite any other flags.
(also fixes pdcurses using LINK)
* v db
* version
Co-authored-by: Osyotr <Osyotr@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
* [shiftmedia-libgcrypt] new port
* [shiftmedia-libgcrypt] add license
* [shiftmedia-libgcrypt] fix formatting
* [shiftmedia-libgcrypt] add version
* [shiftmedia-libgcrypt] update to 1.10.1, also support UWP
* [shiftmedia-libgcrypt] update version
* [ci.baseline.txt] restore gpg-error running on CI
* [libgpg-error] add TargetPlatformMinVersion
* [libgpg-error] update versions
* [shiftmedia-libgcrypt] fix supported platform
* [shiftmedia-libgcrypt] fix missing Version in .pc
* [shiftmedia-libgcrypt] update version
* [shiftmedia-libgcrypt] remove leftover warning
* [shiftmedia-libgcrypt] update version
* Update shiftmedia-libgcrypt.json
* Update libgpg-error.json
* [shiftmedia-libgcrypt] install includes instead of moving them around in buildtree
* [shiftmedia-libgcrypt] update version
* [shiftmedia-libgcrypt] wrap paths in quotes
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* [shiftmedia-libgcrypt] support for Windows implies UWP
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
* [shiftmedia-libgcrypt] update version
* [shiftmedia-libgcrypt] use vcpkg_replace_string() instead of patches
* [shiftmedia-libgcrypt] update version
* [shiftmedia-libgcrypt] gpg-error already inupstream .pc as Requires.private
* [shiftmedia-libgcrypt] -L${libdir} already in upstream .pc
* [shiftmedia-libgcrypt] update version
* [shiftmedia-libgcrypt] pass OutDir as property, no need to patch
* [shiftmedia-libgcrypt] update version
* [shiftmedia-libgcrypt] msbuild adds a subfolder to OutDir on UWP
* [shiftmedia-libgcrypt] fix aclocal installation path
* [shiftmedia-libgcrypt] update version
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
* [ports/inih/{portfile.cmake,vcpkg.json}] Upgrade from r51 to r56
* [ports/inih] Upgrade to latest vcpkg recommendations
* [ports/inih/CMakeLists.txt] Export targets (following `ports/openctm/CMakeLists.txt` template)
* Thomas1664's nitpicks agreed on by BillyONeal.
* Fix vcpkg_cmake_config_fixup call and add usage.
* Hook up with_INIReader
* Version DB oops
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>