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:           Mon Nov  6 14:04:24 UTC 2023

Modified Files:
        pkgsrc/games/lgogdownloader: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/games/lgogdownloader/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/lgogdownloader/distinfo

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

Modified files:

Index: pkgsrc/games/lgogdownloader/Makefile
diff -u pkgsrc/games/lgogdownloader/Makefile:1.68 pkgsrc/games/lgogdownloader/Makefile:1.69
--- pkgsrc/games/lgogdownloader/Makefile:1.68   Tue Oct 24 22:09:15 2023
+++ pkgsrc/games/lgogdownloader/Makefile        Mon Nov  6 14:04:24 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2023/10/24 22:09:15 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2023/11/06 14:04:24 wiz Exp $
 
-DISTNAME=      lgogdownloader-3.11
-PKGREVISION=   3
+DISTNAME=      lgogdownloader-3.12
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Sude-/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/games/lgogdownloader/distinfo
diff -u pkgsrc/games/lgogdownloader/distinfo:1.35 pkgsrc/games/lgogdownloader/distinfo:1.36
--- pkgsrc/games/lgogdownloader/distinfo:1.35   Wed Apr 26 19:40:01 2023
+++ pkgsrc/games/lgogdownloader/distinfo        Mon Nov  6 14:04:24 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2023/04/26 19:40:01 wiz Exp $
+$NetBSD: distinfo,v 1.36 2023/11/06 14:04:24 wiz Exp $
 
-BLAKE2s (lgogdownloader-3.11.tar.gz) = b11d19c6ae483ed95c3447df1ebbfc17171bf3018ebf2183ef1f28cf203a255f
-SHA512 (lgogdownloader-3.11.tar.gz) = 33cfcaee187e4449a4b62c9451a5f1bc8e9062160b94cc335cca6e70854e672c2d03766e1115d779a585913604dca3041dae4d3b78dcf4cc3d9c8579e7b964fe
-Size (lgogdownloader-3.11.tar.gz) = 96092 bytes
+BLAKE2s (lgogdownloader-3.12.tar.gz) = e5afd7a13ce819a97a290b7a55bb7175ea20f2171f9f27d604727ecb222aabf2
+SHA512 (lgogdownloader-3.12.tar.gz) = d86d1542f48488f0fd0c880557bd95c0d5c561342690b4c635aebceab73aab9c605bbaaa72715d26b6578657cd2015138a0d3b804059931f3d9f3cac8e05e568
+Size (lgogdownloader-3.12.tar.gz) = 98503 bytes



Home | Main Index | Thread Index | Old Index