Rockbox

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

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#12364 - Sansa clip zip plugins

Attached to Project: Rockbox
Opened by Bertrik Sikken (bertrik) - Wednesday, 02 November 2011, 23:53 GMT+2
Last edited by Bertrik Sikken (bertrik) - Wednesday, 11 January 2012, 18:04 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type Sansa AMSv2
Severity Low
Priority Normal
Reported Version Release 3.9
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Attached file makes it possible to compile and run subset of the plugins (rocks) for the sansa clip zip. This has been done by simply disabling all of the plugins that do not compile cleanly yet. It is not my intention to commit the SOURCES and SUBDIRS files from this patch.

This patch is just meant as a starting point to gradually add full plugin support for the clip zip. If you want, you can help make a plugin compile for the clip zip. Please post the updated plugin to this task.
   clipzip_plugins_v1.patch (2.7 KiB)
 b/apps/plugins/SOURCES |   26 +++++++++++++-------------
 b/apps/plugins/SUBDIRS |    4 ++--
 b/apps/plugins/lamp.c  |    6 ++++++
 b/tools/configure      |    2 +-
 4 files changed, 22 insertions(+), 16 deletions(-)

This task depends upon

Closed by  Bertrik Sikken (bertrik)
Wednesday, 11 January 2012, 18:04 GMT+2
Reason for closing:  Out of Date
Additional comments about closing:  Plugins have been enabled now (although some with incomplete graphics)
Comment by Bertrik Sikken (bertrik) - Sunday, 06 November 2011, 11:34 GMT+2
Updated and enabled lamp, matrix, wormlet
   clipzip_plugins_v2.patch (3.3 KiB)
 b/apps/plugins/SOURCES   |   22 +++++++++++-----------
 b/apps/plugins/SUBDIRS   |    4 ++--
 b/apps/plugins/lamp.c    |    6 ++++++
 b/apps/plugins/matrix.c  |    6 ++++++
 b/apps/plugins/wormlet.c |    7 ++++++-
 b/tools/configure        |    2 +-
 6 files changed, 32 insertions(+), 15 deletions(-)

Comment by Bertrik Sikken (bertrik) - Sunday, 13 November 2011, 22:34 GMT+2
SVN is updated with some plugins, attached patch makes them work (and still disables the non-working plugins)
   clipzip_plugins_v3.patch (1.7 KiB)
 b/apps/plugins/SOURCES |   14 +++++++-------
 b/apps/plugins/SUBDIRS |    4 ++--
 b/tools/configure      |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

Loading...