Skip to content

Commit 6c9b37b

Browse files
BrewTestBotbevanjkay
authored andcommitted
libgr 0.73.7
libgr: declare indirect dependencies with linkage
1 parent 1a64754 commit 6c9b37b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Formula/lib/libgr.rb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Libgr < Formula
22
desc "GR framework: a graphics library for visualisation applications"
33
homepage "https://gr-framework.org/"
4-
url "https://github.com/sciapp/gr/archive/refs/tags/v0.73.6.tar.gz"
5-
sha256 "00f6265e8d7c27a74a7a717006e7f18d4193748e1a36ca5d3f6749b5dd48dc09"
4+
url "https://github.com/sciapp/gr/archive/refs/tags/v0.73.7.tar.gz"
5+
sha256 "2584727b1413a337ef14daae1e61bdc5c946403031695b42ecfbf8bc1888d132"
66
license "MIT"
77

88
bottle do
@@ -18,8 +18,12 @@ class Libgr < Formula
1818
depends_on "cmake" => :build
1919
depends_on "cairo"
2020
depends_on "ffmpeg@6"
21+
depends_on "freetype"
2122
depends_on "glfw"
23+
depends_on "jpeg-turbo"
24+
depends_on "libpng"
2225
depends_on "libtiff"
26+
depends_on "pixman"
2327
depends_on "qhull"
2428
depends_on "qt"
2529
depends_on "zeromq"

0 commit comments

Comments
 (0)