Search Criteria
Package Details: lgogdownloader 3.7-2
Git Clone URL: | https://aur.archlinux.org/lgogdownloader.git (read-only, click to copy) |
---|---|
Package Base: | lgogdownloader |
Description: | Open source downloader for GOG.com games, uses the GOG.com API |
Upstream URL: | https://sites.google.com/site/gogdownloader/ |
Keywords: | games gaming gog gog.com |
Licenses: | |
Submitter: | tea |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 70 |
Popularity: | 0.29 |
First Submitted: | 2012-08-01 22:40 |
Last Updated: | 2020-12-06 22:17 |
Dependencies (9)
- boost-libs (boost171, boost-libs-git)
- htmlcxx
- jsoncpp (jsoncpp-git)
- qt5-webengine
- rhash (rhash-git)
- tinyxml2 (tinyxml2-git)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- help2man (help2man-git) (make)
Required by (29)
- games_nebula
- gog-7-billion-humans (make)
- gog-cuphead (make)
- gog-darkest-dungeon (make)
- gog-factorio (make)
- gog-ftl (make)
- gog-heroes-of-might-and-magic-3-complete-edition (make)
- gog-jazz-jackrabbit-2-christmas-chronicles (make)
- gog-jazz-jackrabbit-2-secret-files (make)
- gog-moo (make)
- gog-moo-ii (make)
- gog-pine (make)
- gog-shortest-trip-to-earth (make)
- gog-space-haven (make)
- gog-stellaris (make)
- gog-stellaris-anniversary-portraits (make)
- gog-stellaris-horizon-signal (make)
- gog-sudden-strike-4 (make)
- gog-sudden-strike-4-africa-desert-war (make)
- gog-sudden-strike-4-battle_of_kursk (make)
- gog-sudden-strike-4-finland_winter_storm (make)
- gog-sudden-strike-4-road-to-dunkirk (make)
- gog-sudden-strike-4-the-pacific-war (make)
- gog-thimbleweedpark (make)
- gog-we-are-the-dwarves (make)
- heretic-data-gog (make)
- hexdd-data-gog (make)
- hexen-data-gog (make)
- hexen2-data-gog (make)
Latest Comments
1 2 3 4 5 6 Next › Last »
Lukas1818 commented on 2020-08-20 21:25
@maln0ir I got the same error. A clean build of lgogdownloader did fix it. It seems you musst rebuild lgogdownloader, because the jsoncpp libary has been changed.
maln0ir commented on 2020-07-25 12:18
I get this error after installing:
lgogdownloader: error while loading shared libraries: libjsoncpp.so.22: cannot open shared object file: No such file or directory
I have `jsoncpp` package installed, but it doesn't contain that lib:
$ pacman -Ql jsoncpp | grep libjsoncpp
jsoncpp /usr/lib/libjsoncpp.a
jsoncpp /usr/lib/libjsoncpp.so
jsoncpp /usr/lib/libjsoncpp.so.24
Rebuilding `lgogdownloader` package doesn't fix this, for some reason. `ldd` clearly shows that `lgogdownloader` wants `libjsoncpp.so.22` lib:
$ ldd /usr/bin/lgogdownloader | grep libjsoncpp
libjsoncpp.so.22 => not found
One workaround is to create symlink, but I believe it should work without it.
ln -s /usr/lib/libjsoncpp.so.{24,22}
Edit: hmmm, formating seems to not work...
FabioLolix commented on 2020-04-12 15:17
I'm interested in maintaining lgogdownloader pkgbuilds
nirnakinho commented on 2020-04-12 13:25
I've manually updated the PKGBUILD to upstream release 3.7, that builds cleanly.
It seems the maintainer has lost interest in keeping this up-to-date, perhaps he or she can orphan the package so that other can take charge...
bwrsandman commented on 2020-03-18 10:30
I would flag out of date if it weren't already. Version 3.6 has been out for 3 days.
https://sites.google.com/site/gogdownloader/lgogdownloader-3.6.tar.gz sha256: 95dc314159e5bde638e0f2e78b0ba66dea935d0fa0047eefd055e05f7aa25ac1 md5: 549d2be9f9161a86f1152d98f0431a4e
Whovian9369 commented on 2019-11-05 14:38
Seeing as Google Code itself isn't really a supported platform anymore, both by Google itself and the lgogdownloader folks, may I suggest updating the package Source to https://github.com/Sude-/lgogdownloader/releases/latest and its appropriate version numbers, etc?
Especially with the recent commits in the Github repo, and all.
Moviuro commented on 2019-04-19 21:40
@lazycrypt : +'gogdownloader::/usr/bin/lgogdownloader --download-file=%u -o %o'
@tea : maybe add a .install file like the one I did for factorio-dl? https://aur.archlinux.org/cgit/aur.git/tree/factorio-dl.install?h=factorio-dl
lazycrypt commented on 2018-12-18 16:53
Are there any insturctions on how to add lgogdownloader to makepkg.conf? I've checked online and couldn't really find anything useful.
fbis251 commented on 2018-02-11 08:14
Please add armv7h to the supported architectures
sosonok commented on 2018-02-10 23:25
With boost-libs 1.66, lgogdownloader is broken again.