* Add graphviz
* Address bot feedback
* Add python3 dep and fix pkgconf var
* Acquire python3 program
* Specify python3 executable
* Move bison earlier in path
* Add bison executable as var
* Add other deps as var
* Fix formatting
* Apply suggestions from code review
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* Update to 2.49.1
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* [google-cloud-cpp] update to latest release (v1.32.0)
* Update from deprecated vcpkg functions
* Undo migration to `vcpkg_cmake_config_fixup()`
I could not get this to work. I will ask in the discord channel because
I must be using it wrong.
* [gemmlowp] create a new port
* update baseline JSON
* [gemmlowp] support find_pacakge
* export `unofficial::` targets
* [gemmlowp] add HEAD_REF
* [gemmlowp] use latest sources
* remove patches to support find_package
* Update gsl to version 2.7
* Updating portfile to remove deprecated functions
These were the github-actions bot recommendations
* Quoting string parameters, fixing version
* Run x-add-version
* [gflags]: Fix targets gflags::* not globally visible
* Add the target as interface
* vcpkg x-add-version --all
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [amqpcpp/leptonica/glibmm] Update to latest version
* Modify the include dir path
* Modify version schemes
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
* [google-cloud-cpp] use features to stop package growth
We have plans to grow `google-cloud-cpp`, but we think the build times
are large enough already. This creates "features" to at least stop the
package growth as new features are added. The "default-features"
reflects the current features in the package.
* Remove versions created during development
* Address review comments
gRPC uses `upb`, but normally it vendors-in the dependency. The
vendored-in version uses a single library artifact, and the generated
pkg-config file simply adds `-lupb`. In `vcpkg` we use the `upb`
package. This has more libraries, and thus more `-lupb_*` options are
needed. Ideally we would use a `upb.pc` file, but that does not exist.
* [shaderc] remove port since it does not build
* [glslang] updated to version 11.1.0
* [glslang] Add python path
* [glslang] baseline.json and glslang.json updated
* Update portfile.cmake
* Update CONTROL
* Update port_versions
* Update port_versions
* Update port_versions
* Update port_versions
* Update port_versions
* [glslang] port update to version 11.4.0
* [glslang] port version removed from json
* [glslang] remove shaderc
* [glslang] baseline update
* [glslang] versions hash update
* [glslang] portfile format fix + use of ${PORT}
* [glslang] new hash
* [glslang] revert portfile back
* [glslang] portfile apply changes
* [glslang] update hash for x86 windows
* [glslang] update to 1.5.0
* [glslang] git-tree hash update
* [glslang] remove old version 1.4.0
* [glslang] git-tree hash update
* [glslang][shaderc] Update and fix targets to match upstream
* Update versions
Co-authored-by: Lukas Lipp <llipp@cg.tuwien.ac.at>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: JonLiu1993 <13720414433@163.com>
Co-authored-by: Robert Schumacher <ras0219@outlook.com>
* upgrade the gli to latest
* update the version of gli
* update the version of gli
* [gli] Revert patch, use date scheme
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* [geographiclib] Update to version 1.52
* run ./vcpkg x-add-version geographiclib
* ports/geographiclib/vcpkg.json: version-string -> version
* Another iteration with x-add-version
* [gstreamer] create port with meson
* initial build config
* nodownload in vcpkg_configure_meson needs be removed
* [gstreamer] remove duplicated GL headers
* 1st check for deps in windows
* mac: fix regex for bison
* [gstreamer] more detailed options
* remove glib usage
Will use WIP changes in microsoft/vcpkg
* [gstreamer] build with glib port
* [gstreamer] extract plugins to features
* fix some config errors in windows
* fails to find z.lib. this should be zlib.lib
* [gstreamer] create patches to search 'zlib'
* update tool list
* [vcpkg meson] add path of GIT
* use append for LINKER_FLAGS
Allow injection of LINKER_FLAGS to vcpkg_configure_meson
* [gstreamer] update baseline and port SHA
* [gstreamer] zlib is required for Windows
* Revert "[vcpkg meson] add path of GIT"
This reverts commit 8a67fbd1d2.
* [gstreamer] make git visible in meson
* [gstreamer] fix platform expression
* [gstreamer] revert change of vcpkg_configure_meson
* [gstreamer] modify build.ninja after configure
* [gstreamer] drop unknown flag with vcpkg_replace_string
* [gstreamer] disable 'devtools' option
* [gstreamer] remove dylib
* [gstreamer] move dll,pdb after install
* [gstreamer] remove 'nls' feature
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>