homebrew-core/Formula/qt.rb

292 lines
9.5 KiB
Ruby

class Qt < Formula
desc "Cross-platform application and UI framework"
homepage "https://www.qt.io/"
url "https://download.qt.io/official_releases/qt/6.2/6.2.3/single/qt-everywhere-src-6.2.3.tar.xz"
sha256 "f784998a159334d1f47617fd51bd0619b9dbfe445184567d2cd7c820ccb12771"
license all_of: ["GFDL-1.3-only", "GPL-2.0-only", "GPL-3.0-only", "LGPL-2.1-only", "LGPL-3.0-only"]
revision 1
head "https://code.qt.io/qt/qt5.git", branch: "dev"
# The first-party website doesn't make version information readily available,
# so we check the `head` repository tags instead.
livecheck do
url :head
regex(/^v?(\d+(?:\.\d+)+)$/i)
end
bottle do
sha256 cellar: :any, arm64_monterey: "0544a49e767eb9e5135dd426b5cb2110e85f06afb1255f785ea6c310dcffe2fa"
sha256 cellar: :any, arm64_big_sur: "1895365576eb6109f0f4fad292aeb317143782c4ba5f01b4d6959bfc24ed974e"
sha256 cellar: :any, monterey: "8e3ca442b7c1069e0de861f8ac49b810101e019252cf445dca12012c4e096177"
sha256 cellar: :any, big_sur: "accde8d7b8254c35021116cc4d711efa362058179a568124e3239efa865fecdf"
sha256 cellar: :any, catalina: "597963f49f9ae42d663a09bdfb91fe590d6e73a4be6bdfe35cfbe346050c57a3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "13fccb27c51054a55d950b08624ae10528773d27d6d080069ca7bc5a060b21f7"
end
depends_on "cmake" => [:build, :test]
depends_on "ninja" => :build
depends_on "node" => :build
depends_on "pkg-config" => :build
depends_on xcode: :build
depends_on "assimp"
depends_on "brotli"
depends_on "dbus"
depends_on "double-conversion"
depends_on "freetype"
depends_on "glib"
depends_on "hunspell"
depends_on "icu4c"
depends_on "jasper"
depends_on "jpeg"
depends_on "libb2"
depends_on "libmng"
depends_on "libpng"
depends_on "libtiff"
depends_on "md4c"
depends_on "pcre2"
depends_on "python@3.9"
depends_on "sqlite"
depends_on "webp"
depends_on "zstd"
uses_from_macos "bison" => :build
uses_from_macos "flex" => :build
uses_from_macos "gperf" => :build
uses_from_macos "perl" => :build
uses_from_macos "cups"
uses_from_macos "krb5"
uses_from_macos "zlib"
on_linux do
depends_on "at-spi2-core"
# TODO: depends_on "bluez"
# TODO: depends_on "ffmpeg"
depends_on "fontconfig"
depends_on "gcc"
depends_on "gperf"
depends_on "gstreamer"
# TODO: depends_on "gypsy"
depends_on "harfbuzz"
# TODO: depends_on "libevent"
depends_on "libxkbcommon"
depends_on "libice"
depends_on "libsm"
depends_on "libxcomposite"
depends_on "libdrm"
# TODO: depends_on "libvpx"
# TODO: depends_on "little-cms2"
depends_on "mesa"
# TODO: depends_on "minizip"
# TODO: depends_on "opus"
depends_on "pulseaudio"
# TODO: depends_on "re2"
depends_on "sdl2"
# TODO: depends_on "snappy"
depends_on "systemd"
depends_on "xcb-util"
depends_on "xcb-util-image"
depends_on "xcb-util-keysyms"
depends_on "xcb-util-renderutil"
depends_on "xcb-util-wm"
depends_on "wayland"
end
fails_with gcc: "5"
# Fix build with assimp 5.1.
# Remove with 6.3.
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/0bfbbefc45142ec9be248ed66229782138bc7bc1/qt/qtquick3d-assimp-5.1.patch"
sha256 "31ae338ebcea3e423f3f10b9bc470ba3b46b0e35dd2b5ae1c067025f6bc0c109"
directory "qtquick3d"
end
# Remove symlink check causing build to bail out and fail.
# https://gitlab.kitware.com/cmake/cmake/-/issues/23251
patch do
url "https://raw.githubusercontent.com/Homebrew/formula-patches/c363f0edf9e90598d54bc3f4f1bacf95abbda282/qt/qt_internal_check_if_path_has_symlinks.patch"
sha256 "1afd8bf3299949b2717265228ca953d8d9e4201ddb547f43ed84ac0d7da7a135"
directory "qtbase"
end
# Patch for https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25255
patch do
url "https://download.qt.io/official_releases/qt/6.2/CVE-2022-25255-qprocess6-2.diff"
sha256 "62068c168dd1fde7fa7b0b574fcb692ca0c20e44165fa2aafae586ca199b9f00"
directory "qtbase"
end
def install
# FIXME: GN requires clang in clangBasePath/bin
inreplace "qtwebengine/src/3rdparty/chromium/build/toolchain/mac/BUILD.gn",
'rebase_path("$clang_base_path/bin/", root_build_dir)', '""'
# FIXME: See https://bugreports.qt.io/browse/QTBUG-89559
# and https://codereview.qt-project.org/c/qt/qtbase/+/327393
# It is not friendly to Homebrew or macOS
# because on macOS `/tmp` -> `/private/tmp`
inreplace "qtwebengine/src/3rdparty/gn/src/base/files/file_util_posix.cc",
"FilePath(full_path)", "FilePath(input)"
%w[
qtwebengine/cmake/Gn.cmake
qtwebengine/cmake/Functions.cmake
qtwebengine/src/core/api/CMakeLists.txt
qtwebengine/src/CMakeLists.txt
qtwebengine/src/gn/CMakeLists.txt
qtwebengine/src/process/CMakeLists.txt
].each { |s| inreplace s, "REALPATH", "ABSOLUTE" }
config_args = %W[
-release
-prefix #{HOMEBREW_PREFIX}
-extprefix #{prefix}
-archdatadir share/qt
-datadir share/qt
-examplesdir share/qt/examples
-testsdir share/qt/tests
-no-feature-relocatable
-system-sqlite
-no-sql-mysql
-no-sql-odbc
-no-sql-psql
]
config_args << "-sysroot" << MacOS.sdk_path.to_s if OS.mac?
# TODO: Enable qtwebengine on Linux when qt's chromium >= 93
# NOTE: `chromium` should be built with the latest SDK because it uses
# `___builtin_available` to ensure compatibility.
config_args << "-skip" << "qtwebengine" if OS.linux? || (DevelopmentTools.clang_build_version <= 1200)
cmake_args = std_cmake_args(install_prefix: HOMEBREW_PREFIX, find_framework: "FIRST") + %W[
-DCMAKE_OSX_DEPLOYMENT_TARGET=#{MacOS.version}
-DINSTALL_MKSPECSDIR=share/qt/mkspecs
-DFEATURE_pkg_config=ON
]
if OS.linux?
# Explicitly specify QT_BUILD_INTERNALS_RELOCATABLE_INSTALL_PREFIX so
# that cmake does not think $HOMEBREW_PREFIX/lib is the install prefix.
cmake_args << "-DQT_BUILD_INTERNALS_RELOCATABLE_INSTALL_PREFIX=#{prefix}"
# Change default mkspec for qmake on Linux to use brewed GCC
inreplace "qtbase/mkspecs/common/g++-base.conf", "$${CROSS_COMPILE}gcc", ENV.cc
inreplace "qtbase/mkspecs/common/g++-base.conf", "$${CROSS_COMPILE}g++", ENV.cxx
end
system "./configure", *config_args, "--", *cmake_args
system "cmake", "--build", "."
system "cmake", "--install", "."
rm bin/"qt-cmake-private-install.cmake"
inreplace lib/"cmake/Qt6/qt.toolchain.cmake", Superenv.shims_path, ""
# The pkg-config files installed suggest that headers can be found in the
# `include` directory. Make this so by creating symlinks from `include` to
# the Frameworks' Headers folders.
# Tracking issues:
# https://bugreports.qt.io/browse/QTBUG-86080
# https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6363
lib.glob("*.framework") do |f|
# Some config scripts will only find Qt in a "Frameworks" folder
frameworks.install_symlink f
include.install_symlink f/"Headers" => f.stem
end
if OS.mac?
bin.glob("*.app") do |app|
libexec.install app
bin.write_exec_script libexec/app.basename/"Contents/MacOS"/app.stem
end
end
end
test do
(testpath/"CMakeLists.txt").write <<~EOS
cmake_minimum_required(VERSION #{Formula["cmake"].version})
project(test VERSION 1.0.0 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)
find_package(Qt6 COMPONENTS Core Widgets Sql Concurrent
3DCore Svg Quick3D Network NetworkAuth REQUIRED)
add_executable(test
main.cpp
)
target_link_libraries(test PRIVATE Qt6::Core Qt6::Widgets
Qt6::Sql Qt6::Concurrent Qt6::3DCore Qt6::Svg Qt6::Quick3D
Qt6::Network Qt6::NetworkAuth
)
EOS
(testpath/"test.pro").write <<~EOS
QT += core svg 3dcore network networkauth quick3d \
sql
TARGET = test
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp
EOS
(testpath/"main.cpp").write <<~EOS
#undef QT_NO_DEBUG
#include <QCoreApplication>
#include <Qt3DCore>
#include <QtQuick3D>
#include <QImageReader>
#include <QtNetworkAuth>
#include <QtSql>
#include <QtSvg>
#include <QDebug>
#include <iostream>
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
QSvgGenerator generator;
auto *handler = new QOAuthHttpServerReplyHandler();
delete handler; handler = nullptr;
auto *root = new Qt3DCore::QEntity();
delete root; root = nullptr;
Q_ASSERT(QSqlDatabase::isDriverAvailable("QSQLITE"));
const auto &list = QImageReader::supportedImageFormats();
for(const char* fmt:{"bmp", "cur", "gif",
#ifdef __APPLE__
"heic", "heif",
#endif
"icns", "ico", "jp2", "jpeg", "jpg", "pbm", "pgm", "png",
"ppm", "svg", "svgz", "tga", "tif", "tiff", "wbmp", "webp",
"xbm", "xpm"}) {
Q_ASSERT(list.contains(fmt));
}
return 0;
}
EOS
system "cmake", testpath
system "make"
system "./test"
ENV.delete "CPATH" unless MacOS.version <= :mojave
system bin/"qmake", testpath/"test.pro"
system "make"
system "./test"
end
end