Package Details: guayadeque-git 0.7.0.r0.ge16e8d5e-1

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: 2025-02-23 11:03 (UTC)

Pinned Comments

FabioLolix commented on 2026-08-06 20:15 (UTC)

Latest Comments

1 2 3 4 Next › Last »

FabioLolix commented on 2026-08-06 20:17 (UTC)

The issue with the codeberg repository have been solved; meanwhile the AUR is blocked the updated pkbuild is on my github (and the main place where I maintain them)

FabioLolix commented on 2026-08-06 20:15 (UTC)

FabioLolix commented on 2026-07-24 05:36 (UTC)

The codeberg repo don't work see https://codeberg.org/thothix/guayadeque/issues/104

Aroun commented on 2026-07-24 00:08 (UTC)

@FabioLolix Guayadeque project has been migrated to Codeberg and the Github repository was archived.

The new project repository is at:

https://codeberg.org/thothix/guayadeque

Source code until 0.7.5 is still available read-only in Github by now.

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?