diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-20 17:04:10 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-20 17:04:10 +0000 |
commit | 8379a76d0c947c07c4ed2ed0c6ff25ffe6465178 (patch) | |
tree | 0611ed1700a9acb008ddd487d939d7249c0f3ad4 | |
parent | 47f0c51e7d5110b1754d3ecd42f5b4cf4e1b7497 (diff) |
bump opie-camera version to 1.0.3
BKrev: 419f790a_mZuHdFJH3-ajlT8eZL67g
-rw-r--r-- | conf/distro/openzaurus-3.5.2.conf | 2 | ||||
-rw-r--r-- | opie-camera/opie-camera_1.0.1.oe | 31 | ||||
-rw-r--r-- | opie-camera/opie-camera_1.0.3.oe | 0 |
3 files changed, 1 insertions, 32 deletions
diff --git a/conf/distro/openzaurus-3.5.2.conf b/conf/distro/openzaurus-3.5.2.conf index f5a8cc7680..8690949a3d 100644 --- a/conf/distro/openzaurus-3.5.2.conf +++ b/conf/distro/openzaurus-3.5.2.conf @@ -62,7 +62,7 @@ PREFERRED_VERSION_opie-button-settings = "${OPIE_VERSION}" PREFERRED_VERSION_opie-buzzword = "${OPIE_VERSION}" PREFERRED_VERSION_opie-calculator = "${OPIE_VERSION}" PREFERRED_VERSION_opie-calibrate = "${OPIE_VERSION}" -PREFERRED_VERSION_opie-camera = "1.0.1" +PREFERRED_VERSION_opie-camera = "1.0.3" PREFERRED_VERSION_opie-cardmon = "${OPIE_VERSION}" PREFERRED_VERSION_opie-checkbook = "0.8.0" PREFERRED_VERSION_opie-citytime = "${OPIE_VERSION}" diff --git a/opie-camera/opie-camera_1.0.1.oe b/opie-camera/opie-camera_1.0.1.oe deleted file mode 100644 index b2b5a59dbb..0000000000 --- a/opie-camera/opie-camera_1.0.1.oe +++ /dev/null @@ -1,31 +0,0 @@ -DESCRIPTION = "Opie Camera, Photo and Video Capturing Application for the Sharp CF-AG06 camera" -SECTION = "opie/applications" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@vanille.de>" -LICENSE = "GPL" -RDEPENDS = "sharp-camera-support" -APPNAME = "camera" -APPTYPE = "binary" - -CVSDATE = "20041015" - -PR = "r2" - - -TAG = "v1_1_6" -SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/multimedia/${APPNAME} \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \ - cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps" -S = "${WORKDIR}/camera" - -EXTRA_QMAKEVARS_POST=" LIBS+=-L.. " - -inherit opie - -do_install() { - install -d ${D}/${palmtopdir}/pics/${APPNAME} - install -d ${D}/${palmtopdir}/lib/ - oe_libinstall -so libcamera ${D}/${palmtopdir}/lib - install -m 0755 capture ${D}/${palmtopdir}/bin/ - install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/ -} diff --git a/opie-camera/opie-camera_1.0.3.oe b/opie-camera/opie-camera_1.0.3.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/opie-camera/opie-camera_1.0.3.oe |