Search Criteria
Package Details: guayadeque-git 0.5.2.r0.gca56337c-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/guayadeque-git.git (read-only, click to copy) |
---|---|
Package Base: | guayadeque-git |
Description: | Lightweight music player |
Upstream URL: | https://github.com/thothix/guayadeque |
Keywords: | multimedia music player |
Licenses: | GPL-3.0-only |
Conflicts: | guayadeque |
Provides: | guayadeque |
Submitter: | strubbl |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 12 |
Popularity: | 0.000000 |
First Submitted: | 2016-05-15 18:56 (UTC) |
Last Updated: | 2024-09-30 16:08 (UTC) |
Dependencies (11)
- gst-plugins-base (gst-plugins-base-gitAUR)
- gst-plugins-good (gst-plugins-good-gitAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- taglib (taglib-gitAUR)
- wxsqlite3
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gst-libav (gst-libav-gitAUR) (optional) – additional codecs
- gst-plugins-bad (gst-plugins-bad-gitAUR) (optional) – additional codecs
- gst-plugins-ugly (gst-plugins-ugly-gitAUR) (optional) – additional codecs
Latest Comments
1 2 3 Next › Last »
Moxon commented on 2020-06-13 09:14 (UTC)
https://github.com/anonbeat/guayadeque/pull/100 is fixed by now
spsf64 commented on 2020-05-20 07:18 (UTC)
@strubbl thanks for responding, hope it gets fixed upstream.
strubbl commented on 2020-05-19 19:04 (UTC)
I added jsoncpp to the dependencies. But i did not push that change to the aur yet, because otherwise all people will run into this build error.
I filed a pull request to report this issue to the project: https://github.com/anonbeat/guayadeque/pull/100
After this gets merged or fixed otherwise, i am going to push the jsoncpp-related change.
spsf64 commented on 2020-05-19 17:24 (UTC) (edited on 2020-05-19 17:25 (UTC) by spsf64)
@strubbl, yes, I think "jsoncpp" should be listed as dependency... Anyway, I cannot build as of today, it errors out: make[2]: [src/CMakeFiles/guayadeque.dir/build.make:902: src/CMakeFiles/guayadeque.dir/ui/jamendo/Jamendo.cpp.o] Error 1 make[2]: Waiting for unfinished jobs.... make[1]: [CMakeFiles/Makefile2:804: src/CMakeFiles/guayadeque.dir/all] Error 2 make: [Makefile:150: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...
strubbl commented on 2020-05-10 17:31 (UTC) (edited on 2020-05-10 18:02 (UTC) by strubbl)
jsoncpp is required by cmake [0] and should be installed during build process and it is checked for in the CmakeLists [1]. Why is it uninstalled afterwards at your PC?
[0] https://www.archlinux.org/packages/extra/x86_64/cmake/
[1] https://github.com/anonbeat/guayadeque/blob/ec645f2ec6ce7d0100fcb463325d6fd23888caa0/CMakeLists.txt#L103
Do you think, i should add it to the depends list in the PKGBUILD?
spsf64 commented on 2020-05-09 16:29 (UTC)
@FabioLolix, just tried again with fully updated system, same error... When I install jsoncpp guayadeque starts fine. Does it work for you without jsoncpp?
FabioLolix commented on 2020-05-09 16:22 (UTC)
guayadeque need to be recompiled against the new jsoncpp version, then will work again
spsf64 commented on 2020-05-09 16:01 (UTC)
Received this error with latest git: guayadeque: error while loading shared libraries: libjsoncpp.so.22: cannot open shared object file: No such file or directory. If "jsoncpp" is installed, it works fine...
strubbl commented on 2019-06-09 16:34 (UTC)
@sleepywitti no, it is part of base-devel which is a requirement, which you should have already installed if you use aur packages. see https://wiki.archlinux.org/index.php/PKGBUILD#makedepends
twitt commented on 2019-06-09 14:03 (UTC)
I got the following error during compilation: -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Installing
pkgconf
fixes the error. Maybepkgconf
should be added tomakedepends
.1 2 3 Next › Last »