diff options
author | xtraeme <xtraeme> | 2005-01-31 23:58:33 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-01-31 23:58:33 +0000 |
commit | e1285f465bd320512da35b290ba4d51805a4fce7 (patch) | |
tree | 10430419273e21cb0f50e8bd771b15f068ec492a /emulators/generator/Makefile | |
parent | f56b1562b6ca29b5b65a5c9563ee194e662f3c05 (diff) | |
download | pkgsrc-e1285f465bd320512da35b290ba4d51805a4fce7.tar.gz |
Update to 0.35.
Changes:
0.35 [CORE] Support for Genecyst patch files / Game Genie
[CORE] Support for AVI uncompressed and MJPEG output
[68000] Re-added busy wait removal that got lost
[SOUND] Added configurable single-pole low-pass filter
[CORE] Added autoconf/automake version checks
[VDP] Fix FIFO busy flag (Nicholas Van Veen)
[SOUND] Various further endian improvements from Bastien Nocera
and andi@fischlustig.de (Debian)
[SOUND] Various BSD compatibility improvements from
Alistair Crooks and Michael Core (NetBSD)
[UI] SDL Joystick support from Matthew N. Dodd (FreeBSD)
[68000] Do pre-decrement with two reads (Steve Snake)
[68000] Make TAS not write (Steve Snake) fixes Gargoyles, Ex Mutant
[68000] Re-write ABCD,etc based on info from Bart Trzynadlowski
[68000] Implement missing BTST op-code (fixes NHL Hockey 94)
Diffstat (limited to 'emulators/generator/Makefile')
-rw-r--r-- | emulators/generator/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/generator/Makefile b/emulators/generator/Makefile index 44d70ce67ac..ae959fd874c 100644 --- a/emulators/generator/Makefile +++ b/emulators/generator/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2004/10/03 00:14:40 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/01/31 23:58:33 xtraeme Exp $ # -DISTNAME= generator-0.34 -PKGREVISION= 6 +DISTNAME= generator-0.35 CATEGORIES= emulators MASTER_SITES= http://www.squish.net/generator/files/ @@ -11,10 +10,11 @@ HOMEPAGE= http://www.sqish.net/generator/ COMMENT= Sega Mega drive genesis emulator USE_BUILDLINK3= yes -USE_X11= # defined -GNU_CONFIGURE= # defined +USE_X11= yes +GNU_CONFIGURE= yes .if (${MACHINE_ARCH} == "i386") +BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm CONFIGURE_ARGS+= --with-gtk --with-raze .else CONFIGURE_ARGS+= --with-gtk --with-cmz80 |