From 0efc0dcaa341e992a6fdad12062bd2302cb93930 Mon Sep 17 00:00:00 2001 From: JCount Date: Wed, 16 Nov 2016 21:57:13 -0500 Subject: [PATCH] qjackctl 0.4.4 switch to cxx11 to fix building with qt5 add missing pkg-config build dep Closes #6988. Signed-off-by: William Woodruff --- Formula/qjackctl.rb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Formula/qjackctl.rb b/Formula/qjackctl.rb index 6a556df694..9cffac6803 100644 --- a/Formula/qjackctl.rb +++ b/Formula/qjackctl.rb @@ -1,8 +1,8 @@ class Qjackctl < Formula desc "simple Qt application to control the JACK sound server daemon" homepage "http://qjackctl.sourceforge.net" - url "https://downloads.sourceforge.net/qjackctl/qjackctl-0.4.3.tar.gz" - sha256 "6bfdc3452f3c48d1ce40bd4164be0caa1c716474fbd3fb408d3308dfadf79e07" + url "https://downloads.sourceforge.net/qjackctl/qjackctl-0.4.4.tar.gz" + sha256 "531db2f7eca654fd8769a1281dccb54ebca57a0b2a575734d1bafc3896a46ba5" head "http://git.code.sf.net/p/qjackctl/code.git" bottle do @@ -11,12 +11,15 @@ class Qjackctl < Formula sha256 "f24586ac79810807e4326555f93c0b53976d78c2fe215a13d464f01c0d3d318b" => :yosemite end + depends_on "pkg-config" => :build depends_on "qt5" depends_on "jack" + needs :cxx11 + def install + ENV.cxx11 system "./configure", "--disable-debug", - "--enable-qt5", "--disable-dbus", "--disable-portaudio", "--disable-xunique",