| Age | Commit message (Collapse) | Author |
|
* Remove prior arm/uwp patch since host dependencies now allow for proj database generation, and add a new patch that repairs Win32 API calls to use UWP counterparts in UWP builds
* Update ci baseline for port changes
* Update port version
* Fix patch list for PR
* Bump port-version, disable some broken downstream libs
* Update port version commit
|
|
* [icu] Fix tool path
* Update the baseline version
* Apply the review suggestions
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
In addition to updating the version to 2.12, the following
modifications were applied to the port:
- Use the name lcms2 for the library, as it is called upstream since
version 2 of Little-CMS.
Remark: In the past, the library has already been called lcms2 for
a while in vcpkg (1e53c60 until 726c111).
The ports in vcpkg, which currently require the port lcms
(devil, libraw and opencolorio), use and support lcms2 include/lib.
- Add generating a pkg-config file
- Add quotes to file commands in portfile.cmake
|
|
|
|
* [bux] Add new port
* Corrections according to Create Pull Request suggested questions
* SHA512
* Mark fails into .\scripts\ci.baseline.txt
* Mark fails into .\scripts\ci.baseline.txt
* No need of "port-version": 1 in vcpkg.json
* Update version database
* Update ports/bux/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/bux/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/bux/portfile.cmake
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update ports/bux/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update bux.json
* Update ports/bux/vcpkg.json
* update version
* Update scripts/ci.baseline.txt
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* update bux support
* update version
* update version
* Rename bux to buck-yeh-bux
* Update version database
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
|
|
* [teemo] Update version to v2.3.
* [teemo] Modify version to v2.2
* [teemo] Run `vcpkg x-add-version teemo` to add version info.
* [teemo] Update Build-Depends.
* Update versions/t-/teemo.json
* [libipc] Add new library.
* [libipc] Run ./vcpkg x-add-version --all
* [libipc] Fix compile error.
* update version
* Update ports/libipc/CONTROL
* update version
* Update ports/libipc/portfile.cmake
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* Update ports/libipc/portfile.cmake
Co-authored-by: Billy O'Neal <bion@microsoft.com>
* [cpp-ipc] rename libipc to cpp-ipc
* [cpp-ipc] Run vcpkg x-add-version --all
* [cpp-ipc] Remove old libipc
* update cpp-ipc
* update version
* delet libipc.json
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Billy O'Neal <bion@microsoft.com>
|
|
* Convert manifest to JSON
* Remove purely transitive dependencies
* Parallel is unsupported with HDF5 C++
* Revise portfile
* Update to 1.4.14
* x-add-version
|
|
* [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
|
|
|
|
* add MinGW subsystem support for nana
* update port version
* [nana] update versions
* format-manifest
* add static build support for MingW subsystem
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
|
|
* [OpenCV] fix protobuf targets
* [OpenCV] fix port versions
* [OpenCV] fix references
|
|
* [kf5solid] require bison >= 3.0
* [kf5solid] fix CMake config file
* [kf5solid] some apps actually use solid-hardware5
diff --git a/ports/kf5solid/portfile.cmake b/ports/kf5solid/portfile.cmake
index b876b00c0..53cf1841b 100644
--- a/ports/kf5solid/portfile.cmake
+++ b/ports/kf5solid/portfile.cmake
@@ -44,6 +44,11 @@ vcpkg_cmake_install()
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/KF5Solid)
vcpkg_copy_pdbs()
+vcpkg_copy_tools(
+ TOOL_NAMES solid-hardware5
+ AUTO_CLEAN
+ )
+
if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/debug/bin")
endif()
@@ -51,9 +56,6 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/etc")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
-# solid-hardware and solid-power are a non-dev tools allowing to list hardware and power managament status of one's system. No need to keep them.
-file(REMOVE "${CURRENT_PACKAGES_DIR}/bin/solid-hardware5${VCPKG_HOST_EXECUTABLE_SUFFIX}" "${CURRENT_PACKAGES_DIR}/debug/bin/solid-hardware5${VCPKG_HOST_EXECUTABLE_SUFFIX}")
-file(REMOVE "${CURRENT_PACKAGES_DIR}/bin/solid-power${VCPKG_HOST_EXECUTABLE_SUFFIX}" "${CURRENT_PACKAGES_DIR}/debug/bin/solid-power${VCPKG_HOST_EXECUTABLE_SUFFIX}")
file(RENAME "${CURRENT_PACKAGES_DIR}/debug/lib/qml" "${CURRENT_PACKAGES_DIR}/debug/qml")
file(RENAME "${CURRENT_PACKAGES_DIR}/lib/qml" "${CURRENT_PACKAGES_DIR}/qml")
* [kf5solid] /etc is empty, no need to remove it
* [kf5solid] add PACKAGE_NAME to vcpkg_cmake_config_fixup
* [kf5solid] update versions
|
|
|
|
* [libigl] fix imgui feature
* run x-add-version
|
|
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
|
|
* [libmupdf/liblinear/libkeyfinder] Update to latest version
* update version
* update vcpkg.json format
* update version
|
|
* Add kf5globalaccel port
* Revert "Add kf5globalaccel port"
This reverts commit f1ac3db8e2019f474a09d6964aea8e21bc9da166.
* Add kf5globalaccel port
* Fixed kf5globalaccel for windows
* [kf5globalaccel] update to 5.75.0
* [kf5globalaccel] update to 5.84.0
* [kf5globalaccel] use vcpkg_copy_tools
* [kf5globalaccel] only remove what's needed
* [kf5globalaccel] wrap paths in quotes
* [kf5globalaccel] use semVer
* [kf5globalaccel] update versions
* [kf5globalaccel] add PACKAGE_NAME to vcpkg_cmake_config_fixup
* [kf5globalaccel] update versions
Co-authored-by: Kuntal Majumder <hellozee@disroot.org>
|
|
* add package co
* add version
* fix support
* fix version
* Update ports/co/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/co/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/co/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/co/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/co/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/co/vcpkg.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* using features instead of dependency
* update version schema
* fix portfile
* fix hash
* add comments & cleanup
* fix hash
* update portfile
* up hash
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
* [approval-tests-cpp] Update to 10.11.0
* add version files
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* update hazelcast-cpp-client to 4.2.0
* run x-add-version
|
|
* [quill] Update to 1.6.3
* [quill] Update version files
Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
|
|
|
|
* guard build type for catch2
* update port-version
* update baseline & version
|
|
|
|
* rename `libpystring` to `pystring`
* run `vcpkg x-add-version --all`
* [pystring] Simplify CMake
* [pystring] Use target name as per opencolorio
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
* fixes for macOS dynamic lib install
* bump port version
* remove mingw change
* move install outside of conditional
* update portfile hash
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* [kf5crash] fix cmake.in to allow consumption by static builds
* [kf5crash] update versions
* [kf5crash] kcrash is supported on Win and macOS, too
* [kf5crash] update versions
* [kf5crash] replace deprecated functions
* [kf5crash] update versions
* [kf5crash] don't overzealously delete folders
* [kf5crash] update versions
* [kf5crash] proactively disable docs
* [kf5crash] use semVer
* [kf5crash] update versions
* [kf5crash] remove extraneous options
* [kf5crash] update versions
* [kf5crash] wrap paths in quotes
* [kf5crash] update versions
* [kf5crash] remove bin folders in static build
* [kf5crash] update versions
* [kf5crash] rename patch file
* [kf5crash] update versions
* [kf5crash] add PACKAGE_NAME to vcpkg_cmake_config_fixup
* [kf5crash] update versions
|
|
* [ktx] update to 4.0.0
* update version
* fix-arm64-error
* update version
* fix ci error
* update version
|
|
* [libosmium/libxlsxwriter] Update to the latest version
* Update version files
* Update versions/l-/libosmium.json
* Attempt to fix version database again.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
|
|
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* update HEXL v1.2
* added x-add-version output
* rename intel-hexl to hexl
* update x-add-version output
* update homepage
* Update version database
* update portfile
* update portfile
* add find GIT
* Update version database
* Update ports/hexl/portfile.cmake
* use MSBUILD for Windows
* Update version database
* set generator
* Update version database
* update typo
* Update version database
* Fix build error
* Update ports/hexl/portfile.cmake
* Re-fix the dependencies
* update hexl version
* Update version database
* locate git, remove unused file
* Update version database
* update version, add dependency
* update dependency
* Update version database
* update HEXL to 1.2.1
* Update version database
* Fix version database.
Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* jasper
* update version
* update function
* update version
|
|
* [libdatachannel] update to version 0.14.3, fixing linking errors
* [libdatachannel] correctly format manifest
* [libdatachannel]: x-add-version --all
|
|
* [pangolin] Update to 0.6
* Update version files
* Format manifest
* Revert to CRLF in original patches
* Update versions/p-/pangolin.json
* Support osx and add features
* Remove extra space line
* Update versions/p-/pangolin.json
* Remove unused options
* Update versions/p-/pangolin.json
* Add MAYBE_UNUSED_VARIABLES
* Update versions/p-/pangolin.json
|
|
|
|
* add lager port
* run `vcpkg x-add-version --all`
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
|
|
|
|
* [geos] Minor portfile maintenance
* [geos] Export implicit C++ lib dependencies
* [geos] x-add-version
* [librttopo] New port version, format manifest
* [librttopo] Modernize portfile
* [librttopo] Fix mingw build
* [librttopo] Use geos-config, allow dynamic linkage for non-windows
* [librttopo] Fix pc file
* [librttopo] Use pristine download from osgeo.org
* [librttopo] x-add-version
|
|
* update to 3.10.0
* version
* install pkg-config
* version
* fix package naming
* version
* apply @NancyLi1013 suggestions
* version
* update to new minor
* version
* update to 3.10.2
* version
|
|
* [tvision] Add new port (fix #15839)
* [tvision] Add version file
* [tvision] getenv is not available on uwp
* [tvision] Overwrite version
* [tvision] Clean
* [tvision] Overwrite version
|
|
* [asio] update to 1.19.2
* update version
|
|
|
|
vcpkg CMake scripts (#19435)
* [magnum/-plugins] Remove obsolete patches that no longer apply
Signed-off-by: Squareys <squareys@googlemail.com>
* [corrade] Make feature to flag translation consistent to fix warning
Consistent with magnum & magnum-plugins
Signed-off-by: Squareys <squareys@googlemail.com>
* Fix warning message for dlls without matching pdbs always displayed
Signed-off-by: Squareys <squareys@googlemail.com>
* Fix the baseline version
* Revert the changes in vcpkg_copy_pdbs.cmake
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
|
|
* [portmidi] add osx support
* [portmidi] replace CONTROL with vcpkg.json
* [portmidi] Introduce "port-version": 1
* [portmidi] quote all path strings
* [portmidi] update version database
* [portmidi] make use of ${PORT}
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
|
|
* Fix repeated inclusion of wrappers
* x-add-version
|
|
* added features for vpx to enable realtime, highbitdepth and pic
* output of vcpkg format-manifest
* added port version
* ran format-manifest again
* changed to port version 1 as implicit version is 0
* added updated version files
* removed pic feature and instead set --enable-pic as default option
* updated version database
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* Revert "incorporate changes from microsoft:master"
* Revert "Revert "incorporate changes from microsoft:master""
* issue targeted in newer numpy version
* work-around for broken numpy libs on macOS
* temporarily add debug code to analyze CI failures
* again temporary debug code
* fix linkage command on macOS (broken by Bazel upgrade)
* fix regex for macOS linker command
* remove debug code, bump version
* x-add-version seems to require a separate commit...
* Fix misspelled "acceleration".
* x-add-version
Co-authored-by: jgehw <Joachim_Gehweiler@McAfee.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
|
|
* [icu] remove setting triplet
* add version files
|