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: nia
Date: Sun Mar 22 09:12:46 UTC 2020
Modified Files:
pkgsrc/games/lgogdownloader: Makefile distinfo
Log Message:
lgogdownloader: Update to 3.6
James Le Cuirot (1):
Fix find_path for newer jsoncpp release
Michał Janiszewski (1):
Add -latomic when required
Sude (26):
Add language: Hebrew
Galaxy: Add option to delete orphaned files
Galaxy: Automatically delete old files when updating or downgrading
GUI: Remove usage of QDesktopWidget
Suppress warnings about unused parameters
Save xml data before skipping complete file
Retry on CURLE_RECV_ERROR
Make Downloader::getRemoteFileHash use Galaxy API
Don't exit when failing to get valid game details json
CMake: Disable search for boost-cmake
Make --download-file option use Galaxy API
Remove old GOG downloader API
Remove dependency on liboauth
Check for HTTP response code 416 in Downloader::repairFile
Override global config values in Downloader::checkOrphans
Use separate thread count option for info threads
Galaxy: Add split file support to MojoSetup hack
Galaxy: Improve split file support in MojoSetup hack
Fix filenames with ampersand
Automatically select appropriate size unit for total remaining
Show HTTP response code in status message
Update README.md and man page
Version 3.6
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/games/lgogdownloader/Makefile
cvs rdiff -u -r1.28 -r1.29 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.46 pkgsrc/games/lgogdownloader/Makefile:1.47
--- pkgsrc/games/lgogdownloader/Makefile:1.46 Sun Mar 8 16:49:44 2020
+++ pkgsrc/games/lgogdownloader/Makefile Sun Mar 22 09:12:46 2020
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.46 2020/03/08 16:49:44 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2020/03/22 09:12:46 nia Exp $
-DISTNAME= lgogdownloader-3.5
-PKGREVISION= 6
+DISTNAME= lgogdownloader-3.6
CATEGORIES= games
-MASTER_SITES= http://sites.google.com/site/gogdownloader/
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Sude-/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/Sude-/lgogdownloader
COMMENT= Download games from GOG
LICENSE= public-domain # actually, dwtfywtpl
-BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man
+TOOL_DEPENDS+= help2man-[0-9]*:../../converters/help2man
USE_LANGUAGES= c c++
USE_CMAKE= yes
@@ -20,13 +20,12 @@ USE_TOOLS+= pkg-config
.if ${MACHINE_ARCH} == "i386"
# 64 bit atomic ops are required
-CXXFLAGS+= -march=i586
+CXXFLAGS+= -march=i586
.endif
CMAKE_ARGS+= -DJSONCPP_INCLUDE_DIR=${BUILDLINK_DIR}/include/json
.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../security/liboauth/buildlink3.mk"
.include "../../textproc/tinyxml2/buildlink3.mk"
.include "../../www/htmlcxx/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
Index: pkgsrc/games/lgogdownloader/distinfo
diff -u pkgsrc/games/lgogdownloader/distinfo:1.28 pkgsrc/games/lgogdownloader/distinfo:1.29
--- pkgsrc/games/lgogdownloader/distinfo:1.28 Mon May 27 14:04:08 2019
+++ pkgsrc/games/lgogdownloader/distinfo Sun Mar 22 09:12:46 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2019/05/27 14:04:08 wiz Exp $
+$NetBSD: distinfo,v 1.29 2020/03/22 09:12:46 nia Exp $
-SHA1 (lgogdownloader-3.5.tar.gz) = 0c90a1ee9f0ae6db4c6ab791bb8a46f1b2ee1c10
-RMD160 (lgogdownloader-3.5.tar.gz) = f4798b7bb98ca7ace898c2b58d492cffaf52b967
-SHA512 (lgogdownloader-3.5.tar.gz) = e3ce9d4932f9cda362b1472bd5eb605b01d1e9214b79e2d88fa4c2f02b0d54082df68b2f197d714e71a72d57be746dbf0afed68b3316888fdfa6e02c31611ee0
-Size (lgogdownloader-3.5.tar.gz) = 87061 bytes
+SHA1 (lgogdownloader-3.6.tar.gz) = 54d821e2ac1b6c813ef57ea429c1fadaeff8d197
+RMD160 (lgogdownloader-3.6.tar.gz) = 02df316d49a8b8fda65c3d3d60eebb957f6d0c98
+SHA512 (lgogdownloader-3.6.tar.gz) = 5f2371c4d466cd519fbac434c68f3f82164f6bd3fd037dcd831869c9a26f219dfbc6264a602cd148f08c01091e9942caa9191d711fbbaa9e64e0e6e0908a782d
+Size (lgogdownloader-3.6.tar.gz) = 87057 bytes
Home |
Main Index |
Thread Index |
Old Index