Skip to content

Commit bc34f77

Browse files
authored
Remove bottles broken by ffmpeg 9.0 (#3521)
* gz-common5: revision bump for ffmpeg * gz-common6: revision bump for ffmpeg * gz-common7: revision bump for ffmpeg * gz-launch9: revision bump for ffmpeg * gz-sim10: revision bump for ffmpeg * ignition-common4: revision bump for ffmpeg
1 parent abc71d4 commit bc34f77

6 files changed

Lines changed: 6 additions & 46 deletions

File tree

Formula/gz-common5.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@ class GzCommon5 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-common/releases/gz-common-5.8.0.tar.bz2"
55
sha256 "d5634846a513d7d51fb8ffdafb51696ab62e01f1f9fc6da237181d9d8d89d0a6"
66
license "Apache-2.0"
7-
revision 2
8-
9-
bottle do
10-
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
11-
sha256 cellar: :any, arm64_sequoia: "880acb511e9bfe5e0a007fa267d90014f4462b3ec8729cc028b909cecfe8b030"
12-
sha256 cellar: :any, arm64_sonoma: "9ad0039573e7c94047765fc6570f1f3e2926b9286c7bdb39b875baab17c6c628"
13-
sha256 cellar: :any, sonoma: "ce2f0e1786e10dac621ec284352380025d0675c75b228f5ffb9adf5440de4778"
14-
end
7+
revision 3
158

169
# head "https://github.com/gazebosim/gz-common.git", branch: "gz-common5"
1710

Formula/gz-common6.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@ class GzCommon6 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-common/releases/gz-common-6.3.0.tar.bz2"
55
sha256 "e70e8916f3a82cf6dd7b42e18a68acbc12cd8e9ac433759db4427f8356dc366d"
66
license "Apache-2.0"
7-
revision 2
8-
9-
bottle do
10-
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
11-
sha256 cellar: :any, arm64_sequoia: "e3d84b5a8ca5356ae48891b48de6c14181e325bf1b7ea9fcd9ef6e52a21f09d1"
12-
sha256 cellar: :any, arm64_sonoma: "45da9242c37e38de32c2cf20d731a7a26892823113bd88aaeff0a5930ccae1db"
13-
sha256 cellar: :any, sonoma: "82e858425830d1500f2ec08ad9c1087774c3e17f679290cdf1ffd278ea907168"
14-
end
7+
revision 3
158

169
# head "https://github.com/gazebosim/gz-common.git", branch: "gz-common6"
1710

Formula/gz-common7.rb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ class GzCommon7 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-common/releases/gz-common-7.3.0.tar.bz2"
55
sha256 "b3b4eb54652798a9cebf1a960f6119414a25ac9f848342f3fd84dcd8db064a63"
66
license "Apache-2.0"
7+
revision 1
78

89
head "https://github.com/gazebosim/gz-common.git", branch: "gz-common7"
910

10-
bottle do
11-
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
12-
sha256 cellar: :any, arm64_sequoia: "6c0abe73b977627211f574d9579248710b11a00e3beb24f6e791d75053a996c8"
13-
sha256 cellar: :any, arm64_sonoma: "1d870b7db8ddec3acb45900d23cea813847ed6168bbd24999b7f6057705e24d5"
14-
sha256 cellar: :any, sonoma: "04c003cb2c1239417323d21d24bed00b2036f8dfa2885ed0319ebcf35553c3f2"
15-
end
16-
1711
depends_on "assimp"
1812
depends_on "cmake"
1913
depends_on "ffmpeg"

Formula/gz-launch9.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,10 @@ class GzLaunch9 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-launch/releases/gz-launch-9.0.1.tar.bz2"
55
sha256 "096f66cd2a5b58dc8ca93e9bc33c65e0cf82af7472f154fc2d8a955bc762cd5f"
66
license "Apache-2.0"
7-
revision 6
7+
revision 7
88

99
head "https://github.com/gazebosim/gz-launch.git", branch: "gz-launch9"
1010

11-
bottle do
12-
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13-
sha256 arm64_sequoia: "1910b13ae8d053fecd927a0bb70e8183d45f2dbab6498205aca6b2e1dd1793b3"
14-
sha256 arm64_sonoma: "bc9de85860e30d991b52412eaa637a5cf27b78bd71e910bde02adf5cda5c5ba5"
15-
sha256 sonoma: "981620e260f94f6760284c044f4545a62405d21223b4e8ed072e30dee502da0a"
16-
end
17-
1811
depends_on "cmake" => :build
1912
depends_on "pkgconf" => :build
2013

Formula/gz-sim10.rb

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,10 @@ class GzSim10 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-sim/releases/gz-sim-10.5.0.tar.bz2"
55
sha256 "2f609f8130ee3e9ce9de0e8e94aa9aa92f0eb433ac256c84f38932f988edd4f0"
66
license "Apache-2.0"
7-
revision 4
7+
revision 5
88

99
head "https://github.com/gazebosim/gz-sim.git", branch: "gz-sim10"
1010

11-
bottle do
12-
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13-
sha256 arm64_sequoia: "177922cf989873ef6424481f4c0cc6d7adc181388a3474f3767c5768beb333b0"
14-
sha256 arm64_sonoma: "a91c4df85c5295463215b88e73602ade5519a5ed4b83af5b733c6bc80a38e40c"
15-
sha256 sonoma: "966ee8e6a631b80e51e4d48848c1d3f55d908f6f89f78e336921838e936e900d"
16-
end
17-
1811
depends_on "cmake" => :build
1912
depends_on "pybind11" => :build
2013
depends_on "abseil"

Formula/ignition-common4.rb

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@ class IgnitionCommon4 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/gz-common/releases/ignition-common-4.8.1.tar.bz2"
55
sha256 "fc6263b819cc320c6ce8c6956aa2713e62330aeca63e4c0c352c852c9af55ad4"
66
license "Apache-2.0"
7-
8-
bottle do
9-
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
10-
sha256 cellar: :any, arm64_sequoia: "ad5cadb0891d8245c6581804ef973f963fd18560d1c0046bdc4b9e1a98822f77"
11-
sha256 cellar: :any, arm64_sonoma: "aae66c0f8ef293a055ccfd84a337fc5f3a732c0ad22aa8dd85df2bd2919b7b61"
12-
sha256 cellar: :any, sonoma: "55dac20f851b84c24b8132f438f3868e85be996bb9a1f72aa89ccc443016cb91"
13-
end
7+
revision 1
148

159
# head "https://github.com/gazebosim/gz-common.git", branch: "ign-common4"
1610

0 commit comments

Comments
 (0)