Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Donald Johnson (88254de9d5fe2e541ab03cabceb6544540a3f785)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Donald Johnson <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Donald Johnson (88254de9d5fe2e541ab03cabceb6544540a3f785)
  • Date: Sat, 1 May 2010 10:07:17 -0500

GIT changes to master games grimoire by Donald Johnson
<minozake AT codemages.net>:

games-emulators/desmume/BUILD | 8 ++++++++
games-emulators/desmume/CONFIGURE | 2 ++
games-emulators/desmume/DEPENDS | 3 ++-
games-emulators/desmume/DETAILS | 4 ++--
games-emulators/desmume/HISTORY | 6 ++++++
5 files changed, 20 insertions(+), 3 deletions(-)

New commits:
commit 88254de9d5fe2e541ab03cabceb6544540a3f785
Author: Donald Johnson <minozake AT codemages.net>
Commit: Donald Johnson <minozake AT codemages.net>

Revert "games-emulators/desmume: -> 0.9.5"

This reverts commit 283033c977d1cdf60d696023cec1309f0f2c7df7.

Trying to fix this commit so that everything will actually show. Last
attempt before I troubleshoot with others.

diff --git a/games-emulators/desmume/BUILD b/games-emulators/desmume/BUILD
index f2438e5..4079501 100755
--- a/games-emulators/desmume/BUILD
+++ b/games-emulators/desmume/BUILD
@@ -1 +1,9 @@
+if [[ "$DESMUME_SSE" == "y" ]]; then
+ CFLAGS="$CFLAGS -msse"
+fi &&
+
+if [[ "$DESMUME_SSE2" == "y" ]]; then
+ CFLAGS="$CFLAGS -msse2"
+fi &&
+
default_games_build
diff --git a/games-emulators/desmume/CONFIGURE
b/games-emulators/desmume/CONFIGURE
new file mode 100755
index 0000000..31b9119
--- /dev/null
+++ b/games-emulators/desmume/CONFIGURE
@@ -0,0 +1,2 @@
+config_query DESMUME_SSE "Enable SSE extensions? (recommended)" y &&
+config_query DESMUME_SSE2 "Enable SSE2 extensions? (recommended)" y
diff --git a/games-emulators/desmume/DEPENDS b/games-emulators/desmume/DEPENDS
index 2789407..53f3a27 100755
--- a/games-emulators/desmume/DEPENDS
+++ b/games-emulators/desmume/DEPENDS
@@ -1,2 +1,3 @@
-depends OPENGL &&
+depends OPENGL &&
+depends agg &&
depends libglade2
diff --git a/games-emulators/desmume/DETAILS b/games-emulators/desmume/DETAILS
index f10a6d0..6983f8d 100755
--- a/games-emulators/desmume/DETAILS
+++ b/games-emulators/desmume/DETAILS
@@ -1,8 +1,8 @@
SPELL=desmume
- VERSION=0.7.3
+ VERSION=0.9.5
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=http://ufpr.dl.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:962f7e6514c5cc3b34348d066611df0e7a7a863c489531bc7128e191f4298e9f942b259c6bac66dd92f4cea37d8a180530d7e3737db77cc40781a30ccfae1c46
+
SOURCE_HASH=sha512:f21258a92fc68d8fe003588c05043d0ce7381b9227742735e3061dfc3fe469cd5bd74e68103501b89c6c9bd67c6ecdec0d356c9fa6db305a5eb251f44fb3241a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://desmume.org";
LICENSE[0]=GPL
diff --git a/games-emulators/desmume/HISTORY b/games-emulators/desmume/HISTORY
index 2d572d7..e54c527 100644
--- a/games-emulators/desmume/HISTORY
+++ b/games-emulators/desmume/HISTORY
@@ -1,2 +1,8 @@
+2010-04-05 Donald Johnson <minozake AT codemages.net>
+ * DETAILS: Updated to 0.9.5
+ * DEPENDS: Added agg dependency
+ * CONFIGURE, BUILD: Took advantage of developer recommendations to
compile
+ with SSE and SSE2 extensions for much faster emulation.
+
2008-03-29 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS, HISTORY: created spell




Archive powered by MHonArc 2.6.24.

Top of Page