Please also include the man page in the package.
Search Criteria
Package Details: lgogdownloader 3.15-2
Package Actions
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: | WTFPL |
Submitter: | tea |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 75 |
Popularity: | 0.68 |
First Submitted: | 2012-08-01 22:40 (UTC) |
Last Updated: | 2024-09-29 13:40 (UTC) |
Dependencies (12)
- boost-libs
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- jsoncpp (jsoncpp-cmake-gitAUR, jsoncpp-cmakeAUR, jsoncpp-gitAUR)
- libboost_filesystem.so (boost183-libsAUR, boost-libs)
- rhash (rhash-gitAUR)
- tidy (tidy-html5-gitAUR)
- tinyxml2 (tinyxml2-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- help2man (help2man-gitAUR, python-help2manAUR) (make)
Required by (50)
- day-of-the-tentacle-remastered-bin (make)
- gog-7-billion-humans (make)
- gog-book-of-hours (make)
- gog-book-of-hours-perpetual-edition-dlc (make)
- gog-dandara-trials-of-fear-edition (make)
- gog-darkest-dungeon (make)
- gog-drova-forsaken-kin (make)
- gog-factorio (make)
- gog-ftl (make)
- gog-heroes-of-might-and-magic-3-complete-edition (make)
- gog-inscryption (make)
- gog-inscryption-demo (make)
- gog-kingdoms-and-castles (make)
- gog-moo (make)
- gog-moo-ii (make)
- gog-night-in-the-woods (make)
- gog-pepper-grinder (make)
- gog-pine (make)
- gog-pony-island (make)
- gog-powers-in-the-basement (make)
- gog-rail-route (make)
- gog-rail-route-demo (make)
- gog-scott-whiskers-in-the-search-for-mr-fumbleclaw (make)
- gog-shortest-trip-to-earth (make)
- gog-slay-the-princess (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-the-will-of-arthur-flabbington (make)
- gog-thimbleweedpark (make)
- gog-thimbleweedpark-dlc-ransome-unbeeped (make)
- gog-three-minutes-to-eight (make)
- gog-through-the-darkest-of-times (make)
- gog-trans-neuronica (make)
- gog-truberbrook (make)
- gog-we-are-the-dwarves (make)
- heretic-data-gog (make)
- hexdd-data-gog (make)
- hexen-data-gog (make)
- hexen2-data-gog (make)
- riven-remake-data-gog-bin (make)
- riven-remake-launcher (make)
- ut2004-gog (make)
Sources (1)
itoijala commented on 2014-08-22 12:01 (UTC)
tea commented on 2013-03-19 21:54 (UTC)
Updated to 2.3, also a PKGBUILD for the -git version is at https://aur.archlinux.org/packages/lgogdownloader-git/
tea commented on 2013-03-11 22:49 (UTC)
And it's fixed again.
tea commented on 2013-03-11 18:03 (UTC)
Unfortunately the downloader is not working at the moment due to changes in the GOG API. The developer is working on fixing this. Follow developments here: http://www.gog.com/forum/general/lgogdownloader_gogdownloader_for_linux/post100
tea commented on 2013-01-31 18:32 (UTC)
And we're already up to 1.15.
tea commented on 2013-01-31 13:11 (UTC)
Sorry that took me far too long - it's been one of those weeks! The PKGBUILD is now updated and works with jsoncpp like it should.
<deleted-account> commented on 2013-01-24 10:45 (UTC)
Updated PKGBUILD for version 1.14 which works with jsoncpp version 0.5.0
# Maintainer: Joe Davison <joedavison.davison@gmail.com>
pkgname=lgogdownloader
pkgver=1.14
pkgrel=1
pkgdesc="An open source downloader for GOG.com games, uses the GOG.com API"
url="http://www.gog.com/en/forum/general/lgogdownloader_gogdownloader_for_linux"
arch=(i686 x86_64)
license=(WTFPL)
depends=('boost' 'jsoncpp' 'liboauth' 'rhash' 'tinyxml' 'htmlcxx' 'curl')
source=(http://sites.google.com/site/gogdownloader/$pkgname-$pkgver.tar.gz)
sha256sums=('d3545d889510ec21b9b5c78267a379c2fff2865f92ab3885ba096c3401ec7162')
build() {
cd "$srcdir/$pkgname-$pkgver"
make release
}
package() {
install -D -m 755 $srcdir/$pkgname-$pkgver/bin/Release/$pkgname \
$pkgdir/usr/bin/lgogdownloader
}
smls commented on 2013-01-22 11:04 (UTC)
I think you should not update to a version that requires unreleased versions of libraries. No one benefits from a PKGBUILD that does not build.
Better keep it at a version that builds, and upgrade only once all requirements can be met.
tea commented on 2013-01-05 23:09 (UTC)
Updated to 1.12. Note that it won't build without modifying the jsoncpp package to install jsoncpp version 0.6.0-rc2.
Here's a PKGBUILD to do just that (you probably shouldn't use this):
pkgname=jsoncpp
pkgver=0.6.0
pkgrel=2
pkgdesc="A JSON C++ library"
url="http://jsoncpp.sourceforge.net/"
license="Public"
arch=('i686' 'x86_64')
makedepends=('scons' 'gcc')
depends=('gcc-libs')
source=("http://sourceforge.net/projects/jsoncpp/files/jsoncpp/0.6.0-rc2/jsoncpp-src-${pkgver}-rc2.tar.gz/download")
md5sums=('363e2f4cbd3aeb63bf4e571f377400fb')
build(){
cd ${startdir}/src/${pkgname}-src-${pkgver}-rc2
scons platform=linux-gcc
mkdir -p ${pkgdir}/usr/include/jsoncpp
cp -r include/json ${pkgdir}/usr/include/jsoncpp/json
mkdir -p ${pkgdir}/usr/lib
cp buildscons/linux-gcc-*/src/lib_json/libjson_linux-gcc*libmt.so ${pkgdir}/usr/lib/
cd ${pkgdir}/usr/lib/
ln -sf libjson_linux-gcc-*_libmt.so libjsoncpp.so
}
Pinned Comments
FabioLolix commented on 2023-10-03 22:03 (UTC)
error while loading shared libraries: libXXX.so.XXX: cannot open shared object file: No such file or directory
for build from source programs you have to rebuild it