pkgsrc-WIP-changes archive

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

xoreos: update to xoreos-0.0.4



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Feb 1 22:02:03 2016 +0200
Changeset:	a9f1987341e40cb527506f4defe5debad19ce405

Modified Files:
	xoreos/Makefile
	xoreos/distinfo

Log Message:
xoreos: update to xoreos-0.0.4

Summary:

Neverwinter Nights now shows speech bubbles for conversation
one-liners, as used for cutscenes, bark strings and short NPC
dialogues. Additionally, the premium modules BioWare sold for
Neverwinter Nights, including the three that come with the Diamond
Edition, can now be properly loaded and started.

An oversight in the handling of the texture fonts used in Neverwinter
Nights and the two Knights of Old Republic games has been fixed.
This oversight broke rendering of certain characters, most prominently
of those used in eastern European languages and the "smart" single
quotation mark that's used instead of an apostrophe in some strings
found in the French versions.

Moreover, this release includes a lot of user-invisible code
documentation and quality fixes.

Please note that xoreos is still missing a GUI and needs to be
started from the command line.

Changes:

 - DOCS:
  - Improved documentation in various files
  - Rewrote manpage to use semantic -mdoc macros
 - BUILD:
  - Fixed various little problems in the CMake system related to
    non-MSVC compilers
  - Added configure/CMake option to let the user select between
    internal and external GLEW libraries
  - Added dynamic supported warning flag detection to CMake
 - GRAPHICS:
  - Made TextureFont codepage-aware
 - ENGINES:
  - NWN:
   - Implemented support for premium modules
   - Implemented speech bubbles
  - DRAGONAGE:
   - Added engine script functions from the 1.01 and 1.03
     updates
 - MISC:
  - Changed C-style casts to static_cast and reinterpret_cast
    in various places
  - Improved const-correctness in various places
  - Ran many file format loaders through afl and fixed all crashes

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

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

diffstat:
 xoreos/Makefile | 4 ++--
 xoreos/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/xoreos/Makefile b/xoreos/Makefile
index 9423f00..036f102 100644
--- a/xoreos/Makefile
+++ b/xoreos/Makefile
@@ -2,7 +2,7 @@
 
 GITHUB_PROJECT=	xoreos
 DISTNAME=	${GITHUB_TAG}
-PKGNAME=	${GITHUB_PROJECT}-0.0.3
+PKGNAME=	${GITHUB_PROJECT}-0.0.4
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=xoreos/}
 DIST_SUBDIR=	${GITHUB_PROJECT}
@@ -14,7 +14,7 @@ COMMENT=	Open source implementation of BioWare's Aurora engine
 LICENSE=	gnu-gpl-v3
 
 WRKSRC=		${WRKDIR}/xoreos-${PKGVERSION_NOREV}
-USE_TOOLS+=	aclocal autoconf autoheader automake
+USE_TOOLS+=	aclocal autoconf autoheader automake gmake
 USE_LANGUAGES=	c c++
 GNU_CONFIGURE=	YES
 
diff --git a/xoreos/distinfo b/xoreos/distinfo
index 054adc3..a889b41 100644
--- a/xoreos/distinfo
+++ b/xoreos/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.4 2015/09/05 23:04:36 yhardy Exp $
 
-SHA1 (xoreos/v0.0.3.tar.gz) = 81e1e4bd8b0afaaf7ca54f1315f79b7afdd61c9b
-RMD160 (xoreos/v0.0.3.tar.gz) = c56366451644ed7a2eb3f0ad5428fd3d039abc34
-SHA512 (xoreos/v0.0.3.tar.gz) = 47c9e4f8f7782caea6a23d5dd80dde7c539ec230d1fbc5c30f8bb8e2eb695182a48037e6a9c5f512efe3280de42596c9ac6de99cc56b90688732a3a75f5b0bbb
-Size (xoreos/v0.0.3.tar.gz) = 2467596 bytes
+SHA1 (xoreos/v0.0.4.tar.gz) = 1feb250d7d7aa97ec563fdf92b3196c5257cba00
+RMD160 (xoreos/v0.0.4.tar.gz) = 37b73aaa5d65e200dc8125bb44161cac252e75ae
+SHA512 (xoreos/v0.0.4.tar.gz) = 8910eef4a0dc43bb3997f4d58c3d05f2bb894bcab458ba92bd264676789f3d3bacb885a051902c3ebf00a64892165e68720123c433186ea870db37e6e7d98d42
+Size (xoreos/v0.0.4.tar.gz) = 2546547 bytes


Home | Main Index | Thread Index | Old Index