pkgsrc-WIP-changes archive

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

ags: update to ags-3.4.0.13



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Nov 20 18:59:27 2016 +0200
Changeset:	4c60f9e9f552b53cf1086b67e8d119315fcc1c58

Modified Files:
	ags/Makefile
	ags/distinfo

Log Message:
ags: update to ags-3.4.0.13

Changes:

VERSION 3.4.0 - Patch 1, November 2016

Editor:
- Fixed #if(n)ver preprocessor directive failed to properly compare versions
  if the current and required versions have different number of digits.

Engine:
- Returned support for some older config options related to graphics mode,
  so that the engine would be able to use old config files.
- Fixed graphics mode initialization failure in certain less common setup
  cases, such as when requested window size was larger than current
  desktop resolution, or when the final mode appeared smaller than the
  precalculated one.
- Fixed couple of memory leaks occuring when saved game is restored.
- Fixed rare crash when restoring a game while having unreleased DrawingSurface
  pointers.
- Fixed compilation in C++11 mode.

WinSetup:
- Fixed "native game resolution" mode choice was not properly restored when
  loading config file.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4c60f9e9f552b53cf1086b67e8d119315fcc1c58

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

diffstat:
 ags/Makefile | 2 +-
 ags/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/ags/Makefile b/ags/Makefile
index 9d7d08d..34b1a90 100644
--- a/ags/Makefile
+++ b/ags/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.2 2015/09/14 22:26:14 yhardy Exp $
 
-DISTNAME=	ags-3.4.0.12
+DISTNAME=	ags-3.4.0.13
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=adventuregamestudio/}
 GITHUB_TAG=	v.${PKGVERSION_NOREV}
diff --git a/ags/distinfo b/ags/distinfo
index 8989f7f..9cb9600 100644
--- a/ags/distinfo
+++ b/ags/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.2 2015/09/14 22:26:14 yhardy Exp $
 
-SHA1 (ags-3.4.0.12.tar.gz) = 97d343d9e0d29921f80b57b66bcde6b1907e5a5e
-RMD160 (ags-3.4.0.12.tar.gz) = 553ef138365546f9bded7a024c82aa5b6f089c04
-SHA512 (ags-3.4.0.12.tar.gz) = 5b2f995f575ba95a95ce8f9c1b87aa8ac04013f5425666102acebdb46e9bed8a433bdc9ecc426f2fd4dc0a00d5b1bbd1af70d0a0f0217b6eef65be6d231abb27
-Size (ags-3.4.0.12.tar.gz) = 20128819 bytes
+SHA1 (ags-3.4.0.13.tar.gz) = 4c959ccadcb530ee5002bfdda215fdf1342adab6
+RMD160 (ags-3.4.0.13.tar.gz) = 6de24b944edf455b92ba4600d8ccc301c2f6946a
+SHA512 (ags-3.4.0.13.tar.gz) = b6c119778ed44ec6c7d1d320869b26cbb8ea2f2d9b9b09c9f8a4f9c0010db17e8b26a760e320f4ff42f7e1537c55233434767cb8feefc4e16fa21daba94d7604
+Size (ags-3.4.0.13.tar.gz) = 20127600 bytes
 SHA1 (patch-Common_core_endianness.h) = 2c5c1b5d3b80711c1eadec3652f18a4cede9c8eb
 SHA1 (patch-Engine_Makefile-defs.linux) = 17e59df466f4879f8603c4b3c400d008ce228bd3
 SHA1 (patch-Engine_libsrc_libcda-0.5_linux.c) = 6272b02ee98f79a57f8b72167d4aa8bceff34992


Home | Main Index | Thread Index | Old Index