pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/generator-cbiere Initial import of generator...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eae014a91a2c
branches:  trunk
changeset: 498687:eae014a91a2c
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Aug 30 11:06:58 2005 +0000

description:
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.

diffstat:

 emulators/generator-cbiere/DESCR    |  20 ++++++++++++++++++++
 emulators/generator-cbiere/Makefile |  37 +++++++++++++++++++++++++++++++++++++
 emulators/generator-cbiere/PLIST    |   2 ++
 emulators/generator-cbiere/distinfo |   5 +++++
 4 files changed, 64 insertions(+), 0 deletions(-)

diffs (80 lines):

diff -r c2dbebb3c52c -r eae014a91a2c emulators/generator-cbiere/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/generator-cbiere/DESCR  Tue Aug 30 11:06:58 2005 +0000
@@ -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.
diff -r c2dbebb3c52c -r eae014a91a2c emulators/generator-cbiere/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/generator-cbiere/Makefile       Tue Aug 30 11:06:58 2005 +0000
@@ -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@localhost
+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"
diff -r c2dbebb3c52c -r eae014a91a2c emulators/generator-cbiere/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/generator-cbiere/PLIST  Tue Aug 30 11:06:58 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/30 11:06:58 xtraeme Exp $
+bin/generator-cbiere-gtk
diff -r c2dbebb3c52c -r eae014a91a2c emulators/generator-cbiere/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/generator-cbiere/distinfo       Tue Aug 30 11:06:58 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index