aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/buglabs-apps/com.buglabs.app.snapandshakeslideshow.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@buglabs.net>2010-12-02 16:00:50 +0100
committerStefan Schmidt <stefan@buglabs.net>2011-02-03 11:39:20 +0100
commita32e9b20267f506bbbab64cf2d8a45b374df6081 (patch)
tree0be3564e97f98d34dfb9b412ecc6f27a49fb08d5 /recipes/buglabs-apps/com.buglabs.app.snapandshakeslideshow.bb
parent0a509aeb50214b93eff979f6080bced5efe5ca04 (diff)
downloadopenembedded-a32e9b20267f506bbbab64cf2d8a45b374df6081.tar.gz
buglabs-apps: BugLabs java applications.
Tons of small apps that live on buglabs.net and are mostly arch independent. These recipes make them available for images and feeds.
Diffstat (limited to 'recipes/buglabs-apps/com.buglabs.app.snapandshakeslideshow.bb')
-rw-r--r--recipes/buglabs-apps/com.buglabs.app.snapandshakeslideshow.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/buglabs-apps/com.buglabs.app.snapandshakeslideshow.bb b/recipes/buglabs-apps/com.buglabs.app.snapandshakeslideshow.bb
new file mode 100644
index 0000000000..d8dfabfc53
--- /dev/null
+++ b/recipes/buglabs-apps/com.buglabs.app.snapandshakeslideshow.bb
@@ -0,0 +1,17 @@
+require bug-app.inc
+
+DESCRIPTION = "Requires: BUGView (LCD), BUGCam, BUGMotion (motion/accelerometer).\
+What it does (updated): Snap a picture with Hotkey 1, it shows up on the LCD screen and writes it to file (fuse my SimpleCamera and kgilmer's ImageTest). Repeat snapping pictures to your hearts content. Hit Hotkey 2 to delete all the photos saved on the BUG. You will get a popup window notifying you of the deletion, but no confirmation prompt.. Hit Hotkey 4 to switch into SlideShow mode. Shake the BUG to increment through your photo history. \
+Known issues: I define 'shaking' rather crudely. I may tighten this up, but it's a good start for people looking for how to define something like an AccelerationEvent. Angel is working hard to provide some awesome MDACC functionality, but for now this is how it is. ;D Currently there's no way to go from SlideShow mode back into Snap mode. I'm looking to change this too.\
+\
+--------------------------------------\
+Please feel free to email me at john [at] buglabs.net for information. Or check out BUGLabs on IRC: irc://irc.freenode.net/buglabs ."
+HOMEPAGE = "http://buglabs.net/applications/SnapAndShakeSlideShow"
+
+DEPENDS += "service-tracker com.buglabs.bug.module.motion com.buglabs.bug.module.lcd com.buglabs.bug.module.camera com.buglabs.common com.buglabs.bug.base com.buglabs.osgi com.buglabs.bug.jni.accelerometer com.buglabs.bug.module.motion "
+
+PV = "11"
+
+SRC_LINK = "http://buglabs.net/program_version/download/386"
+
+APIVERSION = ""