Revision: 5463 Author: pebender Date: Fri Sep 11 14:54:14 2009 Log: - Updated package emulators/stella.
http://code.google.com/p/minimyth/source/detail?r=5463 Added: /trunk/gar-minimyth/script/emulators/stella/files/stella-3.0.patch Deleted: /trunk/gar-minimyth/script/emulators/stella/files/stella-2.8.4.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 ======================================= --- /dev/null +++ /trunk/gar-minimyth/script/emulators/stella/files/stella-3.0.patch Fri Sep 11 14:54:14 2009 @@ -0,0 +1,38 @@ +diff -Naur stella-3.0-old/configure stella-3.0-new/configure +--- stella-3.0-old/configure 2009-05-21 05:53:06.000000000 -0700 ++++ stella-3.0-new/configure 2009-09-11 14:49:18.000000000 -0700 +@@ -29,10 +29,10 @@ + _build_profile=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 +@@ -99,7 +99,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-3.0-old/Makefile stella-3.0-new/Makefile +--- stella-3.0-old/Makefile 2009-05-21 05:53:06.000000000 -0700 ++++ stella-3.0-new/Makefile 2009-09-11 14:49:18.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" ======================================= --- /trunk/gar-minimyth/script/emulators/stella/files/stella-2.8.4.patch Sat Jul 4 20:33:10 2009 +++ /dev/null @@ -1,38 +0,0 @@ -diff -Naur stella-2.8.4-old/configure stella-2.8.4-new/configure ---- stella-2.8.4-old/configure 2009-05-21 05:53:06.000000000 -0700 -+++ stella-2.8.4-new/configure 2009-07-04 20:19:57.000000000 -0700 -@@ -29,10 +29,10 @@ - _build_profile=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 -@@ -99,7 +99,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.8.4-old/Makefile stella-2.8.4-new/Makefile ---- stella-2.8.4-old/Makefile 2009-05-21 05:53:06.000000000 -0700 -+++ stella-2.8.4-new/Makefile 2009-07-04 20:19:57.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" ======================================= --- /trunk/gar-minimyth/html/minimyth/document-changelog.txt Fri Sep 11 06:37:26 2009 +++ /trunk/gar-minimyth/html/minimyth/document-changelog.txt Fri Sep 11 14:54:14 2009 @@ -80,6 +80,7 @@ Updated disk/e2fsprogs. Updated disk/hdparm. Updated emulators/sdlmame. + Updated emulators/stella. Updated gtk/glib. Updated gtk/gtk+. Updated kernel-2.6.30/alsa-driver. ======================================= --- /trunk/gar-minimyth/html/minimyth/index.html Thu Sep 10 08:09:42 2009 +++ /trunk/gar-minimyth/html/minimyth/index.html Fri Sep 11 14:54:14 2009 @@ -90,7 +90,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.8.4</strong> + <a href="http://stella.sourceforge.net/">Stella</a> <strong>3.0</strong> for Atari 2600 emulation </li> <li> @@ -196,7 +196,7 @@ alt="Valid CSS!" height="31" width="88" /></a> </div> <div class="version"> - Last Updated on 2009-09-10 + Last Updated on 2009-09-11 <br /> < mailto : webmaster at minimyth dot org > </div> ======================================= --- /trunk/gar-minimyth/script/emulators/stella/Makefile Sat Jul 4 20:33:10 2009 +++ /trunk/gar-minimyth/script/emulators/stella/Makefile Fri Sep 11 14:54:14 2009 @@ -1,5 +1,5 @@ GARNAME = stella -GARVERSION = 2.8.4 +GARVERSION = 3.0 CATEGORIES = emulators MASTER_SITES = http://easynews.dl.sourceforge.net/sourceforge/$(GARNAME)/ DISTFILES = $(DISTNAME)-src.tar.gz ======================================= --- /trunk/gar-minimyth/script/emulators/stella/checksums Sat Jul 4 20:33:10 2009 +++ /trunk/gar-minimyth/script/emulators/stella/checksums Fri Sep 11 14:54:14 2009 @@ -1,2 +1,2 @@ -56ebfdf3d4ccf4635f496c9a43b3d77b download/stella-2.8.4-src.tar.gz -1ac5da8e39a0186e905cacd09a5d5d81 download/stella-2.8.4.patch +090c25bc446f94c4242479ae43013c79 download/stella-3.0-src.tar.gz +9d8d51ae320a06c1ec9019b3db9c48d4 download/stella-3.0.patch --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
