File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ class Gegl < Formula
1212 end
1313
1414 bottle do
15- sha256 arm64_sequoia : "6bd88cae8516ebe58073db2ea3360f874a3fbc50d8c03b9c4b2da49844594751"
16- sha256 arm64_sonoma : "1e25aa3f9c365f2b4c649ed0e3627aa0edc64e52c9ea3d0f8fe30801ca1bc37f"
17- sha256 arm64_ventura : "6277609123c9cb3126f995c2338d148027ab1806d0272ca8ec62138dca9fac34"
18- sha256 sonoma : "c01c80479a69d3193fd07f6d8c7327eac886c0883ef399e5cea646e657c17004"
19- sha256 ventura : "20a1ffd5936c47ecf52336d4d01b16f6c3a7847de705cd2a31618cc39af05318"
20- sha256 x86_64_linux : "73e0aea27efd64a9c2b143108504694945b46e431fca56b7a3a40ab4d2088b1b"
15+ rebuild 1
16+ sha256 arm64_sequoia : "747d9f2ff9be71202954ff34a9a1caa0c1ca372e9687c1c9b820be17c56a3b79"
17+ sha256 arm64_sonoma : "96ee15eb5e4d61c5b5cda69ac93a1cc18d95818c3fe116715a4a4da3902595ec"
18+ sha256 arm64_ventura : "db96141fe2b4cf84ee13f313b3c1d565c3b1244b65e89187787f5450ea0dec88"
19+ sha256 sonoma : "438589cbdf01a9ee9fa069cdfda4acaf4203c7f37179eef57d7e70522c12fbfa"
20+ sha256 ventura : "aac8f70a6fd4e43184c96e841e87305d8b1285be01dacfadc1ebf152c8e50d3b"
21+ sha256 x86_64_linux : "c499d23410bf942a333fcda22f0d57ff2e35d66515d703504e464b469c202653"
2122 end
2223
2324 depends_on "gettext" => :build
@@ -27,6 +28,7 @@ class Gegl < Formula
2728 depends_on "pkg-config" => :build
2829
2930 depends_on "babl"
31+ depends_on "cairo"
3032 depends_on "glib"
3133 depends_on "jpeg-turbo"
3234 depends_on "json-glib"
@@ -39,7 +41,6 @@ class Gegl < Formula
3941 end
4042
4143 on_linux do
42- depends_on "cairo"
4344 depends_on "poppler"
4445 end
4546
@@ -56,7 +57,6 @@ def install
5657
5758 args = %w[
5859 -Ddocs=false
59- -Dcairo=disabled
6060 -Djasper=disabled
6161 -Dumfpack=disabled
6262 -Dlibspiro=disabled
You can’t perform that action at this time.
0 commit comments