mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
qt6_quick3d: bump version
This commit is contained in:
@@ -4,13 +4,13 @@ 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 \
|
for developing non-GUI programs such as command-line tools and consoles for \
|
||||||
servers."
|
servers."
|
||||||
HOMEPAGE="https://qt.io/"
|
HOMEPAGE="https://qt.io/"
|
||||||
COPYRIGHT="2015-2022 The Qt Company Ltd."
|
COPYRIGHT="2015-2023 The Qt Company Ltd."
|
||||||
LICENSE="GNU LGPL v2.1
|
LICENSE="GNU LGPL v2.1
|
||||||
GNU LGPL v3
|
GNU LGPL v3
|
||||||
GNU FDL v1"
|
GNU FDL v1"
|
||||||
REVISION="1"
|
REVISION="1"
|
||||||
SOURCE_URI="https://download.qt.io/official_releases/qt/${portVersion%.*}/$portVersion/submodules/qtquick3d-everywhere-src-$portVersion.tar.xz"
|
SOURCE_URI="https://download.qt.io/official_releases/qt/${portVersion%.*}/$portVersion/submodules/qtquick3d-everywhere-src-$portVersion.tar.xz"
|
||||||
CHECKSUM_SHA256="f10a1660d4d4103f0749f258eddce4d4878fa7bbbc5e610a900bef28adf017ec"
|
CHECKSUM_SHA256="9b590429ca98b5cc8cec4df2efa3775e9f11ed8260d123e95f3c0fc37f3772a5"
|
||||||
SOURCE_DIR="qtquick3d-everywhere-src-$portVersion"
|
SOURCE_DIR="qtquick3d-everywhere-src-$portVersion"
|
||||||
|
|
||||||
ARCHITECTURES="all !x86_gcc2"
|
ARCHITECTURES="all !x86_gcc2"
|
||||||
@@ -88,7 +88,7 @@ BUILD_PREREQUIRES="
|
|||||||
cmd:ninja
|
cmd:ninja
|
||||||
cmd:perl
|
cmd:perl
|
||||||
cmd:pkg_config$secondaryArchSuffix
|
cmd:pkg_config$secondaryArchSuffix
|
||||||
cmd:python3.7
|
cmd:python3
|
||||||
cmd:sed
|
cmd:sed
|
||||||
cmd:xargs
|
cmd:xargs
|
||||||
"
|
"
|
||||||
@@ -103,16 +103,30 @@ BUILD()
|
|||||||
|
|
||||||
find -name cmake_install.cmake -exec sed -i "s|set(CMAKE_INSTALL_PREFIX.*|set(CMAKE_INSTALL_PREFIX \"$prefix\")|" {} \;
|
find -name cmake_install.cmake -exec sed -i "s|set(CMAKE_INSTALL_PREFIX.*|set(CMAKE_INSTALL_PREFIX \"$prefix\")|" {} \;
|
||||||
|
|
||||||
ninja -C build $jobArgs
|
ninja -v -C build $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
ninja -C build install
|
ninja -C build install
|
||||||
|
|
||||||
prepareInstalledDevelLibs libQt6Quick3D libQt6Quick3DAssetImport libQt6Quick3DAssetUtils \
|
prepareInstalledDevelLibs \
|
||||||
libQt6Quick3DEffects libQt6Quick3DGlslParser libQt6Quick3DHelpers libQt6Quick3DIblBaker \
|
libQt6Quick3D \
|
||||||
libQt6Quick3DParticleEffects libQt6Quick3DParticles libQt6Quick3DRuntimeRender libQt6Quick3DUtils
|
libQt6Quick3DAssetImport \
|
||||||
|
libQt6Quick3DAssetUtils \
|
||||||
|
libQt6Quick3DEffects \
|
||||||
|
libQt6Quick3DGlslParser \
|
||||||
|
libQt6Quick3DHelpers \
|
||||||
|
libQt6Quick3DIblBaker \
|
||||||
|
libQt6Quick3DParticleEffects \
|
||||||
|
libQt6Quick3DParticles \
|
||||||
|
libQt6Quick3DRuntimeRender \
|
||||||
|
libQt6Quick3DUtils
|
||||||
|
|
||||||
|
# fix pkgconfig files
|
||||||
|
fixPkgconfig
|
||||||
|
sed -i "s|includedir=.*|includedir=$includeDir/Qt6|" \
|
||||||
|
$developLibDir/pkgconfig/*.pc
|
||||||
|
|
||||||
cd $libDir
|
cd $libDir
|
||||||
for i in lib*.so.6.*;do
|
for i in lib*.so.6.*;do
|
||||||
Reference in New Issue
Block a user