Skip to content

imath 3.2.0 #232831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
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 Formula/a/alembic.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Alembic < Formula
desc "Open computer graphics interchange framework"
homepage "http://www.alembic.io/"
url "https://github.com/alembic/alembic/archive/refs/tags/1.8.8.tar.gz"
sha256 "ba1f34544608ef7d3f68cafea946ec9cc84792ddf9cda3e8d5590821df71f6c6"
license "BSD-3-Clause"
revision 1
head "https://github.com/alembic/alembic.git", branch: "master"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/c/ctl.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Ctl < Formula
desc "Programming language for digital color management"
homepage "https://github.com/ampas/CTL"
url "https://github.com/ampas/CTL/archive/refs/tags/ctl-1.5.4.tar.gz"
sha256 "fb84925320d053827fce965d7aeea5bb8690d7093bb083c8e3915d7a600e25fc"
license "AMPAS"
revision 1
head "https://github.com/ampas/CTL.git", branch: "master"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/f/f3d.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class F3d < Formula
desc "Fast and minimalist 3D viewer"
homepage "https://f3d-app.github.io/f3d/"
url "https://github.com/f3d-app/f3d/archive/refs/tags/v3.2.0.tar.gz"
sha256 "2a3cff123821be41d99489e080a7153812e58a86598fa9f4988099660bf6a947"
license "BSD-3-Clause"
revision 1

# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
# labeled as "pre-release" on GitHub before the version is released, so it's
Expand Down
2 changes: 1 addition & 1 deletion Formula/g/gdal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Gdal < Formula
url "https://github.com/OSGeo/gdal/releases/download/v3.11.3/gdal-3.11.3.tar.gz"
sha256 "54638f6990f84c16142d93c9daaafaf1eab0a6a61538162095c334de086ef91f"
license "MIT"
revision 2
revision 3

livecheck do
url "https://download.osgeo.org/gdal/CURRENT/"
Expand Down
1 change: 1 addition & 0 deletions Formula/g/geeqie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
url "https://github.com/BestImageViewer/geeqie/releases/download/v2.6.1/geeqie-2.6.1.tar.xz"
sha256 "164b768b8a387edf654112428adb8fd88c265c76b7bc84a490158e6923da3a55"
license "GPL-2.0-or-later"
revision 1

livecheck do
url :stable
Expand Down Expand Up @@ -64,7 +65,7 @@
depends_on "harfbuzz"
end

def install

Check failure on line 68 in Formula/g/geeqie.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew install --verbose --formula --build-bottle geeqie` failed on Linux x86_64!

::error::geeqie 2.6.1 did not build
system "meson", "setup", "build", "-Dlua=disabled", *std_meson_args
system "meson", "compile", "-C", "build", "--verbose"
system "meson", "install", "-C", "build"
Expand Down
1 change: 1 addition & 0 deletions Formula/g/gmic.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Gmic < Formula
desc "Full-Featured Open-Source Framework for Image Processing"
homepage "https://gmic.eu/"
url "https://gmic.eu/files/source/gmic_3.5.5.tar.gz"
sha256 "f77999dbb6cd95e2766a0fa1c6ea3ec61007a981ff4644cba2cfba895ec1dff3"
license "CECILL-2.1"
revision 1
head "https://github.com/GreycLab/gmic.git", branch: "master"

livecheck do
Expand Down
1 change: 1 addition & 0 deletions Formula/g/gstreamer.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
class Gstreamer < Formula
desc "Development framework for multimedia applications"
homepage "https://gstreamer.freedesktop.org/"
license all_of: ["LGPL-2.0-or-later", "LGPL-2.1-or-later", "MIT"]
revision 1

stable do
url "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/archive/1.26.5/gstreamer-1.26.5.tar.bz2"
Expand Down
1 change: 1 addition & 0 deletions Formula/i/imagemagick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Imagemagick < Formula
url "https://imagemagick.org/archive/releases/ImageMagick-7.1.2-0.tar.xz"
sha256 "edc13694c2f27554b36dc4817d80284f52c07c31e1ef8b88c8a4902a723dd643"
license "ImageMagick"
revision 1
head "https://github.com/ImageMagick/ImageMagick.git", branch: "main"

livecheck do
Expand Down
4 changes: 2 additions & 2 deletions Formula/i/imath.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Imath < Formula
desc "Library of 2D and 3D vector, matrix, and math operations"
homepage "https://imath.readthedocs.io/en/latest/"
url "https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.1.12.tar.gz"
sha256 "8a1bc258f3149b5729c2f4f8ffd337c0e57f09096e4ba9784329f40c4a9035da"
url "https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v3.2.0.tar.gz"
sha256 "f3c0c4210b5e6fe17d90cd7ebbe9638eea9fb458421d00eddb4d1a9d5ad47b36"
license "BSD-3-Clause"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/j/jpeg-xl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class JpegXl < Formula
url "https://github.com/libjxl/libjxl/archive/refs/tags/v0.11.1.tar.gz"
sha256 "1492dfef8dd6c3036446ac3b340005d92ab92f7d48ee3271b5dac1d36945d3d9"
license "BSD-3-Clause"
revision 1
revision 2

livecheck do
url :stable
Expand Down
1 change: 1 addition & 0 deletions Formula/o/opencolorio.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Opencolorio < Formula
desc "Color management solution geared towards motion picture production"
homepage "https://opencolorio.org/"
url "https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v2.4.2.tar.gz"
sha256 "2d8f2c47c40476d6e8cea9d878f6601d04f6d5642b47018eaafa9e9f833f3690"
license "BSD-3-Clause"
revision 1
head "https://github.com/AcademySoftwareFoundation/OpenColorIO.git", branch: "master"

bottle do
Expand Down
2 changes: 1 addition & 1 deletion Formula/o/opencv.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Opencv < Formula
desc "Open source computer vision library"
homepage "https://opencv.org/"
license "Apache-2.0"
revision 1
revision 2

stable do
url "https://github.com/opencv/opencv/archive/refs/tags/4.12.0.tar.gz"
Expand Down
1 change: 1 addition & 0 deletions Formula/o/openexr.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Openexr < Formula
desc "High dynamic-range image file format"
homepage "https://www.openexr.com/"
url "https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v3.3.5.tar.gz"
sha256 "cb0c88710c906c9bfc59027eb147e780d508c7be1a90b43af3ec9e3c2987b70d"
license "BSD-3-Clause"
revision 1

bottle do
sha256 cellar: :any, arm64_sequoia: "f12f6e8a339ab66b6269da2b6376d49fec5a8b5bdeae7c0ebe89cd2b0b5a69a1"
Expand Down
1 change: 1 addition & 0 deletions Formula/o/openimageio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Openimageio < Formula
url "https://github.com/AcademySoftwareFoundation/OpenImageIO/archive/refs/tags/v3.0.9.1.tar.gz"
sha256 "bbc5db069b7d8e4e2fccf994d55a262953057745a5e398e44a2e5235a8736d1d"
license "Apache-2.0"
revision 1
head "https://github.com/AcademySoftwareFoundation/OpenImageIO.git", branch: "master"

livecheck do
Expand Down
1 change: 1 addition & 0 deletions Formula/s/synfig.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Synfig < Formula
desc "Command-line renderer"
homepage "https://www.synfig.org/"
Expand All @@ -5,6 +5,7 @@
url "https://github.com/synfig/synfig/releases/download/v1.5.3/synfig-1.5.3.tar.gz"
sha256 "913c9cee6e5ad8fd6db3b3607c5b5ae0312f9ee6720c60619e3a97da98501ea8"
license "GPL-3.0-or-later"
revision 1
head "https://github.com/synfig/synfig.git", branch: "master"

livecheck do
Expand Down
Loading