Path to this page:
./
games/lgogdownloader,
Download games from GOG
Branch: CURRENT,
Version: 3.15nb3,
Package name: lgogdownloader-3.15nb3,
Maintainer: pkgsrc-usersLGOGDownloader is an unofficial downloader for GOG.com.
It uses the same API as the official GOGDownloader.
Required to run:[
www/curl] [
devel/boost-libs] [
www/htmlcxx] [
textproc/jsoncpp] [
textproc/tinyxml2]
Required to build:[
devel/boost-headers] [
misc/rhash] [
pkgtools/cwrappers]
Master sites:
Filesize: 102.814 KB
Version history: (Expand)
- (2024-11-01) Updated to version: lgogdownloader-3.15nb3
- (2024-11-01) Updated to version: lgogdownloader-3.15nb2
- (2024-10-04) Updated to version: lgogdownloader-3.15nb1
- (2024-08-25) Updated to version: lgogdownloader-3.15
- (2024-06-16) Updated to version: lgogdownloader-3.14nb1
- (2024-06-08) Updated to version: lgogdownloader-3.14
CVS history: (Expand)
2023-12-29 19:25:02 by Adam Ciarcinski | Files touched by this commit (254) |
Log message:
revbump for boost-libs
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-11-06 15:04:24 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
lgogdownloader: update to 3.12.
LGOGDownloader 3.12
Fixed getting DLC names
Major speedup to cache update
Don't try to get details for unowned DLCs
Show total size before download
Added option to check for free space
Use --check-free-space option to check if there is enough free space and \
abort if not enough is available
Bumped minimum required libcurl version to 7.55.0
Added option to transform gamenames
Configuration file $XDG_CONFIG_HOME/lgogdownloader/transformations.json \
can be used to set rules for transforming gamenames
See man page for details
New templates: %gamename_transformed% and %gamename_transformed_firstletter%
New --list option "transformations" can be used to show \
transformed gamenames
Don't print file size or hash for missing files in --status output
Improved include and exclude options
DLC files can now be included/excluded separately
See --help or man page for details
Fixed creating empty files during --galaxy-install (Patch by: Dominik Kreutzer)
Show build id in --galaxy-show-builds output
Added option to download game logo (Patch by: Thoreas)
Bumped minimum CMake version to 3.5.0
Added option to disable fast status checking
--no-fast-status-check makes --status much slower but able to catch \
corrupted files by calculating local file hash for all files
Added option to list/download only games flagged as new (Patch by: nerdspice)
--new will list/download games marked as new by the API
Changed logo download to use full size version (Patch by: nerdspice)
Added option to delete orphaned files
Renamed --galaxy-delete-orphans to --delete-orphans and made it also \
work with --check-orphans
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-07-18 08:15:27 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
lgogdownloader: revbump for rhash
|
2023-04-27 10:19:58 by Thomas Klausner | Files touched by this commit (2) |
Log message:
tinyxml2: bump depends for so -> a change
|
2023-04-26 21:40:02 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
lgogdownloader: update to 3.11.
3.11
Fixed cookies getting overwritten
Sometimes curl handles in downloader and galaxy api class could \
overwrite cookies with blank cookies
Fixed this by not setting CURLOPT_COOKIEJAR by default and only using it \
for curl handles in website class
3.10
Added support for cloud saves (Patch by: loki-47-6F-64)
Added initial support for ignoring DLCs with --galaxy-install
Supports ignoring all DLCs when installing game with --galaxy-install
Fixed MojoSetup hack for files that have missing XML data
Tries to get file size using Content-Length header if XML data is missing
Extended global flag bSizeOnly into status text generation (Patch by: Gordon)
Added option to set message verbosity level
Replaced --verbose option with --verbosity to better control message \
verbosity
Fixed core dump with libcurl >= 7.87.0
Slightly nicer libcurl cleanup (Patch by: David Donátek)
Don't use depracated libcurl options
Refactored login code
Users can now get around reCATPCHA without the downloader being built \
with GUI enabled by using their browser to login
Removed --list-details option
Removed --list-tags option
Changed --list option so it can be used to select what info to print
"games" is the same as --list previously
"details" is the same as --list-details previously
"json" is JSON formatted output
"tags" is the same as --list-tags previously
The default implicit value is "games" (meaning --list is the \
same as --list "games")
Remove make dependency on grep and readelf
These were not actually needed since support for OpenSSL <= 1.0.2 was \
removed in version 3.9 but I forgot to remove the requirement at the time
|
2023-04-23 16:26:33 by Adam Ciarcinski | Files touched by this commit (271) |
Log message:
revbump for boost
|