AGOS: - Fixed crash after OmniTV video is played in The Feeble Files - Fixed crashes when exploring Jack the Ripper scene in the PC version of the Waxworks - Fixed palette glitches in the AtariST version of Elvira 2 - Fixed noise that can occur when sound effects are played, when exploring Pyramid scene in the Waxworks Gob: - Fixed a crash in the Italian version of Woodruff Groovie: - Fixed some issues with music in The 7th Guest Parallaction: - Fixed the sarcophagus puzzle in Nippon Safes SAGA: - Fixed a crash in Inherit the Earth - Fixed glitches in the save/load dialog. Sword2: - Fixed random sound corruption when using the original sound files. Game launcher: - Fixed a case where memory could be corrupted - Fixed the small cursor in the modern theme - Fixed a bug in the theme engine, which could cause crashes - Made the file browser bigger in 1x mode
31 lines
862 B
Makefile
31 lines
862 B
Makefile
# $NetBSD: Makefile,v 1.57 2009/04/28 06:28:09 adam Exp $
|
|
|
|
DISTNAME= scummvm-0.13.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scummvm/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://scummvm.sourceforge.net/
|
|
COMMENT= LucasArts Script Creation Utility for Maniac Mansion
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_DIRS+= xdg-1.1
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
|
|
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.1
|
|
UNLIMIT_RESOURCES= datasize
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../audio/flac/buildlink3.mk"
|
|
.include "../../audio/libmad/buildlink3.mk"
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../multimedia/libmpeg2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|