./games/lgogdownloader, Download games from GOG

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.16, Package name: lgogdownloader-3.16, Maintainer: pkgsrc-users

LGOGDownloader 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: 104.294 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-29 21:55:47 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
lgogdownloader: update to 3.16.

LGOGDownloader 3.16

    Fixed item url when showing wishlist
    Made downloader to not consider blacklisted files to be orphaned
    Made --galaxy-* options able to select build with build id
        Tries to find build with build id first
        If no build is found with specified build id then try to use it as build \ 
index
        Defaults to build index 0 if build id or index is not valid
    Changed --wishlist into --list option
        Removed --wishlist
        Added --list wishlist
    Added option to select network interface for operations
        --interface
    Updated man page
    Improved completed file skipping for extras
    Galaxy: Added small files container support
        Instead of downloading a lot of very small files we download a file that \ 
contains all the small files and extract it when everything is downloaded
    Galaxy: Added option to convert file path to lowercase for Windows game files
        --galaxy-lowercase-path
        Some games for Windows have inconsistent casing in their file path
        With this we don't end up with multiple directories because different \ 
capitalization makes them unique on case-sensitive filesystems
   2024-12-29 16:10:02 by Adam Ciarcinski | Files touched by this commit (235)
Log message:
revbump after updating boost
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-10-04 05:49:38 by Ryo ONODERA | Files touched by this commit (237)
Log message:
*: Recursive revbump from Boost 1.86.0
   2024-08-25 12:09:58 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
lgogdownloader: update to 3.15.

LGOGDownloader 3.15

    Changed Galaxy CDN priority handling to be more generic
    Changed default Galaxy CDN priority to \ 
"edgecast,akamai_edgecast_proxy,fastly"
    Added option to list available CDNs
        --galaxy-list-cdns
    Added option to force browser based login
        --browser-login
    Fixed login check when redirected to embedded version of website
    Fixed handling Fastly CDN urls
    Fixed crash caused by errors in html to xhtml conversion
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS