That sounds great. Starred.
Search Criteria
Package Details: mingw-w64-qt5-declarative 5.15.15+kde+r25-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mingw-w64-qt5-declarative.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-qt5-declarative |
Description: | Classes for QML and JavaScript languages (mingw-w64) |
Upstream URL: | https://www.qt.io/ |
Licenses: | custom, GPL3, LGPL3, FDL |
Groups: | mingw-w64-qt5 |
Submitter: | ant32 |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2013-08-28 23:58 (UTC) |
Last Updated: | 2024-09-10 21:19 (UTC) |
Dependencies (6)
- mingw-w64-qt5-baseAUR
- git (git-gitAUR, git-glAUR) (make)
- mingw-w64-gcc (mingw-w64-gcc132AUR, llvm-mingw-w64-toolchain-ucrt-binAUR, llvm-mingw-w64-toolchain-msvcrt-binAUR) (make)
- mingw-w64-pkg-configAUR (llvm-mingw-w64-pkg-configAUR) (make)
- mingw-w64-vulkan-headersAUR (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (31)
- mingw-w64-ki18n
- mingw-w64-qt5-3d
- mingw-w64-qt5-activeqt (make)
- mingw-w64-qt5-canvas3d
- mingw-w64-qt5-charts (make)
- mingw-w64-qt5-charts (optional)
- mingw-w64-qt5-connectivity (make)
- mingw-w64-qt5-datavis3d (make)
- mingw-w64-qt5-datavis3d (optional)
- mingw-w64-qt5-declarative-static
- mingw-w64-qt5-gamepad (make)
- mingw-w64-qt5-gamepad (optional)
- mingw-w64-qt5-graphicaleffects
- mingw-w64-qt5-location
- mingw-w64-qt5-multimedia
- mingw-w64-qt5-quickcontrols
- mingw-w64-qt5-quickcontrols2
- mingw-w64-qt5-remoteobjects (make)
- mingw-w64-qt5-remoteobjects (optional)
- mingw-w64-qt5-scxml
- Show 11 more...
Sources (4)
Latest Comments
« First ‹ Previous 1 2
ohmyarch commented on 2016-04-18 00:59 (UTC) (edited on 2016-04-18 04:12 (UTC) by ohmyarch)
Martchus commented on 2016-04-17 17:38 (UTC) (edited on 2016-04-17 18:06 (UTC) by Martchus)
The current version built for me, but I'll add your changes as I think it won't hurt.
By the way, if you like you can contribute directly at GitHub: https://github.com/Martchus/PKGBUILDs
ohmyarch commented on 2016-04-17 14:24 (UTC) (edited on 2016-04-17 14:29 (UTC) by ohmyarch)
build flags are default.
chroot is clean.
dependencies: mingw-w64-qt5-base is built from aur.
I just add one line "find ./tools -type f -exec sed -i "s|-L/usr/${_arch}/lib -lQt5Bootstrap|/usr/lib/libstdc++.so.6 /usr/lib/libm.so -L/usr/${_arch}/lib -lQt5Bootstrap|g" {} \;" to build().Then the problem is solved.
My PKGBUILD: http://paste.ubuntu.com/15896085/
Martchus commented on 2016-04-17 13:20 (UTC)
Seems like a dynamic shared object is required but hasn't been specified. I might try to reproduce it later but in general I'm able to build. See also my binary repository: https://martchus.no-ip.biz/repo/arch/ownstuff/os/x86_64/
Which build flags did you set in /etc/makepkg.conf?
Do you build in a clean chroot? If not, I would recommend to do so.
Do you use current versions of all dependencies?
ohmyarch commented on 2016-04-17 12:29 (UTC)
g++ -Wl,--gc-sections -Wl,-rpath,/usr/i686-w64-mingw32/lib -o ../../bin/qmlimportscanner .obj/main.o -L/home/michael/.cache/pacaur/mingw-w64-qt5-declarative/src/qtdeclarative-opensource-src-5.6.0/build-i686-w64-mingw32/lib -lQt5QmlDevTools -L/usr/i686-w64-mingw32/lib -lQt5Bootstrap -lpthread
/usr/bin/ld: .obj/main.o: undefined reference to symbol '_ZTVN10__cxxabiv117__class_type_infoE@@CXXABI_1.3'
/usr/lib/libstdc++.so.6: error adding symbols: DSO missing from command line
collect2: error:ld returned 1
Makefile:102: recipe for target '../../bin/qmlimportscanner' failed
make[2]: *** [../../bin/qmlimportscanner] Error 1
make[2]: Leaving directory '/home/michael/.cache/pacaur/mingw-w64-qt5-declarative/src/qtdeclarative-opensource-src-5.6.0/build-i686-w64-mingw32/tools/qmlimportscanner'
Makefile:71: recipe for target 'sub-qmlimportscanner-make_first' failed
make[1]: *** [sub-qmlimportscanner-make_first] Error 2
ant32 commented on 2013-10-28 16:51 (UTC)
added staticlibs and removed !libtool
repo and binaries https://sourceforge.net/p/mingw-w64-archlinux/wiki
ant32 commented on 2013-10-08 00:22 (UTC)
Created an updated PKGBUILD https://github.com/ant32/pkgbuild/blob/master/mingw-w64-qt5-declarative/PKGBUILD. I'll probably upload the updated PKGBUILD tomorrow. I want to test it a bit more tomorrow yet. If someone could confirm that it works I'd love to hear it.
Thank you @xantares for the comment! :)
xantares commented on 2013-10-07 19:12 (UTC)
Hi,
There are useless libtool (.la) files in arch/lib, please add !libtool option
x.
ant32 commented on 2013-08-15 22:09 (UTC)
I have created a Qt 5.1.0 src tarball http://db.tt/cSZtSkKG. I have not tested other then that it seemed to compile fine. Here is the link to the compiled package http://db.tt/gu57vTUZ. Download other compiled mingw-w64 packages at http://arch.linuxx.org.
Pinned Comments
Martchus commented on 2016-07-10 19:38 (UTC)