-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove ffmpeg dependency and disable bottles (#1801)
* ignition-common1: revision bump for ffmpeg * ignition-common3: revision bump for ffmpeg * ignition-common4: revision bump for ffmpeg * gazebo9: revision bump for ffmpeg * gazebo11: revision bump for ffmpeg * Disable ffmpeg as dependency Signed-off-by: Steve Peters <[email protected]>
- Loading branch information
Showing
6 changed files
with
5 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,10 @@ class Gazebo11 < Formula | |
url "https://osrf-distributions.s3.amazonaws.com/gazebo/releases/gazebo-11.10.1.tar.bz2" | ||
sha256 "349cbd73965f6e71784283f9b9b69f2cd43162c613642fd388d3f648f9caccf2" | ||
license "Apache-2.0" | ||
revision 1 | ||
|
||
head "https://github.com/osrf/gazebo.git", branch: "gazebo11" | ||
|
||
bottle do | ||
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" | ||
sha256 big_sur: "4e8eeb509cf439802eee0790a137efdf48dc6bf7b002538b469ecaa3dbb6ea32" | ||
sha256 catalina: "9859f98069dd8bd34a5fa125ec9a626443ae123f35a7bf5579709c73b7bc1d92" | ||
end | ||
|
||
depends_on "cmake" => :build | ||
depends_on "pkg-config" => :build | ||
|
||
|
@@ -21,7 +16,6 @@ class Gazebo11 < Formula | |
depends_on "[email protected]" | ||
depends_on "dartsim" | ||
depends_on "doxygen" | ||
depends_on "ffmpeg" | ||
depends_on "freeimage" | ||
depends_on "graphviz" | ||
depends_on "gts" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,10 @@ class Gazebo9 < Formula | |
url "https://osrf-distributions.s3.amazonaws.com/gazebo/releases/gazebo-9.19.0.tar.bz2" | ||
sha256 "1f3ca430824b120ae0c7c4c0037a1a56e7b6bf6c50731b148b5c75bfc46d7fe7" | ||
license "Apache-2.0" | ||
revision 10 | ||
revision 11 | ||
|
||
head "https://github.com/osrf/gazebo.git", branch: "gazebo9" | ||
|
||
bottle do | ||
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" | ||
sha256 big_sur: "11d7fac9d0f3a0dcec73901385cf8560eaec174c62767b083dc8799b242afb3d" | ||
sha256 catalina: "3a00685078a8aa129fc69116f761da99808a97cfe3cbab6bf9eda4c8013f3700" | ||
end | ||
|
||
depends_on "cmake" => :build | ||
depends_on "pkg-config" => :build | ||
|
||
|
@@ -22,7 +16,6 @@ class Gazebo9 < Formula | |
depends_on "[email protected]" | ||
depends_on "dartsim" | ||
depends_on "doxygen" | ||
depends_on "ffmpeg" | ||
depends_on "freeimage" | ||
depends_on "graphviz" | ||
depends_on "gts" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters