Skip to Content.
Sympa Menu

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

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 (96ace3644d4827ded2348a88435c187c488a48af)
  • Date: Sat, 1 May 2010 02:25:58 -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, 3 insertions(+), 20 deletions(-)

New commits:
commit 96ace3644d4827ded2348a88435c187c488a48af
Author: Donald Johnson <minozake AT codemages.net>
Commit: Donald Johnson <minozake AT codemages.net>

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

This reverts commit 6e6101bd5fde26269c4bc515e612ab164dce6e1b.

Pushing empty commits will make people confused.

diff --git a/games-emulators/desmume/BUILD b/games-emulators/desmume/BUILD
index 4079501..f2438e5 100755
--- a/games-emulators/desmume/BUILD
+++ b/games-emulators/desmume/BUILD
@@ -1,9 +1 @@
-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
deleted file mode 100755
index 31b9119..0000000
--- a/games-emulators/desmume/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-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 53f3a27..2789407 100755
--- a/games-emulators/desmume/DEPENDS
+++ b/games-emulators/desmume/DEPENDS
@@ -1,3 +1,2 @@
-depends OPENGL &&
-depends agg &&
+depends OPENGL &&
depends libglade2
diff --git a/games-emulators/desmume/DETAILS b/games-emulators/desmume/DETAILS
index 6983f8d..f10a6d0 100755
--- a/games-emulators/desmume/DETAILS
+++ b/games-emulators/desmume/DETAILS
@@ -1,8 +1,8 @@
SPELL=desmume
- VERSION=0.9.5
+ VERSION=0.7.3
SOURCE="${SPELL}-${VERSION}.tar.gz"

SOURCE_URL[0]=http://ufpr.dl.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:f21258a92fc68d8fe003588c05043d0ce7381b9227742735e3061dfc3fe469cd5bd74e68103501b89c6c9bd67c6ecdec0d356c9fa6db305a5eb251f44fb3241a
+
SOURCE_HASH=sha512:962f7e6514c5cc3b34348d066611df0e7a7a863c489531bc7128e191f4298e9f942b259c6bac66dd92f4cea37d8a180530d7e3737db77cc40781a30ccfae1c46
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 e54c527..2d572d7 100644
--- a/games-emulators/desmume/HISTORY
+++ b/games-emulators/desmume/HISTORY
@@ -1,8 +1,2 @@
-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



  • [SM-Commit] GIT changes to master games grimoire by Donald Johnson (96ace3644d4827ded2348a88435c187c488a48af), Donald Johnson, 05/01/2010

Archive powered by MHonArc 2.6.24.

Top of Page