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 Mar 13 08:49:31 UTC 2016

Modified Files:
        pkgsrc/games/lgogdownloader: Makefile distinfo
Added Files:
        pkgsrc/games/lgogdownloader/patches: patch-cmake_FindJsoncpp.cmake

Log Message:
Update lgogdownloader to 2.27:

LGOGDownloader 2.27
- Changed build system to CMake (patch by: Sandy Carter)
- Fixed crash after login
- Added option to set automatic XML creation in config file
* --automatic-xml-creation
- Improved game specific config options
* Directory options can be overriden in game specific config file
* "platform" and "language" options allow using string to set them. Use "+" as separator to combine values and "," as separator to set priority.
* For example: this allows setting "language" to English, German and French with "en+de+fr" which is much easier to understand than setting it to "7"
- Improvements to orphan detection (patch by: Thomas J. Moore)
* blacklist applies to installed files only; use ignorelist for orphans
* blacklisted but present items are orphans, as they should be
* use exact matching for file paths: files in wrong location are orphans
* See man page for more details on how to use ignorelist
- Apply blacklist to status checker to avoid some spurious ND messages (patch by: Thomas J. Moore)
- Use cerr for password prompts, error messages, rolling status messages, and other stuff that shouldn't clutter saved stdout. (patch by: Thomas J. Moore)
- Reduce the amount of HTTP requests
* This also slightly speeds up getting game details for games with DLC
- Added option to save changelogs when downloading
* --save-changelogs
- Added support for two-step login


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/games/lgogdownloader/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/games/lgogdownloader/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/games/lgogdownloader/patches/patch-cmake_FindJsoncpp.cmake

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