[oe-commits] Alex Ferguson : stppc2x: Added recipe for stppc2x, a port of puzzles to SDL .

git version control git at git.openembedded.org
Wed Nov 3 16:43:17 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 70b504ea5a3f1a4903a412dbf06e914ac0807bc1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=70b504ea5a3f1a4903a412dbf06e914ac0807bc1

Author: Alex Ferguson <thoughtmonster at gmail.com>
Date:   Wed Nov  3 18:31:43 2010 +0200

stppc2x: Added recipe for stppc2x, a port of puzzles to SDL.

* Added dirs-fix.patch, which changes the default directories
  for the game data to a systemwide /usr/share/games/stppc2x
  setting and changes the default font to DejaVuSans-Condensed.

* Added enable-fullscreen.patch, which, um, makes the game
  fullscreen.

* Added generic-keys.patch, which changes the game keys to more
  generic ones (for devices with QWERTY keyboards) and changes
  the default control system from mouse-emulation to keyboard
  controlled.

* Added a modified Makefile, compatible to how OE handles
  CFLAGS and LDFLAGS by moving additional defines to INCS
  and LIBS, respectively.

* Added no-music.patch, which disables music. Remember to
  add libsdl-mixer to DEPENDS if you decide not to apply this.

* Added no-upper-mem.patch, which disables the OPTION_USE_UPPER_MEMORY
  hack, which makes stppc2x segfault on the Ben Nanonote and is useless
  outside of the GP2X.

* Added stppc2x-extras.tar.gz, which contains modified versions of the
  stppc2x splash screen and help messages (respective to the generic-keys
  patch above).

* Added stppc2x.desktop and accompanying stppc2x.png files.

Signed-off-by: Alex Ferguson <thoughtmonster at gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson at gmail.com>

---

 recipes/puzzles/stppc2x/Makefile                |  232 +++++++++++++++++++++++
 recipes/puzzles/stppc2x/dir-fix.patch           |   72 +++++++
 recipes/puzzles/stppc2x/enable-fullscreen.patch |   12 ++
 recipes/puzzles/stppc2x/generic-keys.patch      |  193 +++++++++++++++++++
 recipes/puzzles/stppc2x/no-music.patch          |   12 ++
 recipes/puzzles/stppc2x/no-upper-mem.patch      |   12 ++
 recipes/puzzles/stppc2x/stppc2x-extras.tar.gz   |  Bin 0 -> 78717 bytes
 recipes/puzzles/stppc2x/stppc2x.desktop         |    8 +
 recipes/puzzles/stppc2x/stppc2x.png             |  Bin 0 -> 2168 bytes
 recipes/puzzles/stppc2x_svn.bb                  |   37 ++++
 10 files changed, 578 insertions(+), 0 deletions(-)

Diff:   http://gitweb.openembedded.net/?p=openembedded.git/?a=commitdiff;h=70b504ea5a3f1a4903a412dbf06e914ac0807bc1




More information about the Openembedded-commits mailing list