mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 11:38:52 +02:00
Qt6, bump to (disabled) 6.10.2 (#13862)
This commit is contained in:
@@ -4,14 +4,14 @@ used for developing software with a graphical user interface, and also used \
|
||||
for developing non-GUI programs such as command-line tools and consoles for \
|
||||
servers."
|
||||
HOMEPAGE="https://qt.io/"
|
||||
COPYRIGHT="2015-2025 The Qt Company Ltd."
|
||||
COPYRIGHT="2015-2026 The Qt Company Ltd."
|
||||
LICENSE="GNU LGPL v2.1
|
||||
GNU LGPL v3
|
||||
GNU FDL v1"
|
||||
REVISION="1"
|
||||
QT_MIRROR_URI="https://qt-mirror.dannhauer.de/archive"
|
||||
QT_MIRROR_URI="https://download.qt.io/official_releases"
|
||||
SOURCE_URI="$QT_MIRROR_URI/qt/${portVersion%.*}/$portVersion/submodules/qtlottie-everywhere-src-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="d4ba1614a587a279266036b1b08ac854718458fdd39708b37afde74f0b4afabe"
|
||||
CHECKSUM_SHA256="a5d86b7a07833a0f2bd203042bbc156ec6588fd957f00a3c166788410ea4028c"
|
||||
SOURCE_DIR="qtlottie-everywhere-src-$portVersion"
|
||||
|
||||
ARCHITECTURES="?all !x86_gcc2"
|
||||
@@ -22,7 +22,9 @@ libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
qt6_lottie$secondaryArchSuffix = $portVersion compat >= 6
|
||||
lib:libQt6Bodymovin$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libQt6Lottie$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libQt6LottieVectorImageGenerator$secondaryArchSuffix = $libVersionCompat
|
||||
lib:libQt6LottieVectorImageHelpers$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -39,7 +41,9 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
qt6_lottie${secondaryArchSuffix}_devel = $portVersion compat >= 6
|
||||
devel:libQt6Bodymovin$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libQt6Lottie$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libQt6LottieVectorImageGenerator$secondaryArchSuffix = $libVersionCompat
|
||||
devel:libQt6LottieVectorImageHelpers$secondaryArchSuffix = $libVersionCompat
|
||||
"
|
||||
REQUIRES_devel="
|
||||
qt6_lottie$secondaryArchSuffix == $portVersion base
|
||||
@@ -55,6 +59,8 @@ BUILD_REQUIRES="
|
||||
devel:libQt6Qml$secondaryArchSuffix == $portVersion
|
||||
devel:libQt6QmlModels$secondaryArchSuffix == $portVersion
|
||||
devel:libQt6Quick$secondaryArchSuffix == $portVersion
|
||||
devel:libQt6QuickShapes$secondaryArchSuffix == $portVersion
|
||||
devel:libQt6QuickVectorImage$secondaryArchSuffix == $portVersion
|
||||
devel:libssl$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
@@ -64,7 +70,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:find
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:ninja
|
||||
cmd:perl
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
@@ -93,7 +98,10 @@ INSTALL()
|
||||
ninja -C build install
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libQt6Bodymovin
|
||||
libQt6Lottie \
|
||||
libQt6LottieVectorImageGenerator \
|
||||
libQt6LottieVectorImageHelpers
|
||||
fixPkgconfig
|
||||
|
||||
cd $libDir
|
||||
for i in lib*.so.6.*;do
|
||||
Reference in New Issue
Block a user