Skip to content

Commit ce995be

Browse files
authored
Merge pull request #247285 from Homebrew/qjackctl-deps
qjackctl: use specific Qt dependencies
2 parents 57c564b + ee3936e commit ce995be

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Formula/q/qjackctl.rb

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,28 @@ class Qjackctl < Formula
44
url "https://downloads.sourceforge.net/project/qjackctl/qjackctl/1.0.4/qjackctl-1.0.4.tar.gz"
55
sha256 "e3eb6f989d947dcd97b4fe774294347106a0a6829c0480a965393ebca97514ae"
66
license "GPL-2.0-or-later"
7-
head "https://git.code.sf.net/p/qjackctl/code.git", branch: "master"
7+
head "https://git.code.sf.net/p/qjackctl/code.git", branch: "main"
88

99
livecheck do
1010
url :stable
1111
regex(%r{url=.*?/qjackctl[._-]v?(\d+(?:\.\d+)+)\.t}i)
1212
end
1313

1414
bottle do
15-
sha256 arm64_tahoe: "5622711fea2b06542dea890cf52828ce0755da08d8a26069bc248ea2387b0f26"
16-
sha256 arm64_sequoia: "89f3dec68467896822911b62d236ccaa228915b579d1f70c95cd05231b95f8cf"
17-
sha256 arm64_sonoma: "6bc46dab635d6d238075bd40608f12f0e2b91da3ea35fcd0f111c950e236819d"
18-
sha256 arm64_ventura: "d4e7befa66d433bda2982d1b2298cd7b031190e2f5341afb82df72aa57bdc126"
19-
sha256 sonoma: "4dcb152f927b45874dcb902c7fa5657c2699511c52a0157cf2f2852d82204aa7"
20-
sha256 ventura: "833e34b3aa6e9a987da110efc4a1e28ab9e9ce37e11d50fa6d17df3aa9f27358"
21-
sha256 x86_64_linux: "2d0274d62dd74b8cdb1edb6dff3137b21a48d73de5258b2e3dc3a714ed8eca40"
15+
rebuild 1
16+
sha256 arm64_tahoe: "b6b29448edf9d0cb0e99406289f410a3a8adc6c288f9092777be85958b3434b7"
17+
sha256 arm64_sequoia: "dfc335c469d0b4f65ae054343c453377b0db2e8e8171eec52b0fe244fc615ad9"
18+
sha256 arm64_sonoma: "c3c3215ed601d2689849cdb23adc9a50d4b50203a0a6f336ca55bea90e6610b0"
19+
sha256 sonoma: "8f8e32f847d7118c7c15fae9eeb551982a8ad74b7f5ea3d280944b72bbb51ad2"
20+
sha256 x86_64_linux: "dc312c775a04b6226512ff0867dc3365e3a9db3d3b06fd88ae40170c73421aa9"
2221
end
2322

2423
depends_on "cmake" => :build
2524
depends_on "pkgconf" => :build
25+
depends_on "qttools" => :build
2626
depends_on "jack"
27-
depends_on "qt"
27+
depends_on "qtbase"
28+
depends_on "qtsvg"
2829

2930
on_linux do
3031
depends_on "alsa-lib"

0 commit comments

Comments
 (0)