pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/games/lgogdownloader



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  8 09:13:14 UTC 2016

Modified Files:
        pkgsrc/games/lgogdownloader: Makefile distinfo
Removed Files:
        pkgsrc/games/lgogdownloader/patches: patch-src_util.cpp

Log Message:
Updated lgogdownloader to 2.28.

LGOGDownloader 2.28
- Fixed compiling with JsonCpp 1.7.1
- Moved GOG website related members of Downloader class to new Website class
* Downloader::HTTP_Login --> Website::Login
* Downloader::getGames --> Website::getGames
* Downloader::getFreeGames --> Website::getFreeGames
* Downloader::getGameDetailsJSON --> Website::getGameDetailsJSON
* Getting wishlist details was split from Downloader::showWishlist to Website::getWishlistItems function
- Moved login checks from the login function to their own functions
- Added function to check if user is logged in to GOG website
* Website::IsLoggedIn
- Changed gameFile format and gamedetails cache format
* gameFile now contains gamename and file type info
* Game details cache format has been changed to match gameFile changes
* Cache has a new "gamedetails-cache-version" field that can be used to detect cache format changes
- Fixed downloading language packs with file id
- Started using CURLOPT_XFERINFOFUNCTION instead of deprecated CURLOPT_PROGRESSFUNCTION
* libcurl >= 7.32.0 is required


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/games/lgogdownloader/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/games/lgogdownloader/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/games/lgogdownloader/patches/patch-src_util.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index