Search Criteria
Package Details: qt5-pmp-declarative 5.9.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/qt5-pmp-declarative.git (read-only, click to copy) |
|---|---|
| Package Base: | qt5-pmp-declarative |
| Description: | Classes for QML and JavaScript languages (for plex-media-player) |
| Upstream URL: | http://qt-project.org/ |
| Keywords: | 2018 broken eol to-be-deleted unneeded |
| Licenses: | custom, GPL3, LGPL3, FDL |
| Groups: | qt5-pmp |
| Submitter: | degeberg |
| Maintainer: | None |
| Last Packager: | degeberg |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-08-26 15:12 (UTC) |
| Last Updated: | 2018-08-26 15:12 (UTC) |
Dependencies (3)
- qt5-pmp-xmlpatternsAUR
- cmake (cmake3AUR, cmake-gitAUR) (make)
- python2AUR (python2-binAUR, stackless2AUR) (make)
Latest Comments
jhenson commented on 2018-08-31 17:33 (UTC)
Thanks for the info knowlesy. I'm building in a clean chroot and had the same problem. I was able to build the package by changing the 'make' line to 'LD_LIBRARY_PATH=/opt/qt5-pmp/usr/lib:$LD_LIBRARY_PATH make'
knowlesy commented on 2018-08-28 09:02 (UTC)
The problem occurs on a fresh arch install. The error I was getting was that during compile time it couldn't find the shared object libqt5core.so.5 since qt5-pmp-* is installed in a non-standard location.
The workaround was to set the library path: export LD_LIBRARY_PATH=/opt/qt5-pmp/usr/lib:$LD_LIBRARY_PATH
And then the install went fine
degeberg commented on 2018-08-27 09:01 (UTC)
It should depend on qt5-pmp-xmlpatterns, which depends on qt5-pmp-base.
What error do you get?
knowlesy commented on 2018-08-27 08:53 (UTC)
I was unable to install this without qt5-base. Does this need to be a dependency?