Author: pebender
Date: Thu Apr 16 11:37:51 2009
New Revision: 4614

Added:
    trunk/gar-minimyth/script/emulators/stella/files/stella-2.7.6.patch
Removed:
    trunk/gar-minimyth/script/emulators/stella/files/stella-2.7.5.patch
Modified:
    trunk/gar-minimyth/html/minimyth/document-changelog.txt
    trunk/gar-minimyth/html/minimyth/index.html
    trunk/gar-minimyth/script/emulators/stella/Makefile
    trunk/gar-minimyth/script/emulators/stella/checksums

Log:
- Updated package emulators/stella.



Modified: trunk/gar-minimyth/html/minimyth/document-changelog.txt
==============================================================================
--- trunk/gar-minimyth/html/minimyth/document-changelog.txt     (original)
+++ trunk/gar-minimyth/html/minimyth/document-changelog.txt     Thu Apr 16  
11:37:51 2009
@@ -1,7 +1,7 @@
  MiniMyth Changelog

   
--------------------------------------------------------------------------------
-Changes since 65 (2009-04-15):
+Changes since 65 (2009-04-16):

  Current MythTV versions
      MythTV 0.20-softpad: version 0.20.2.softpad, release-0-20-fixes branch  
svn 16082,

Modified: trunk/gar-minimyth/html/minimyth/index.html
==============================================================================
--- trunk/gar-minimyth/html/minimyth/index.html (original)
+++ trunk/gar-minimyth/html/minimyth/index.html Thu Apr 16 11:37:51 2009
@@ -91,7 +91,7 @@
                for Game Boy, Game Boy Color, Game Boy Advance and Nintendo  
Entertainment System emulation
              </li>
              <li>
-              <a href="http://stella.sourceforge.net/";>Stella</a>  
<strong>2.7.5</strong>
+              <a href="http://stella.sourceforge.net/";>Stella</a>  
<strong>2.7.6</strong>
                for Atari 2600 emulation
              </li>
              <li>
@@ -198,7 +198,7 @@
                alt="Valid CSS!"      height="31" width="88" /></a>
          </div>
          <div class="version">
-          Last Updated on 2009-04-15
+          Last Updated on 2009-04-16
            <br />
             
&lt;&nbsp;mailto&nbsp;:&nbsp;webmaster&nbsp;at&nbsp;minimyth&nbsp;dot&nbsp;org&nbsp;&gt;
          </div>

Modified: trunk/gar-minimyth/script/emulators/stella/Makefile
==============================================================================
--- trunk/gar-minimyth/script/emulators/stella/Makefile (original)
+++ trunk/gar-minimyth/script/emulators/stella/Makefile Thu Apr 16 11:37:51  
2009
@@ -1,5 +1,5 @@
  GARNAME = stella
-GARVERSION = 2.7.5
+GARVERSION = 2.7.6
  CATEGORIES = emulators
  MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/
  DISTFILES = $(DISTNAME)-src.tar.gz

Modified: trunk/gar-minimyth/script/emulators/stella/checksums
==============================================================================
--- trunk/gar-minimyth/script/emulators/stella/checksums        (original)
+++ trunk/gar-minimyth/script/emulators/stella/checksums        Thu Apr 16  
11:37:51 2009
@@ -1,2 +1,2 @@
-27bffb831b6587f078ceab7a09a7f302  download/stella-2.7.5-src.tar.gz
-afa3dd052604046b4231ad95206bdacf  download/stella-2.7.5.patch
+9203d73fa5233bb8c8c9e6dd616a8cb5  download/stella-2.7.6-src.tar.gz
+b3134ddf56a0887dbeaf562c0adb3a66  download/stella-2.7.6.patch

Added: trunk/gar-minimyth/script/emulators/stella/files/stella-2.7.6.patch
==============================================================================
--- (empty file)
+++ trunk/gar-minimyth/script/emulators/stella/files/stella-2.7.6.patch Thu  
Apr 16 11:37:51 2009
@@ -0,0 +1,38 @@
+diff -Naur stella-2.7.6-old/configure stella-2.7.6-new/configure
+--- stella-2.7.6-old/configure 2008-03-30 17:59:30.000000000 -0700
++++ stella-2.7.6-new/configure 2009-04-15 19:53:42.000000000 -0700
+@@ -30,10 +30,10 @@
+ _build_speakjet=no
+
+ # more defaults
+-_ranlib=ranlib
++_ranlib="${RANLIB:-'ranlib'}"
+ _install=install
+-_ar="ar cru"
+-_strip=strip
++_ar="${AR:-'ar'} cru"
++_strip="${STRIP:-'strip'}"
+ _mkdir="mkdir -p"
+ _echo=printf
+ _cat=cat
+@@ -100,7 +100,7 @@
+       # In cross-compiling mode, we cannot run the result
+       eval "$1 -o tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp 2> /dev/null"  
&& rm -f tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp
+ else
+-      eval "$1 -o tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp 2> /dev/null"  
&& eval "./tmp_cxx_compiler 2> /dev/null" && rm -f tmp_cxx_compiler$EXEEXT  
tmp_cxx_compiler.cpp
++      eval "$1 -o tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp 2> /dev/null"  
&& rm -f tmp_cxx_compiler$EXEEXT tmp_cxx_compiler.cpp
+ fi
+ }
+
+diff -Naur stella-2.7.6-old/Makefile stella-2.7.6-new/Makefile
+--- stella-2.7.6-old/Makefile  2009-01-11 13:31:21.000000000 -0800
++++ stella-2.7.6-new/Makefile  2009-04-15 19:53:42.000000000 -0700
+@@ -163,7 +163,7 @@
+
+ install: all
+       $(INSTALL) -d "$(DESTDIR)$(BINDIR)"
+-      $(INSTALL) -c -s -m  
755 "$(srcdir)/stella$(EXEEXT)" "$(DESTDIR)$(BINDIR)/stella$(EXEEXT)"
++      $(INSTALL) -c -m  
755 "$(srcdir)/stella$(EXEEXT)" "$(DESTDIR)$(BINDIR)/stella$(EXEEXT)"
+       $(INSTALL) -d "$(DESTDIR)$(DOCDIR)"
+       $(INSTALL) -c -m  
644 "$(srcdir)/Announce.txt" "$(srcdir)/Changes.txt" "$(srcdir)/Copyright.txt" 
"$(srcdir)/License.txt" "$(srcdir)/README-SDL.txt" "$(srcdir)/Readme.txt" 
"$(srcdir)/Todo.txt" "$(srcdir)/docs/index.html" "$(srcdir)/docs/debugger.html" 
"$(DESTDIR)$(DOCDIR)/"
+       $(INSTALL) -d "$(DESTDIR)$(DOCDIR)/graphics"

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to