Activity Team/Activity Status: Difference between revisions

Wade (talk | contribs)
Wade (talk | contribs)
No edit summary
Line 319: Line 319:
|3 months ago
|3 months ago
|unpackage
|unpackage
|No source tarball; Weird error on Fedora (ImportError: cannot import name _cairoimage)
|No source tarball; Weird error on Fedora (ImportError: cannot import name _cairoimage) (might need to use rsvg instead)
|-
|-
|
|
Line 638: Line 638:
|
|
|-
|-
|
|No source tarball; Shebang/permission mismatch; Hardware specific?
==== ====
==== ====
|[http://dev.laptop.org/git?p=projects/analyze-activity analyze-activity]
|[http://dev.laptop.org/git?p=projects/analyze-activity analyze-activity]
Line 686: Line 686:
|migrated
|migrated
|-
|-
|
|Depends on sharedstate module which isn't officially released. Distros packaging sharedstate separately rely on git snapshots of sharedstate.
==== ====
==== ====
|[http://dev.laptop.org/git?p=projects/cclicensing cclicensing]
|[http://dev.laptop.org/git?p=projects/cclicensing cclicensing]
Line 880: Line 880:
==== ====
==== ====
|[http://dev.laptop.org/git?p=projects/oficina oficina]
|[http://dev.laptop.org/git?p=projects/oficina oficina]
|Oficina
|Oficina (aka Paint)
|Manusheel Gupta
|Manusheel Gupta
|6 weeks ago
|6 weeks ago
Line 939: Line 939:
|[http://dev.laptop.org/git?p=projects/pippy-activity pippy-activity]
|[http://dev.laptop.org/git?p=projects/pippy-activity pippy-activity]
|Pippy, an activity for program ...
|Pippy, an activity for program ...
|Chris Ball
|Brian Jordan
|3 weeks ago
|3 weeks ago
|  
|  
|  
|No source tarball
|-
|-
|
|
Line 960: Line 960:
|Migrated
|Migrated
|-
|-
|
|Dependency on sugar-evince, which cannot be installed in parallel with evince.
 


==== ====
==== ====
Line 1,202: Line 1,203:
|Unfinished
|Unfinished
|
|
|-
|
==== ====
|[http://wiki.laptop.org/go/Ruler Ruler]
|Screen-based measuring device.
|Mitchell Charity
|
|
|No source tarball; Hardware specific in that the scale of the ruler is hardcoded to the XO resolution and screen size.
|-
|
==== ====
|[http://wiki.laptop.org/go/Scratch Scratch]
|Visual programming environment.
|
|
|State unknown.
|No source tarball; Hardware specific in that the scale of the ruler is hardcoded to the XO resolution and screen size.
|}
|}


''Last Commit dates are relative to 01:19, 14 January 2009 (UTC)''
''Last Commit dates are relative to 01:19, 14 January 2009 (UTC)''
== Activity packaging issues ==
This section is an attempt to summarize the problems distributions are having with packaging Sugar activities. Help from the activity maintainers to get them solved would be highly appreciated.
=== TamTam ===
* No source tarballs.
* XO specific hacks in the sound code.
** see [http://git.sugarlabs.org/projects/tamtam-branch tamtam-branch] to fix some of them (and other non-XO related issues)
=== Speak ===
* No source tarball.
=== Scratch ===
State unknown.
=== Ruler ===
* No source tarball.
* Hardware specific in that the scale of the ruler is hardcoded to the XO resolution and screen size.
=== Record ===
* No source tarball.
* Perhaps hardware specific. // issues related to XO's screen ?
=== Read ===
* Dependency on sugar-evince, which cannot be installed in parallel with evince.
=== Pippy ===
* No source tarball.
=== Paint ===
* No source tarball.
* C fill.so module - has source but no build process.
=== Memorize ===
* csound missing necessary patches on some distributions.
=== Measure ===
* No source tarball.
* Currently hardware specific(?) //issues related to the XO's audio chip
=== Maze ===
* No source tarball.
* Weird error on Fedora
from olpcgames import _cairoimage
ImportError: cannot import name _cairoimage
=== Implode ===
* No source tarball.
* Shebang/permission mismatch.
=== Distance ===
* No source tarball.
* Shebang/permission mismatch.
* Hardware specific?
=== Bounce ===
* No source tarball.
* C code in the bundle.
=== Etoys ===
No known problems.
=== Turtle Art ===
* When we fold in Turtle Art with Sensors, we'll have to make sure that proper python math packages are loaded (previously, we were using numeric):
from numpy.oldnumeric import *
from numpy.fft import *
=== Calculate ===
* Depends on sharedstate module which isn't officially released. Distros packaging sharedstate separately rely on git snapshots of sharedstate.


==Notes==
==Notes==