From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/camera-assistant/ca.desktop | 6 + recipes/camera-assistant/ca.png | Bin 0 -> 2844 bytes recipes/camera-assistant/camera-assistant_0.2.0.bb | 37 +++++ .../camera-assistant/g++-3.4-compile-fixes.patch | 155 +++++++++++++++++++++ 4 files changed, 198 insertions(+) create mode 100644 recipes/camera-assistant/ca.desktop create mode 100644 recipes/camera-assistant/ca.png create mode 100644 recipes/camera-assistant/camera-assistant_0.2.0.bb create mode 100644 recipes/camera-assistant/g++-3.4-compile-fixes.patch (limited to 'recipes/camera-assistant') diff --git a/recipes/camera-assistant/ca.desktop b/recipes/camera-assistant/ca.desktop new file mode 100644 index 0000000000..b6ab5be56b --- /dev/null +++ b/recipes/camera-assistant/ca.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Comment=Camera Assistant +Exec=ca +Icon=ca/ca +Type=Application +Name=Camera Assistant diff --git a/recipes/camera-assistant/ca.png b/recipes/camera-assistant/ca.png new file mode 100644 index 0000000000..d28cfbe5a1 Binary files /dev/null and b/recipes/camera-assistant/ca.png differ diff --git a/recipes/camera-assistant/camera-assistant_0.2.0.bb b/recipes/camera-assistant/camera-assistant_0.2.0.bb new file mode 100644 index 0000000000..fb5b6e1f4e --- /dev/null +++ b/recipes/camera-assistant/camera-assistant_0.2.0.bb @@ -0,0 +1,37 @@ +DESCRIPTION = "Camera Assistant aims to be an allround calculator for photographers & Cinematographers. \ +It currently has the following features: \ + \ + * Depth of field calculator. \ + * Inverse Depth of field calculator. (Calculate what aperture you need for a given depth/distance & lens) \ + * Field of view calculator. \ + * Variants of the above, calculate distance to object or lens for a given field of view. \ + * Database of TV cameras, Motion picture cameras and Still photography cameras." +SECTION = "opie/applications" + + +PRIORITY = "optional" +LICENSE = "GPL" +AUTHOR = "zaurus@bredband.net" +HOMEPAGE = "http://cameraassistant.sourceforge.net/" + + +SRC_URI = "${SOURCEFORGE_MIRROR}/cameraassistant/camera-assistant_0.2.0.tar.gz \ + file://g++-3.4-compile-fixes.patch;patch=1 \ + file://ca.desktop \ + file://ca.png " + + +S = "${WORKDIR}/CameraAssistant" + +APPNAME = "ca" +APPTYPE = "binary" +APPDESKTOP = "${WORKDIR}" + +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/ca.png ${D}${palmtopdir}/pics/${APPNAME}/ +} + + +inherit opie + diff --git a/recipes/camera-assistant/g++-3.4-compile-fixes.patch b/recipes/camera-assistant/g++-3.4-compile-fixes.patch new file mode 100644 index 0000000000..383d083981 --- /dev/null +++ b/recipes/camera-assistant/g++-3.4-compile-fixes.patch @@ -0,0 +1,155 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- CameraAssistant/defaultconfig.h~g++-3.4-compile-fixes ++++ CameraAssistant/defaultconfig.h +@@ -2,76 +2,75 @@ + #define DEFAULTCONFIG_H + + char defaultConfig[]= +-" +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +- +-"; ++"" ++"" ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++" " ++""; + #endif // DEFAULTCONFIG_H -- cgit 1.2.3-korg