Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Julien ROZO (d3b2bbc7939320de58ec19a1e52f53f3789f8735)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Julien ROZO (d3b2bbc7939320de58ec19a1e52f53f3789f8735)
  • Date: Fri, 9 Jan 2009 12:32:00 -0600

GIT changes to master games grimoire by Julien ROZO <julien AT rozo.org>:

ChangeLog | 3 +++
games-emulators/mupen64plus/BUILD | 10 ++++++++++
games-emulators/mupen64plus/CONFIGURE | 1 +
games-emulators/mupen64plus/DEPENDS | 12 ++++++++++++
games-emulators/mupen64plus/DETAILS | 19 +++++++++++++++++++
games-emulators/mupen64plus/HISTORY | 3 +++
games-emulators/mupen64plus/INSTALL | 1 +
7 files changed, 49 insertions(+)

New commits:
commit d3b2bbc7939320de58ec19a1e52f53f3789f8735
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

mupen64plus: new spell, nintendo 64 emulator

diff --git a/ChangeLog b/ChangeLog
index 44395da..c37e6e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-01-08 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * games-emulators/mupen64plus: new spell, nintendo 64 emulator
+
2008-12-24 Julien "_kaze_" ROZO <julien AT rozo.org>
* FUNCTIONS: added cmake_build function from test grimoire

diff --git a/games-emulators/mupen64plus/BUILD
b/games-emulators/mupen64plus/BUILD
new file mode 100755
index 0000000..3cc6971
--- /dev/null
+++ b/games-emulators/mupen64plus/BUILD
@@ -0,0 +1,10 @@
+if [[ "$MPGUI" == "gtk+2" ]]; then
+ OPTS="GUI=GTK2 $OPTS"
+elif [[ "$MPGUI" == "qt4" ]]; then
+ OPTS="GUI=QT4 $OPTS" &&
+ PATH=${INSTALL_ROOT}/usr/bin/qt4:$PATH
+else
+ OPTS="GUI=NONE $OPTS"
+fi &&
+
+make PREFIX=${INSTALL_ROOT}/usr all $OPTS
diff --git a/games-emulators/mupen64plus/CONFIGURE
b/games-emulators/mupen64plus/CONFIGURE
new file mode 100755
index 0000000..de853b3
--- /dev/null
+++ b/games-emulators/mupen64plus/CONFIGURE
@@ -0,0 +1 @@
+config_query_list MPGUI "Which GUI do you want?" none gtk+2 qt4
diff --git a/games-emulators/mupen64plus/DEPENDS
b/games-emulators/mupen64plus/DEPENDS
new file mode 100755
index 0000000..9ea93c4
--- /dev/null
+++ b/games-emulators/mupen64plus/DEPENDS
@@ -0,0 +1,12 @@
+depends freetype2 &&
+depends libpng &&
+depends libsamplerate &&
+depends sdl &&
+depends sdl_ttf &&
+depends zlib &&
+
+if [[ "$MPGUI" == "gtk+2" ]]; then
+ depends gtk+2
+elif [[ "$MPGUI" == "qt4" ]]; then
+ depends qt4
+fi
diff --git a/games-emulators/mupen64plus/DETAILS
b/games-emulators/mupen64plus/DETAILS
new file mode 100755
index 0000000..081750e
--- /dev/null
+++ b/games-emulators/mupen64plus/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=mupen64plus
+ SPELLX=Mupen64Plus
+ VERSION=1.5
+ SOURCE="${SPELLX}-${VERSION/./-}-src.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:548be341e69eee543288a0a347ee117341847a032cc0a668a75ab7aaa881e876b6d143d2da9f8ec7580e4b1bbd2b36a3c8f99a0cb8c2301e4b03b593cdee5eb4
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION/./-}-src"
+ WEB_SITE="http://${SPELL}.googlecode.com";
+ LICENSE[0]=GPL
+ ENTERED=20090108
+ SHORT="Nintendo64 emulator"
+cat << EOF
+Mupen64Plus is a plugin-based N64 emulator for Linux which is capable of
+accurately playing many games. Included are four MIPS R4300 CPU emulators,
with
+dynamic recompilers for 32-bit x86 and 64-bit amd64 systems, and necessary
+plugins for audio, graphical rendering (RDP), signal co-processor (RSP), and
+input. There are 3 OpenGL video plugins included: glN64, RiceVideoLinux, and
+Glide64.
+EOF
diff --git a/games-emulators/mupen64plus/HISTORY
b/games-emulators/mupen64plus/HISTORY
new file mode 100644
index 0000000..c8e8313
--- /dev/null
+++ b/games-emulators/mupen64plus/HISTORY
@@ -0,0 +1,3 @@
+2009-01-08 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS, HISTORY, INSTALL: created this
spell
+
diff --git a/games-emulators/mupen64plus/INSTALL
b/games-emulators/mupen64plus/INSTALL
new file mode 100755
index 0000000..621f3f8
--- /dev/null
+++ b/games-emulators/mupen64plus/INSTALL
@@ -0,0 +1 @@
+make PREFIX=${INSTALL_ROOT}/usr install



  • [SM-Commit] GIT changes to master games grimoire by Julien ROZO (d3b2bbc7939320de58ec19a1e52f53f3789f8735), Julien ROZO, 01/09/2009

Archive powered by MHonArc 2.6.24.

Top of Page