Initial import of generator-cbiere-0.35r1.

This is a modified version of Generator by James Ponder based on
version 0.35 and maintained by Christian Biere.

Additional features

    * Support for BZIP2, GZIP and ZIP compressed ROMs i.e., no more
      manual decompression or wasted disk space. Yay!
    * Support for X11's XVideo hardware acceleration by SDL for
      faster and smoother graphics.
    * Fullscreen support with or without the classic color frame.
    * SDL audio support (in favour of OSS Audio) which means you can
      use ESound and others for sharing the sound device among other
      applications.
    * Optional mute playing i.e., if you don't have a soundcard or
      the soundcard is busy you can still play.
    * Support for 48kHz sample rate (needs driver support).
    * Automagic CPU usage reduction which is especially cool for
      notebooks. The unpatched Generator uses more or less as much CPU
      as it can get even if needs far less than 10% on any modern system.
    * Working support for Game Genie codes.
This commit is contained in:
xtraeme 2005-08-30 11:06:58 +00:00
parent 28ebc96bef
commit b312030d71
4 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,20 @@
This is a modified version of Generator by James Ponder based on
version 0.35 and maintained by Christian Biere.
Additional features
* Support for BZIP2, GZIP and ZIP compressed ROMs i.e., no more
manual decompression or wasted disk space. Yay!
* Support for X11's XVideo hardware acceleration by SDL for
faster and smoother graphics.
* Fullscreen support with or without the classic color frame.
* SDL audio support (in favour of OSS Audio) which means you can
use ESound and others for sharing the sound device among other
applications.
* Optional mute playing i.e., if you don't have a soundcard or
the soundcard is busy you can still play.
* Support for 48kHz sample rate (needs driver support).
* Automagic CPU usage reduction which is especially cool for
notebooks. The unpatched Generator uses more or less as much CPU
as it can get even if needs far less than 10% on any modern system.
* Working support for Game Genie codes.

View file

@ -0,0 +1,37 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/08/30 11:06:58 xtraeme Exp $
#
DISTNAME= generator-0.35-cbiere-r1
PKGNAME= generator-cbiere-0.35r1
CATEGORIES= emulators
MASTER_SITES= http://www.ghostwhitecrab.de/generator/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.ghostwhitecrab.de/generator/
COMMENT= Sega Mega drive genesis emulator (Improved)
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
.endif
CONFIGURE_ARGS+= --with-sdl-audio
.include "../../mk/endian.mk"
.if ${MACHINE_ENDIAN} == "big"
CFLAGS+= -DBYTES_HIGHFIRST
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/main/generator-gtk \
${PREFIX}/bin/generator-cbiere-gtk
.include "../../devel/SDL/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/30 11:06:58 xtraeme Exp $
bin/generator-cbiere-gtk

View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2005/08/30 11:06:58 xtraeme Exp $
SHA1 (generator-0.35-cbiere-r1.tar.bz2) = c754c4adf06b0b9a3feebe3702b7a642c1ea72f3
RMD160 (generator-0.35-cbiere-r1.tar.bz2) = dc260c8b41fce15e4e96c9e9c4d7119950bcd7a9
Size (generator-0.35-cbiere-r1.tar.bz2) = 445802 bytes