pkgsrc-WIP-changes archive

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

residualvm: update to residualvm-0.3.0



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Mar 18 17:26:36 2018 +0200
Changeset:	a6363e4963f0d118ec3b2b6fcb848e6106924bc1

Modified Files:
	residualvm/Makefile
	residualvm/PLIST
	residualvm/distinfo

Log Message:
residualvm: update to residualvm-0.3.0

0.3.0 (2017-12-30)
	General:
	- Switched SDL backend to SDL2 by default. SDL1 is still a fallback
	- Added support for selecting between the legacy OpenGL and shaders OpenGL
	  game renderers at runtime
	- Improvements and fixes in TinyGL renderer
	- Enabled support for multi language

	Grim changes:
	- Added support for German, French, Italian and Spanish Grim Fandango Demo
	- Added support for English Grim Fandango Demo (with intro video version)
	- Improved lighting
	- Fixed buggy character in the Blue Casket when using the TinyGL Renderer (#1251)

	Myst III changes:
	- Added support for the XBox version of Myst III
	- Added an option to take advantage of wide screens
	- Updated the game scripts to the newest official version for non-DVD releases
	- Implemented the Narayan shield effect
	- Fixed the game running too fast in some conditions (#1277)
	- Added support for the Hebrew version (#1348)
	- Fixed hotspots sometimes being too small (#1329)
	- Fixed ambient sounds sometimes not refreshing (#1349, #1350)
	- Added fullscreen toggling

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

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

diffstat:
 residualvm/Makefile | 6 +++---
 residualvm/PLIST    | 4 ++++
 residualvm/distinfo | 7 ++++---
 3 files changed, 11 insertions(+), 6 deletions(-)

diffs:
diff --git a/residualvm/Makefile b/residualvm/Makefile
index a25165991f..c434d307ea 100644
--- a/residualvm/Makefile
+++ b/residualvm/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.3 2015/04/19 21:12:18 nbrkv Exp $
 
-DISTNAME=	residualvm-0.2.1-sources
+DISTNAME=	residualvm-0.3.0-sources
 PKGNAME=	${DISTNAME:S/-sources//}
+MASTER_SITES=	http://www.residualvm.org/downloads/release/${PKGVERSION_NOREV}/
 CATEGORIES=	games
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=residualvm/}
 EXTRACT_SUFX=	.tar.bz2
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -23,7 +23,7 @@ CONFIGURE_ARGS+=	--mandir=${PREFIX}/${PKGMANDIR}
 
 CONFIGURE_ARGS+=	--disable-nasm
 
-.include "../../devel/SDL/buildlink3.mk"
+.include "../../devel/SDL2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.zlib+=	zlib>=1.2.0.4
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/residualvm/PLIST b/residualvm/PLIST
index 78f73d4cb1..c3c5b53674 100644
--- a/residualvm/PLIST
+++ b/residualvm/PLIST
@@ -1,6 +1,7 @@
 @comment $NetBSD: PLIST,v 1.2 2015/04/19 21:12:18 nbrkv Exp $
 bin/residualvm
 man/man6/residualvm.6
+share/applications/residualvm.desktop
 share/doc/residualvm/AUTHORS
 share/doc/residualvm/COPYING
 share/doc/residualvm/COPYING.BSD
@@ -17,4 +18,7 @@ share/doc/residualvm/README.md
 share/icons/hicolor/scalable/apps/residualvm.svg
 share/pixmaps/residualvm.xpm
 share/residualvm/modern.zip
+share/residualvm/myst3.dat
+share/residualvm/residualvm-emi-patch.m4b
 share/residualvm/residualvm-grim-patch.lab
+share/residualvm/translations.dat
diff --git a/residualvm/distinfo b/residualvm/distinfo
index 749d00b415..23b04506ba 100644
--- a/residualvm/distinfo
+++ b/residualvm/distinfo
@@ -1,5 +1,6 @@
 $NetBSD: distinfo,v 1.3 2015/04/19 21:12:18 nbrkv Exp $
 
-SHA1 (residualvm-0.2.1-sources.tar.bz2) = bc504b17c1f9efea51709bab5e920dd8c963ca88
-RMD160 (residualvm-0.2.1-sources.tar.bz2) = 5bc32f60f6279e5d41a5e9fb9cb0fbb94bfc42fd
-Size (residualvm-0.2.1-sources.tar.bz2) = 5533814 bytes
+SHA1 (residualvm-0.3.0-sources.tar.bz2) = dde1466977b58366aaa1d1b9f1358430d5ea1af1
+RMD160 (residualvm-0.3.0-sources.tar.bz2) = 084fb235444f79e7b2dfdabfce24222b5893b9c9
+SHA512 (residualvm-0.3.0-sources.tar.bz2) = 3f171c1b842db497b54083e22772606c7173cb977949de5cb467a171d83b0e32a0f961a9f082821a29d2e03511fdf7e1ff750b75939d07ba67c8dbf6326b515f
+Size (residualvm-0.3.0-sources.tar.bz2) = 6712167 bytes


Home | Main Index | Thread Index | Old Index