pkgsrc/games/lgogdownloader
wiz 7ce9971242 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
2016-05-08 09:13:13 +00:00
..
patches Updated lgogdownloader to 2.28. 2016-05-08 09:13:13 +00:00
DESCR
distinfo Updated lgogdownloader to 2.28. 2016-05-08 09:13:13 +00:00
Makefile Updated lgogdownloader to 2.28. 2016-05-08 09:13:13 +00:00
PLIST