Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ports/brotli/CONTROL
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Source: brotli
Version: 1.0.9
Port-Version: 1
Homepage: https://github.com/google/brotli
Description: a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling.
12 changes: 12 additions & 0 deletions ports/brotli/fix-ios.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fcd9024..a717b87 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -225,6 +225,7 @@ if(NOT BROTLI_BUNDLED_MODE)
install(
TARGETS brotli
RUNTIME DESTINATION tools/brotli
+ BUNDLE DESTINATION tools/brotli
CONFIGURATIONS Release
)

1 change: 1 addition & 0 deletions ports/brotli/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ vcpkg_from_github(
install.patch
fix-arm-uwp.patch
pkgconfig.patch
fix-ios.patch
)

vcpkg_configure_cmake(
Expand Down
5 changes: 5 additions & 0 deletions versions/b-/brotli.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8f55fe158d8bd753a6e6908164e03ae4f0b73cea",
"version-string": "1.0.9",
"port-version": 1
},
{
"git-tree": "4aaf6f174ede5bc58872943a5e32d96c5e0d45da",
"version-string": "1.0.9",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@
},
"brotli": {
"baseline": "1.0.9",
"port-version": 0
"port-version": 1
},
"brpc": {
"baseline": "0.9.7",
Expand Down