Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#5767 - Allow SDL simulator to build on Mac OS X

Attached to Project: Rockbox
Opened by Barry Wardell (barrywardell) - Friday, 04 August 2006, 01:18 GMT+2
Last edited by Barry Wardell (barrywardell) - Friday, 29 September 2006, 18:21 GMT+2
Task Type Patches
Category Simulator
Status Closed
Assigned To Barry Wardell (barrywardell)
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

There is a patch in the wiki (http://www.rockbox.org/twiki/bin/view/Main/UiSimulator) to allow building of the simulator on Mac OS X. This is a slightly updated version against current cvs.
(application/octet-stream)    sim_osx.patch (13.6 KiB)
 apps/codecs/Makefile               |   10 ++++++++--
 apps/plugins/Makefile              |   10 ++++++++--
 apps/plugins/chessbox/Makefile     |   10 ++++++++--
 apps/plugins/databox/Makefile      |   10 ++++++++--
 apps/plugins/doom/Makefile         |   10 ++++++++--
 apps/plugins/pacbox/Makefile       |    9 +++++++--
 apps/plugins/rockboy/Makefile      |   10 ++++++++--
 apps/plugins/searchengine/Makefile |   10 ++++++++--
 apps/plugins/sudoku/Makefile       |   10 ++++++++--
 tools/configure                    |   10 ++++++++++
 uisimulator/common/io.c            |    3 +++
 11 files changed, 84 insertions(+), 18 deletions(-)

This task depends upon

Closed by  Barry Wardell (barrywardell)
Thursday, 05 October 2006, 12:19 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Committeed to CVS
Comment by Barry Wardell (barrywardell) - Monday, 07 August 2006, 00:57 GMT+2
Here's a slightly updated version with a couple of things I missed the last time.
(application/octet-stream)    sim_osx.patch (14.9 KiB)
 apps/Makefile                      |    2 +-
 apps/codecs/Makefile               |   10 ++++++++--
 apps/plugins/Makefile              |   10 ++++++++--
 apps/plugins/SOURCES               |    2 +-
 apps/plugins/chessbox/Makefile     |   10 ++++++++--
 apps/plugins/databox/Makefile      |   10 ++++++++--
 apps/plugins/doom/Makefile         |   10 ++++++++--
 apps/plugins/pacbox/Makefile       |    9 +++++++--
 apps/plugins/rockboy/Makefile      |   10 ++++++++--
 apps/plugins/searchengine/Makefile |   10 ++++++++--
 apps/plugins/sudoku/Makefile       |   10 ++++++++--
 tools/configure                    |   12 +++++++++++-
 uisimulator/common/io.c            |    3 +++
 13 files changed, 87 insertions(+), 21 deletions(-)

Comment by Barry Wardell (barrywardell) - Tuesday, 08 August 2006, 12:12 GMT+2
Added support for the new mpegplayer plugin.
(application/octet-stream)    sim_osx.patch (16.2 KiB)
 apps/Makefile                      |    2 +-
 apps/codecs/Makefile               |   10 ++++++++--
 apps/plugins/Makefile              |   10 ++++++++--
 apps/plugins/SOURCES               |    2 +-
 apps/plugins/chessbox/Makefile     |   10 ++++++++--
 apps/plugins/databox/Makefile      |   10 ++++++++--
 apps/plugins/doom/Makefile         |   10 ++++++++--
 apps/plugins/pacbox/Makefile       |    9 +++++++--
 apps/plugins/rockboy/Makefile      |   10 ++++++++--
 apps/plugins/searchengine/Makefile |   10 ++++++++--
 apps/plugins/sudoku/Makefile       |   10 ++++++++--
 tools/configure                    |   12 +++++++++++-
 uisimulator/common/io.c            |    3 +++
 apps/plugins/mpegplayer/Makefile   |    9 +++++++--
 14 files changed, 94 insertions(+), 23 deletions(-)

Comment by Barry Wardell (barrywardell) - Tuesday, 08 August 2006, 20:42 GMT+2
Fixed bubbles plugin not compiling. Also, this patch should no longer affect builds other than simulator on OSX. When the simulator is built on OSX, and .map file isn't created.

osx.dummy.bmp should be put in apps/bitmaps/mono/
(application/octet-stream)    sim_osx.patch (16.6 KiB)
 apps/Makefile                      |    9 +++++++--
 apps/bitmaps/mono/SOURCES          |    3 +++
 osx.dummy.bmp                      |binary
 apps/codecs/Makefile               |   10 ++++++++--
 apps/plugins/Makefile              |   10 ++++++++--
 apps/plugins/chessbox/Makefile     |   10 ++++++++--
 apps/plugins/databox/Makefile      |   10 ++++++++--
 apps/plugins/doom/Makefile         |   10 ++++++++--
 apps/plugins/mpegplayer/Makefile   |    9 +++++++--
 apps/plugins/pacbox/Makefile       |    9 +++++++--
 apps/plugins/rockboy/Makefile      |   10 ++++++++--
 apps/plugins/searchengine/Makefile |   10 ++++++++--
 apps/plugins/sudoku/Makefile       |   10 ++++++++--
 tools/configure                    |   11 ++++++++++-
 uisimulator/common/io.c            |    3 +++
 15 files changed, 101 insertions(+), 23 deletions(-)

(application/octet-stream)    osx.dummy.bmp (0.1 KiB)

Loading...