Search Criteria
Package Details: qt3dstudio-git 2b75758-2
Git Clone URL: | https://aur.archlinux.org/qt3dstudio-git.git (read-only, click to copy) |
---|---|
Package Base: | qt3dstudio-git |
Description: | A world class 3D User Interface design tool. |
Upstream URL: | https://doc.qt.io/qt3dstudio |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | gustawho |
Maintainer: | None |
Last Packager: | gustawho |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-11-30 19:03 |
Last Updated: | 2017-11-30 19:40 |
Dependencies (6)
Required by (0)
Sources (7)
- git+https://code.qt.io/qt3dstudio/qt3dstudio-collada-dom.git
- git+https://code.qt.io/qt3dstudio/qt3dstudio-eastl.git
- git+https://code.qt.io/qt3dstudio/qt3dstudio-lua.git
- git+https://code.qt.io/qt3dstudio/qt3dstudio-pcre.git
- git+https://code.qt.io/qt3dstudio/qt3dstudio.git
- org.qt-project.qt3dstudio.desktop
- QtProject-Qt3DStudio.png
Latest Comments
Kunda commented on 2019-10-06 19:25
ajays commented on 2018-01-02 08:07
Build fails with same error as brauliobo, i.e
Failed to clone 'src/Runtime/qt3d-runtime' a second time, aborting
brauliobo commented on 2017-12-23 14:55
Got these errors: fatal: repository '/tmp/braulio/yaourt-tmp-braulio/aur-qt3dstudio-git/qt3d-runtime.git' does not exist fatal: clone of '/tmp/braulio/yaourt-tmp-braulio/aur-qt3dstudio-git/qt3d-runtime.git' into submodule path '/tmp/braulio/yaourt-tmp-braulio/aur-qt3dstudio-git/src/qt3dstudio/src/Runtime/qt3d-runtime' failed Failed to clone 'src/Runtime/qt3d-runtime'. Retry scheduled fatal: repository '/tmp/braulio/yaourt-tmp-braulio/aur-qt3dstudio-git/qt3d-runtime.git' does not exist fatal: clone of '/tmp/braulio/yaourt-tmp-braulio/aur-qt3dstudio-git/qt3d-runtime.git' into submodule path '/tmp/braulio/yaourt-tmp-braulio/aur-qt3dstudio-git/src/qt3dstudio/src/Runtime/qt3d-runtime' failed Failed to clone 'src/Runtime/qt3d-runtime' a second time, aborting
ajays commented on 2017-12-15 06:00
@gustawho qt3dstudio depends on QT Quick Controls 2.
Compiling on a Manjaro-XFCE system aborted as it did not quickcontrols 2 installed by default. Worked after I manually installed the same
Compiled fine on a Manjaro-KDE manchine on first try as it probably had the package already installed
Thanks for the build script
gustawho commented on 2017-12-03 20:36
@linarcx The MD5 sum of fbx-sdk, the package that failed to be validated, is incorrect and the PKGBUILD itself is outdated. I suggest you to use this one instead: https://goo.gl/y2xsA5
If you don't know how to use it, just download it or copy/paste the content of it as plain text, then open a terminal, go to the folder where the file is stored, and run: makepkg -i
You can achieve this using the following commands:
mkdir /tmp/fbx-sdk && cd /tmp/fbx-sdb && wget -O PKGBUILD https://paste.kde.org/pvjvpjarp/rswtps/raw && makepkg -i
linarcx commented on 2017-12-03 20:20
Proceed with installation? [Y/n] y <br> Edit fbx-sdk PKGBUILD with $EDITOR? [Y/n] n <br> Edit fbx-sdk.install with $EDITOR? [Y/n] n <br> ==> Making package: fbx-sdk 2017.0.1-1 (Sun Dec 3 23:48:48 +0330 2017) <br> ==> Checking runtime dependencies... <br> ==> Checking buildtime dependencies... <br> ==> Retrieving sources... -> Found fbx20170_1_fbxsdk_linux.tar.gz ==> Validating source files with md5sums... fbx20170_1_fbxsdk_linux.tar.gz ... FAILED ==> ERROR: One or more files did not pass the validity check! The build failed. Dependencies for `qt3dstudio-git' are not met, not building...