File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ class GzGui8 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-8.4.0.tar.bz2"
5
5
sha256 "1731b01a134afb11b1b3e049fc65e74fa7b5c50532406d3d68366d54016d5498"
6
6
license "Apache-2.0"
7
- revision 11
7
+ revision 12
8
8
9
9
head "https://github.com/gazebosim/gz-gui.git" , branch : "gz-gui8"
10
10
@@ -24,6 +24,12 @@ class GzGui8 < Formula
24
24
depends_on "qt@5"
25
25
depends_on "tinyxml2"
26
26
27
+ patch do
28
+ # Fix for compatibility with protobuf 30
29
+ url "https://github.com/gazebosim/gz-gui/commit/64031d88132c45c25f66d2bdd8e902c1a2520f0d.patch?full_index=1"
30
+ sha256 "b2eb3706209a8c52c3e77fcaecd5008830e209ab3915e446252dc7c7dd33415a"
31
+ end
32
+
27
33
def install
28
34
rpaths = [
29
35
rpath ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ class GzMsgs10 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-10.3.2.tar.bz2"
5
5
sha256 "0dd9c19dee7aec7fc0f7bdd03ee2ae44ab1068dac2fc1ae8cc3ecc1b6df8472a"
6
6
license "Apache-2.0"
7
- revision 7
7
+ revision 8
8
8
9
9
head "https://github.com/gazebosim/gz-msgs.git" , branch : "gz-msgs10"
10
10
@@ -30,6 +30,12 @@ def python_cmake_arg(python = Formula["python@3.13"])
30
30
"-DPython3_EXECUTABLE=#{ python . opt_libexec } /bin/python"
31
31
end
32
32
33
+ patch do
34
+ # Fix for compatibility with protobuf 30
35
+ url "https://github.com/gazebosim/gz-msgs/commit/ebdd05f6d51c990876085bcc9db9f79df59d375a.patch?full_index=1"
36
+ sha256 "050137fb0900b7d7cab36b612cc3bc319c3f093aba9c958d13c66ce44a6199b2"
37
+ end
38
+
33
39
def install
34
40
cmake_args = std_cmake_args
35
41
cmake_args << "-DBUILD_TESTING=Off"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ class GzTransport13 < Formula
4
4
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-13.4.1.tar.bz2"
5
5
sha256 "1e7051de16c8e0cadf5b357d32193ffdb3eb33775126d1f89bef29bfd02e11b8"
6
6
license "Apache-2.0"
7
- revision 7
7
+ revision 8
8
8
9
9
head "https://github.com/gazebosim/gz-transport.git" , branch : "gz-transport13"
10
10
@@ -38,6 +38,12 @@ def python_cmake_arg(python = Formula["python@3.13"])
38
38
"-DPython3_EXECUTABLE=#{ python . opt_libexec } /bin/python"
39
39
end
40
40
41
+ patch do
42
+ # Fix for compatibility with protobuf 30
43
+ url "https://github.com/gazebosim/gz-transport/commit/eb7a232bb205051af9a29b2277a23503d38a0fbb.patch?full_index=1"
44
+ sha256 "8290b87c5d462b55faaa102bfe98f36c5ed17b11155f0d218519348a881317c0"
45
+ end
46
+
41
47
def install
42
48
rpaths = [
43
49
rpath ,
You can’t perform that action at this time.
0 commit comments